summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-052-39/+47
|\
| * powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao2017-04-232-39/+47
| * Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-073-20/+435
| |\
* | | powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-04-064-88/+4
* | | Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpcAl Viro2017-04-063-20/+435
|\ \ \ | |/ / |/| / | |/
| * powerpc: emulate_step() tests for load/store instructionsRavi Bangoria2017-03-032-0/+435
| * powerpc: Emulation support for load/store instructions on LERavi Bangoria2017-03-031-20/+0
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
|/
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* powerpc/kprobes: Implement OptprobesAnju T2017-02-101-0/+21
* powerpc: Add helper to check if offset is within relative branch rangeAnju T2017-02-101-1/+23
* powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt2017-02-062-5/+5
* powerpc/sstep: Return directly after a failed address_ok() in emulate_step()Markus Elfring2017-01-251-4/+2
* powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras2017-01-252-4/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* powerpc/lib: Fix randconfig build failure in sstep.cMichael Ellerman2016-11-181-0/+1
* powerpc: EX_TABLE macro for exception tablesNicholas Piggin2016-11-149-276/+203
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1413-30/+36
|\
| * ppc: move exports to definitionsAl Viro2016-08-0713-30/+36
* | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-141-1/+1
|\ \
| * | powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2016-10-121-1/+1
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-072-1/+3
|\ \ \ | |/ /
| * | powerpc/64: Align hot loops of memset() and backwards_memcpy()Anton Blanchard2016-10-041-0/+2
| * | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-131-1/+1
* | | powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy2016-09-081-3/+4
|/ /
* | powerpc/32: Fix crash during static key initBenjamin Herrenschmidt2016-08-101-0/+3
* | powerpc/32: Fix csum_partial_copy_generic()Christophe Leroy2016-08-101-3/+4
|/
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-2/+37
|\
| * powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt2016-08-031-1/+1
| * powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao2016-08-011-0/+1
| * powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao2016-08-011-0/+1
| * powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V2016-08-011-0/+8
| * powerpc/kernel: Check features don't change after patchingMichael Ellerman2016-08-011-1/+26
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
|/
* powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2016-07-211-2/+30
* powerpc/lib: Clarify that adde is an instruction and we mean pluralStewart Smith2016-07-151-6/+6
* powerpc: Introduce asm-prototypes.hDaniel Axtens2016-06-161-0/+1
* powerpc/spinlock: Fix spin_unlock_wait()Boqun Feng2016-06-141-16/+0
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* powerpc: Align hot loops of some string functionsAnton Blanchard2016-06-141-0/+3
* powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpAnton Blanchard2016-06-142-45/+0
* powerpc/sstep: Fix emulation fall-throughOliver O'Halloran2016-05-111-0/+1
* powerpc/sstep: Fix sstep.c compile on powerpcspeLennart Sorensen2016-05-111-0/+4
* powerpc: rework sparse for lib/xor_vmx.cDaniel Axtens2016-04-271-0/+10
* powerpc: Make generic_memcpy() private to copy_32.SMichael Ellerman2016-04-111-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-145-189/+247
|\
| * powerpc: optimise csum_partial() call when len is constantChristophe Leroy2016-03-093-5/+5
| * powerpc32: optimise csum_partial() loopChristophe Leroy2016-03-041-1/+15
| * powerpc32: optimise a few instructions in csum_partial()Christophe Leroy2016-03-041-20/+17
| * powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()Christophe Leroy2016-03-041-111/+209
OpenPOWER on IntegriCloud