Age | Commit message (Expand) | Author | Files | Lines |
2011-01-21 | powerpc: Ensure the else case of feature sections will fit | Michael Ellerman | 1 | -0/+19 |
2010-12-09 | powerpc: Hardcode popcnt instructions for old assemblers | Anton Blanchard | 1 | -7/+7 |
2010-11-29 | powerpc: Add support for popcnt instructions | Anton Blanchard | 2 | -1/+111 |
2010-10-13 | powerpc/Makefiles: Change to new flag variables | matt mooney | 1 | -3/+1 |
2010-09-02 | powerpc: mtmsrd not defined | Sean MacLennan | 2 | -16/+28 |
2010-09-02 | powerpc: Fix incorrect .stabs entry for copy_32.S | Sean MacLennan | 1 | -1/+1 |
2010-09-02 | powerpc: Abstract indexing of lppaca structs | Paul Mackerras | 1 | -2/+2 |
2010-09-02 | powerpc: Add 64bit csum_and_copy_to_user | Anton Blanchard | 1 | -0/+37 |
2010-09-02 | powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_... | Anton Blanchard | 3 | -88/+269 |
2010-09-02 | powerpc: Optimise 64bit csum_partial | Anton Blanchard | 1 | -40/+153 |
2010-07-09 | Merge commit 'paulus-perf/master' into next | Benjamin Herrenschmidt | 3 | -47/+1847 |
2010-07-08 | powerpc: Fix feature-fixup tests for gcc 4.5 | Stephen Rothwell | 1 | -8/+9 |
2010-07-08 | powerpc: Fix module building for gcc 4.5 and 64 bit | Stephen Rothwell | 2 | -2/+131 |
2010-06-22 | powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors | K.Prasad | 1 | -0/+1 |
2010-06-22 | powerpc: Emulate most Book I instructions in emulate_step() | Paul Mackerras | 3 | -47/+1846 |
2010-05-21 | powerpc: Fix string library functions | Andreas Schwab | 1 | -8/+8 |
2010-04-07 | powerpc: Fix handling of strncmp with zero len | Jeff Mahoney | 1 | -1/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-26 | powerpc: Fix lwsync feature fixup vs. modules on 64-bit | Benjamin Herrenschmidt | 1 | -1/+2 |
2010-02-17 | powerpc: Improve 64bit copy_tofrom_user | Anton Blanchard | 1 | -23/+57 |
2010-02-17 | powerpc: Pair loads and stores in copy_4k_page | Anton Blanchard | 1 | -14/+14 |
2010-02-17 | powerpc: Fix lwsync patching code on 64bit | Anton Blanchard | 1 | -1/+1 |
2009-12-15 | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 1 | -1/+1 |
2009-12-15 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 1 | -2/+2 |
2009-12-15 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 1 | -2/+2 |
2009-12-09 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 1 | -2/+2 |
2009-12-09 | powerpc/8xx: Start using dcbX instructions in various copy routines | Joakim Tjernlund | 1 | -24/+0 |
2009-10-28 | powerpc: perf_event: Cleanup copy_page output by hiding setup symbol | Anton Blanchard | 1 | -2/+2 |
2009-06-16 | powerpc: Add configurable -Werror for arch/powerpc | Michael Ellerman | 1 | -0/+2 |
2009-05-27 | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm | Benjamin Herrenschmidt | 2 | -427/+0 |
2009-05-27 | Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer" | Benjamin Herrenschmidt | 1 | -57/+246 |
2009-03-11 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2 | -13/+51 |
2009-02-26 | powerpc: Fix 64bit __copy_tofrom_user() regression | Mark Nelson | 1 | -7/+31 |
2009-02-26 | powerpc: Fix 64bit memcpy() regression | Mark Nelson | 1 | -6/+20 |
2009-02-23 | powerpc: Rework dma-noncoherent to use generic vmalloc layer | Ilya Yanok | 1 | -246/+57 |
2009-02-23 | powerpc: Unify opcode definitions and support | Kumar Gala | 1 | -2/+2 |
2009-02-10 | powerpc: Don't emulate mr. instructions | Ananth N Mavinakayanahalli | 1 | -0/+2 |
2008-12-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p... | Linus Torvalds | 3 | -17/+41 |
2008-12-21 | powerpc: Rename struct vm_region to avoid conflict with NOMMU | David Howells | 1 | -12/+12 |
2008-12-19 | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 1 | -0/+1 |
2008-12-18 | Merge branch 'linux-2.6' into next | Paul Mackerras | 1 | -0/+1 |
2008-12-17 | powerpc: Fix corruption error in rh_alloc_fixed() | Guillaume Knispel | 1 | -0/+1 |
2008-11-28 | powerpc/ppc32: static ftrace fixes for PPC32 | Steven Rostedt | 1 | -0/+3 |
2008-11-19 | powerpc: Update 64bit __copy_tofrom_user() using CPU_FTR_UNALIGNED_LD_STD | Mark Nelson | 1 | -2/+15 |
2008-11-19 | powerpc: Remove superfluous WARN_ON() from dma-noncoherent.c | Hollis Blanchard | 1 | -1/+0 |
2008-11-05 | powerpc: Update 64bit memcpy() using CPU_FTR_UNALIGNED_LD_STD | Mark Nelson | 1 | -2/+14 |
2008-10-14 | powerpc: Fix DMA offset for non-coherent DMA | Benjamin Herrenschmidt | 1 | -1/+1 |
2008-09-15 | powerpc: New copy_4K_page() | Mark Nelson | 1 | -105/+93 |
2008-08-04 | powerpc: Remove use of CONFIG_PPC_MERGE | Kumar Gala | 1 | -2/+0 |
2008-07-24 | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 1 | -0/+1 |