aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-39/+47
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Gravatar Naveen N. Rao 2-39/+47
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERGravatar Al Viro 4-88/+4
2017-04-06Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpcGravatar Al Viro 3-20/+435
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-20/+435
2017-03-03powerpc: emulate_step() tests for load/store instructionsGravatar Ravi Bangoria 2-0/+435
2017-03-03powerpc: Emulation support for load/store instructions on LEGravatar Ravi Bangoria 1-20/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-10powerpc/kprobes: Implement OptprobesGravatar Anju T 1-0/+21
2017-02-10powerpc: Add helper to check if offset is within relative branch rangeGravatar Anju T 1-1/+23
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineGravatar Benjamin Herrenschmidt 2-5/+5
2017-01-25powerpc/sstep: Return directly after a failed address_ok() in emulate_step()Gravatar Markus Elfring 1-4/+2
2017-01-25powerpc/64: Use optimized checksum routines on little-endianGravatar Paul Mackerras 2-4/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-11-18powerpc/lib: Fix randconfig build failure in sstep.cGravatar Michael Ellerman 1-0/+1
2016-11-14powerpc: EX_TABLE macro for exception tablesGravatar Nicholas Piggin 9-276/+203
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 13-30/+36
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2016-10-12powerpc/64: Fix incorrect return value from __copy_tofrom_userGravatar Paul Mackerras 1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-1/+3
2016-10-04powerpc/64: Align hot loops of memset() and backwards_memcpy()Gravatar Anton Blanchard 1-0/+2
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSGravatar Michael Ellerman 1-1/+1
2016-09-08powerpc/32: Fix again csum_partial_copy_generic()Gravatar Christophe Leroy 1-3/+4
2016-08-10powerpc/32: Fix crash during static key initGravatar Benjamin Herrenschmidt 1-0/+3
2016-08-10powerpc/32: Fix csum_partial_copy_generic()Gravatar Christophe Leroy 1-3/+4
2016-08-07ppc: move exports to definitionsGravatar Al Viro 13-30/+36
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+37
2016-08-03powerpc/32: Fix early access to cpu_spec relocationGravatar Benjamin Herrenschmidt 1-1/+1
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Gravatar Kevin Hao 1-0/+1
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Gravatar Kevin Hao 1-0/+1
2016-08-01powerpc: Call jump_label_init() in apply_feature_fixups()Gravatar Aneesh Kumar K.V 1-0/+8
2016-08-01powerpc/kernel: Check features don't change after patchingGravatar Michael Ellerman 1-1/+26
2016-07-21powerpc: Factor do_feature_fixup callsGravatar Benjamin Herrenschmidt 1-2/+30
2016-07-15powerpc/lib: Clarify that adde is an instruction and we mean pluralGravatar Stewart Smith 1-6/+6
2016-06-16powerpc: Introduce asm-prototypes.hGravatar Daniel Axtens 1-0/+1
2016-06-14powerpc/spinlock: Fix spin_unlock_wait()Gravatar Boqun Feng 1-16/+0
2016-06-14powerpc: Various typo fixesGravatar Michael Ellerman 1-1/+1
2016-06-14powerpc: Align hot loops of some string functionsGravatar Anton Blanchard 1-0/+3
2016-06-14powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpGravatar Anton Blanchard 2-45/+0
2016-05-11powerpc/sstep: Fix emulation fall-throughGravatar Oliver O'Halloran 1-0/+1
2016-05-11powerpc/sstep: Fix sstep.c compile on powerpcspeGravatar Lennart Sorensen 1-0/+4
2016-04-27powerpc: rework sparse for lib/xor_vmx.cGravatar Daniel Axtens 1-0/+10
2016-04-11powerpc: Make generic_memcpy() private to copy_32.SGravatar Michael Ellerman 1-1/+1
2016-03-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Gravatar Michael Ellerman 5-189/+247
2016-03-09powerpc: optimise csum_partial() call when len is constantGravatar Christophe Leroy 3-5/+5
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceGravatar Torsten Duwe 1-2/+2
2016-03-04powerpc32: optimise csum_partial() loopGravatar Christophe Leroy 1-1/+15
2016-03-04powerpc32: optimise a few instructions in csum_partial()Gravatar Christophe Leroy 1-20/+17