summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/lib/sstep: Add prty instruction emulationMatt Brown2017-08-101-0/+26
* powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown2017-08-101-1/+23
* powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown2017-08-101-1/+41
* powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown2017-08-101-0/+20
* powerpc: Fix invalid use of register expressionsAndreas Schwab2017-08-104-74/+74
* Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-141-2/+17
|\
| * powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard2017-07-121-0/+13
| * powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard2017-07-121-2/+4
* | powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-121-90/+90
|/
* powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh2017-07-031-4/+167
* powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown2017-06-024-43/+94
* powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin2017-05-301-5/+8
* powerpc/64: Do not create new section for save/restore functionsNicholas Piggin2017-05-301-4/+2
* powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin2017-05-301-2/+6
* powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()Andrew Jeffery2017-05-301-2/+2
* 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
OpenPOWER on IntegriCloud