summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorLines
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe-0/+6
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe-0/+5
2015-08-07powerpc/32: Few optimisations in memcpyLEROY Christophe-5/+5
2015-08-07powerpc/32: cacheable_memcpy becomes memcpyLEROY Christophe-8/+8
2015-08-07powerpc/32: Merge the new memset() with the old oneLEROY Christophe-27/+7
2015-08-07powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe-4/+4
2015-08-07Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe-0/+127
2015-08-07powerpc: put csum_tcpudp_magic inlineLEROY Christophe-37/+0
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds-1/+1
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard-1/+1
2015-05-19sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand-5/+6
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman-1/+1
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman-131/+1
2015-03-25cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven-0/+1
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett-131/+0
2015-03-16powerpc: Delete unnecessary checks before kfree()Markus Elfring-1/+1
2015-03-16powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard-3/+3
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard-303/+303
2015-01-28powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman-11/+9
2015-01-28powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman-4/+3
2015-01-23powerpc: Add 64bit optimised memcmpAnton Blanchard-1/+237
2014-12-29powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht-2/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-364/+682
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman-3/+1
2014-11-12powerpc: Fix compilation of emulate_step()Paul Mackerras-2/+4
2014-11-10powerpc: Remove unused devm_ioremap_prot()Kyle McMartin-44/+0
2014-10-29powerpc: Fix comment typos 'CONFiG_ALTIVEC'Paul Bolle-2/+2
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras-10/+49
2014-09-25powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras-0/+60
2014-09-25powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras-360/+537
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard-1/+1
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard-1/+40
2014-08-13powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman-0/+4
2014-07-28powerpc: Remove power3 from commentsMichael Ellerman-2/+1
2014-07-22powerpc: use _GLOBAL_TOC for memmoveLi Zhong-1/+1
2014-07-22powerpc: Fix bugs in emulate_step()Paul Mackerras-5/+5
2014-06-11powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle-1/+1
2014-06-05powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL...Anton Blanchard-2/+2
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt-48/+48
2014-04-30powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud-2/+16
2014-04-23powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard-2/+2
2014-04-23powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand-30/+30
2014-04-23powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard-30/+30
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard-16/+16
2014-03-07selftests/powerpc: Import Anton's memcpy / copy_tofrom_user testsMichael Ellerman-0/+2
2014-01-15powerpc: Add vr save/restore functionsAndreas Schwab-0/+186
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt-15/+38
2013-12-30powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endianPaul E. McKenney-15/+38
2013-12-02powerpc: Move the patch_exception to a common placeKevin Hao-0/+15