summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras
2017-09-01powerpc: Add emulation for the addpcis instructionPaul Mackerras
2017-09-01powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras
2017-09-01powerpc: Fix emulation of the isel instructionPaul Mackerras
2017-09-01powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras
2017-09-01powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras
2017-09-01powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras
2017-08-17powerpc/string: Implement optimized memset variantsNaveen N. Rao
2017-08-10powerpc/lib/sstep: Add isel instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add prty instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown
2017-08-10powerpc: Fix invalid use of register expressionsAndreas Schwab
2017-07-14Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens
2017-07-12powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard
2017-07-12powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard
2017-07-03powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh
2017-06-02powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown
2017-05-30powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin
2017-05-30powerpc/64: Do not create new section for save/restore functionsNicholas Piggin
2017-05-30powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin
2017-05-30powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()Andrew Jeffery
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro
2017-04-06Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpcAl Viro
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria
2017-03-03powerpc: Emulation support for load/store instructions on LERavi Bangoria
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-10powerpc/kprobes: Implement OptprobesAnju T
2017-02-10powerpc: Add helper to check if offset is within relative branch rangeAnju T
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt
2017-01-25powerpc/sstep: Return directly after a failed address_ok() in emulate_step()Markus Elfring
2017-01-25powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18powerpc/lib: Fix randconfig build failure in sstep.cMichael Ellerman
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-12powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-04powerpc/64: Align hot loops of memset() and backwards_memcpy()Anton Blanchard
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman
2016-09-08powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy
2016-08-10powerpc/32: Fix crash during static key initBenjamin Herrenschmidt