| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Add VMX optimised xor for RAID5 | Anton Blanchard | 2013-10-30 | 1 | -0/+3 |
* | powerpc: Use generic memcpy code in little endian | Anton Blanchard | 2013-10-11 | 1 | -3/+6 |
* | powerpc: Use generic checksum code in little endian | Anton Blanchard | 2013-10-11 | 1 | -2/+7 |
* | uprobes/powerpc: Add dependency on single step emulation | Suzuki K. Poulose | 2013-01-29 | 1 | -3/+1 |
* | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 2013-01-10 | 1 | -1/+1 |
* | powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch | Anton Blanchard | 2012-07-03 | 1 | -1/+2 |
* | powerpc: POWER7 optimised copy_page using VMX and enhanced prefetch | Anton Blanchard | 2012-07-03 | 1 | -1/+1 |
* | powerpc: Rename copyuser_power7_vmx.c to vmx-helper.c | Anton Blanchard | 2012-07-03 | 1 | -1/+1 |
* | powerpc: 64bit optimised __clear_user | Anton Blanchard | 2012-07-03 | 1 | -1/+1 |
* | powerpc: POWER7 optimised copy_to_user/copy_from_user using VMX | Anton Blanchard | 2011-12-19 | 1 | -1/+3 |
* | powerpc: Add support for popcnt instructions | Anton Blanchard | 2010-11-29 | 1 | -1/+1 |
* | powerpc/Makefiles: Change to new flag variables | matt mooney | 2010-10-13 | 1 | -3/+1 |
* | powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_... | Anton Blanchard | 2010-09-02 | 1 | -1/+2 |
* | Merge commit 'paulus-perf/master' into next | Benjamin Herrenschmidt | 2010-07-09 | 1 | -2/+3 |
|\ |
|
| * | powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors | K.Prasad | 2010-06-22 | 1 | -0/+1 |
| * | powerpc: Emulate most Book I instructions in emulate_step() | Paul Mackerras | 2010-06-22 | 1 | -2/+2 |
* | | powerpc: Fix module building for gcc 4.5 and 64 bit | Stephen Rothwell | 2010-07-08 | 1 | -2/+2 |
|/ |
|
* | powerpc: Add configurable -Werror for arch/powerpc | Michael Ellerman | 2009-06-16 | 1 | -0/+2 |
* | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm | Benjamin Herrenschmidt | 2009-05-27 | 1 | -1/+0 |
* | powerpc/ppc32: static ftrace fixes for PPC32 | Steven Rostedt | 2008-11-28 | 1 | -0/+3 |
* | powerpc: Remove use of CONFIG_PPC_MERGE | Kumar Gala | 2008-08-04 | 1 | -2/+0 |
* | powerpc: Add self-tests of the feature fixup code | Michael Ellerman | 2008-07-01 | 1 | -0/+1 |
* | powerpc: Split out do_feature_fixups() from cputable.c | Michael Ellerman | 2008-07-01 | 1 | -0/+1 |
* | powerpc: Move code patching code into arch/powerpc/lib/code-patching.c | Michael Ellerman | 2008-07-01 | 1 | -0/+2 |
* | [POWERPC] Fix -Os kernel builds with newer gcc versions | Kumar Gala | 2008-06-16 | 1 | -1/+1 |
* | [POWERPC] ppc: More compile fixes | Paul Mackerras | 2008-05-12 | 1 | -1/+1 |
* | [POWERPC] devres: Add devm_ioremap_prot() | Emil Medve | 2008-05-05 | 1 | -0/+1 |
* | [POWERPC] rheap: Changes config mechanism | Sylvain Munaut | 2007-10-17 | 1 | -4/+1 |
* | [POWERPC] Create and use CONFIG_WORD_SIZE | Stephen Rothwell | 2007-10-03 | 1 | -3/+4 |
* | [POWERPC] Fix section mismatch in PCI code | Stephen Rothwell | 2007-09-19 | 1 | -1/+1 |
* | [POWERPC] User rheap from arch/powerpc/lib | Kumar Gala | 2007-05-10 | 1 | -2/+0 |
* | [STRING]: Move strcasecmp/strncasecmp to lib/string.c | David S. Miller | 2007-04-26 | 1 | -3/+2 |
* | [POWERPC] Added kprobes support to ppc32 | Kumar Gala | 2007-02-07 | 1 | -1/+1 |
* | [POWERPC] 8xx: generic 8xx code arch/powerpc port | Vitaly Bordug | 2007-02-07 | 1 | -0/+2 |
* | [POWERPC] Fix rheap alignment problem | Li Yang | 2006-10-02 | 1 | -0/+1 |
* | POWERPC: Move generic cpm2 stuff to powerpc | Vitaly Bordug | 2006-09-21 | 1 | -0/+5 |
* | [POWERPC] iseries: Move e2a()/strne2a() into their only caller | Michael Ellerman | 2006-07-13 | 1 | -1/+0 |
* | [POWERPC] Optimise some TOC usage | Anton Blanchard | 2006-06-15 | 1 | -0/+4 |
* | [PATCH] remove powerpc bitops in favor of existing generic bitops | Jon Mason | 2006-05-24 | 1 | -1/+0 |
* | [PATCH] powerpc: Merge bitops.h | David Gibson | 2005-11-01 | 1 | -4/+5 |
* | powerpc: fix __strnlen_user in merge tree | Stephen Rothwell | 2005-11-01 | 1 | -1/+1 |
* | powerpc: Merge xmon | Paul Mackerras | 2005-10-28 | 1 | -0/+2 |
* | ppc64: use mem_64.S from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -2/+1 |
* | ppc64: use usercopy_64.c from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -2/+2 |
* | ppc64: user strcase.c from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -2/+3 |
* | ppc64: use sstep.c from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -1/+2 |
* | ppc64: use memcpy_64.S from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -3/+3 |
* | ppc64: use lockc.c from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -3/+3 |
* | ppc64: use copyuser_64.S from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -2/+2 |
* | ppc64: use copypage_64.S from powerpc/lib | Stephen Rothwell | 2005-10-28 | 1 | -2/+2 |