summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-11-18powerpc/lib: Fix randconfig build failure in sstep.cMichael Ellerman1-0/+1
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin9-276/+203
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds13-30/+36
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-10-12powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+3
2016-10-04powerpc/64: Align hot loops of memset() and backwards_memcpy()Anton Blanchard1-0/+2
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman1-1/+1
2016-09-08powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy1-3/+4
2016-08-10powerpc/32: Fix crash during static key initBenjamin Herrenschmidt1-0/+3
2016-08-10powerpc/32: Fix csum_partial_copy_generic()Christophe Leroy1-3/+4
2016-08-07ppc: move exports to definitionsAl Viro13-30/+36
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+37
2016-08-03powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao1-0/+1
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao1-0/+1
2016-08-01powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V1-0/+8
2016-08-01powerpc/kernel: Check features don't change after patchingMichael Ellerman1-1/+26
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt1-2/+30
2016-07-15powerpc/lib: Clarify that adde is an instruction and we mean pluralStewart Smith1-6/+6
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/scottwoo...Michael 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/mp...Linus Torvalds1-1/+1