Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -3/+3 |
| | | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi> | ||||
* | arch/microblaze: Remove unnecessary semicolons | Joe Perches | 2010-11-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | 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 | -8/+18 |
| | | | | | | memcpy/memmove/memset 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_v8: supported function for memory - kernel/lib | Michal Simek | 2009-03-27 | 1 | -0/+175 |
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> |