Age | Commit message (Expand) | Author | Files | Lines |
2014-09-25 | powerpc: Implement emulation of string loads and stores | Paul Mackerras | 1 | -10/+49 |
2014-09-25 | powerpc: Emulate icbi, mcrf and conditional-trap instructions | Paul Mackerras | 1 | -0/+60 |
2014-09-25 | powerpc: Split out instruction analysis part of emulate_step() | Paul Mackerras | 1 | -360/+537 |
2014-09-25 | powerpc: Make a bunch of things static | Anton Blanchard | 1 | -1/+1 |
2014-09-25 | powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c | Anton Blanchard | 2 | -1/+40 |
2014-08-13 | powerpc: Add smp_mb()s to arch_spin_unlock_wait() | Michael Ellerman | 1 | -0/+4 |
2014-07-28 | powerpc: Remove power3 from comments | Michael Ellerman | 1 | -2/+1 |
2014-07-22 | powerpc: use _GLOBAL_TOC for memmove | Li Zhong | 1 | -1/+1 |
2014-07-22 | powerpc: Fix bugs in emulate_step() | Paul Mackerras | 1 | -5/+5 |
2014-06-11 | powerpc: fix typo 'CONFIG_PPC_CPU' | Paul Bolle | 1 | -1/+1 |
2014-06-05 | powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL... | Anton Blanchard | 2 | -2/+2 |
2014-05-05 | Merge remote-tracking branch 'anton/abiv2' into next | Benjamin Herrenschmidt | 8 | -48/+48 |
2014-04-30 | powerpc: memcpy optimization for 64bit LE | Philippe Bergheaud | 2 | -2/+16 |
2014-04-23 | powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules | Anton Blanchard | 2 | -2/+2 |
2014-04-23 | powerpc: Fix unsafe accesses to parameter area in ELFv2 | Ulrich Weigand | 4 | -30/+30 |
2014-04-23 | powerpc: Fix ABIv2 issues with stack offsets in assembly code | Anton Blanchard | 4 | -30/+30 |
2014-04-23 | powerpc: No need to use dot symbols when branching to a function | Anton Blanchard | 6 | -16/+16 |
2014-03-07 | selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests | Michael Ellerman | 1 | -0/+2 |
2014-01-15 | powerpc: Add vr save/restore functions | Andreas Schwab | 1 | -0/+186 |
2013-12-30 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 1 | -15/+38 |
2013-12-30 | powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian | Paul E. McKenney | 1 | -15/+38 |
2013-12-02 | powerpc: Move the patch_exception to a common place | Kevin Hao | 1 | -0/+15 |
2013-10-30 | powerpc: Add VMX optimised xor for RAID5 | Anton Blanchard | 2 | -0/+180 |
2013-10-30 | powerpc: Fix Unaligned LE Floating Point Loads and Stores | Tom Musta | 1 | -12/+40 |
2013-10-30 | powerpc: Fix Unaligned Loads and Stores | Tom Musta | 1 | -0/+45 |
2013-10-11 | powerpc: Use generic memcpy code in little endian | Anton Blanchard | 1 | -3/+6 |
2013-10-11 | powerpc: Use generic checksum code in little endian | Anton Blanchard | 1 | -2/+7 |
2013-10-11 | powerpc: Fix endian issues in VMX copy loops | Anton Blanchard | 2 | -46/+63 |
2013-10-03 | powerpc: Restore registers on error exit from csum_partial_copy_generic() | Paul E. McKenney | 1 | -14/+40 |
2013-10-03 | powerpc: Fix parameter clobber in csum_partial_copy_generic() | Paul E. McKenney | 1 | -2/+2 |
2013-09-25 | powerpc: Remove ksp_limit on ppc64 | Benjamin Herrenschmidt | 1 | -1/+2 |
2013-08-27 | powerpc: Unaligned stores and stmw are broken in emulation code | Tom Musta | 1 | -3/+5 |
2013-08-14 | powerpc: Fix little endian lppaca, slb_shadow and dtl_entry | Anton Blanchard | 1 | -2/+2 |
2013-06-20 | powerpc: Fix single step emulation of 32bit overflowed branches | Michael Neuling | 1 | -1/+1 |
2013-06-01 | powerpc/pseries: Improve stream generation comments in copypage/user | Michael Neuling | 2 | -13/+18 |
2013-01-29 | uprobes/powerpc: Add dependency on single step emulation | Suzuki K. Poulose | 1 | -3/+1 |
2013-01-10 | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 1 | -1/+1 |
2012-10-04 | powerpc: Fix VMX fix for memcpy case | Nishanth Aravamudan | 1 | -2/+2 |
2012-09-18 | powerpc/kprobe: Don't emulate store when kprobe stwu r1 | Tiejun Chen | 1 | -2/+34 |
2012-09-05 | powerpc: Don't use __put_user() in patch_instruction | Benjamin Herrenschmidt | 1 | -1/+1 |
2012-08-24 | powerpc: Fix VMX in interrupt check in POWER7 copy loops | Anton Blanchard | 2 | -4/+4 |
2012-08-24 | powerpc: POWER7 copy_to_user/copy_from_user patch applied twice | Anton Blanchard | 1 | -31/+0 |
2012-07-11 | powerpc: Put the gpr save/restore functions in their own section | Stephen Rothwell | 1 | -1/+4 |
2012-07-10 | powerpc: Fixes for instructions not using correct register naming | Michael Neuling | 1 | -2/+2 |
2012-07-10 | powerpc: Change mtcrf to use real register names | Michael Neuling | 3 | -9/+9 |
2012-07-10 | powerpc: Merge STK_REG/PARAM/FRAMESIZE | Michael Neuling | 4 | -12/+0 |
2012-07-10 | powerpc: Fix usage of register macros getting ready for %r0 change | Michael Neuling | 9 | -120/+120 |
2012-07-03 | powerpc: Optimise the 64bit optimised __clear_user | Anton Blanchard | 1 | -1/+62 |
2012-07-03 | powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch | Anton Blanchard | 3 | -1/+656 |
2012-07-03 | powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user | Anton Blanchard | 1 | -0/+31 |