aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman1-11/+9
2015-01-28powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman1-4/+3
2015-01-23powerpc: Add 64bit optimised memcmpAnton Blanchard3-1/+237
2014-12-29powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht1-2/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina6-364/+682
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-3/+1
2014-11-12powerpc: Fix compilation of emulate_step()Paul Mackerras1-2/+4
2014-11-10powerpc: Remove unused devm_ioremap_prot()Kyle McMartin2-44/+0
2014-10-29powerpc: Fix comment typos 'CONFiG_ALTIVEC'Paul Bolle2-2/+2
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras1-10/+49
2014-09-25powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras1-0/+60
2014-09-25powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras1-360/+537
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard2-1/+40
2014-08-13powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman1-0/+4
2014-07-28powerpc: Remove power3 from commentsMichael Ellerman1-2/+1
2014-07-22powerpc: use _GLOBAL_TOC for memmoveLi Zhong1-1/+1
2014-07-22powerpc: Fix bugs in emulate_step()Paul Mackerras1-5/+5
2014-06-11powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle1-1/+1
2014-06-05powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC()Anton Blanchard2-2/+2
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt8-48/+48
2014-04-30powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2-2/+16
2014-04-23powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard2-2/+2
2014-04-23powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand4-30/+30
2014-04-23powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard4-30/+30
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard6-16/+16
2014-03-07selftests/powerpc: Import Anton's memcpy / copy_tofrom_user testsMichael Ellerman1-0/+2
2014-01-15powerpc: Add vr save/restore functionsAndreas Schwab1-0/+186
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt1-15/+38
2013-12-30powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endianPaul E. McKenney1-15/+38
2013-12-02powerpc: Move the patch_exception to a common placeKevin Hao1-0/+15
2013-10-30powerpc: Add VMX optimised xor for RAID5Anton Blanchard2-0/+180
2013-10-30powerpc: Fix Unaligned LE Floating Point Loads and StoresTom Musta1-12/+40
2013-10-30powerpc: Fix Unaligned Loads and StoresTom Musta1-0/+45
2013-10-11powerpc: Use generic memcpy code in little endianAnton Blanchard1-3/+6
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard1-2/+7
2013-10-11powerpc: Fix endian issues in VMX copy loopsAnton Blanchard2-46/+63
2013-10-03powerpc: Restore registers on error exit from csum_partial_copy_generic()Paul E. McKenney1-14/+40
2013-10-03powerpc: Fix parameter clobber in csum_partial_copy_generic()Paul E. McKenney1-2/+2
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt1-1/+2
2013-08-27powerpc: Unaligned stores and stmw are broken in emulation codeTom Musta1-3/+5
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-2/+2
2013-06-20powerpc: Fix single step emulation of 32bit overflowed branchesMichael Neuling1-1/+1
2013-06-01powerpc/pseries: Improve stream generation comments in copypage/userMichael Neuling2-13/+18
2013-01-29uprobes/powerpc: Add dependency on single step emulationSuzuki K. Poulose1-3/+1
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard1-1/+1
2012-10-04powerpc: Fix VMX fix for memcpy caseNishanth Aravamudan1-2/+2
2012-09-18powerpc/kprobe: Don't emulate store when kprobe stwu r1Tiejun Chen1-2/+34
2012-09-05powerpc: Don't use __put_user() in patch_instructionBenjamin Herrenschmidt1-1/+1