Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -4/+4 |
| | | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi> | ||||
* | microblaze: Support C optimized lib functions for little-endian | Michal Simek | 2010-10-21 | 1 | -3/+30 |
| | | | | | | | | Optimized C library functions can rapidly speedup the kernel. memset doesn't need to be optimized because there is no difference in behavior on little/big endian cpu. Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze: Separate library optimized functions | Michal Simek | 2010-10-21 | 1 | -3/+10 |
| | | | | | | memcpy/memmove/memset Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze: Adding likely macros | Michal Simek | 2010-04-01 | 1 | -1/+1 |
| | | | | | | | On the base on GCOV analytics is helpful to add likely/unlikely macros. Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
| | | | | | | | | | | That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | ||||
* | microblaze: remove cacheable_memcpy | Arnd Bergmann | 2009-05-21 | 1 | -5/+0 |
| | | | | | | | | This function is neither declared nor used anywhere outside of ppc32, so remove it from microblaze. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze_v8: supported function for memory - kernel/lib | Michal Simek | 2009-03-27 | 1 | -0/+161 |
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu> |