aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens1-0/+1
2016-06-14powerpc/spinlock: Fix spin_unlock_wait()Boqun Feng1-16/+0
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-06-14powerpc: Align hot loops of some string functionsAnton Blanchard1-0/+3
2016-06-14powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpAnton Blanchard2-45/+0
2016-05-11powerpc/sstep: Fix emulation fall-throughOliver O'Halloran1-0/+1
2016-05-11powerpc/sstep: Fix sstep.c compile on powerpcspeLennart Sorensen1-0/+4
2016-04-27powerpc: rework sparse for lib/xor_vmx.cDaniel Axtens1-0/+10
2016-04-11powerpc: Make generic_memcpy() private to copy_32.SMichael Ellerman1-1/+1
2016-03-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman5-189/+247
2016-03-09powerpc: optimise csum_partial() call when len is constantChristophe Leroy3-5/+5
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe1-2/+2
2016-03-04powerpc32: optimise csum_partial() loopChristophe Leroy1-1/+15
2016-03-04powerpc32: optimise a few instructions in csum_partial()Christophe Leroy1-20/+17
2016-03-04powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()Christophe Leroy1-111/+209
2016-03-04powerpc: inline ip_fast_csum()Christophe Leroy3-49/+0
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy2-2/+1
2016-03-04powerpc: unexport csum_tcpudp_magicChristophe Leroy1-1/+0
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2-0/+6
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe1-0/+6
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe1-0/+5
2015-08-07powerpc/32: Few optimisations in memcpyLEROY Christophe1-5/+5
2015-08-07powerpc/32: cacheable_memcpy becomes memcpyLEROY Christophe1-8/+8
2015-08-07powerpc/32: Merge the new memset() with the old oneLEROY Christophe1-27/+7
2015-08-07powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe1-4/+4
2015-08-07Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe1-0/+127
2015-08-07powerpc: put csum_tcpudp_magic inlineLEROY Christophe2-37/+0
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard1-1/+1
2015-05-19sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand1-5/+6
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman1-1/+1
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into testMichael Ellerman3-131/+1
2015-03-25cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven1-0/+1
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett2-131/+0
2015-03-16powerpc: Delete unnecessary checks before kfree()Markus Elfring1-1/+1
2015-03-16powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard1-3/+3
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard5-303/+303
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