summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das
2017-09-20powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard
2017-09-20powerpc/sstep: Fix issues with mcrfAnton Blanchard
2017-09-20powerpc/sstep: Fix issues with set_cr0()Anton Blanchard
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy
2017-09-01powerpc/32: optimise memset()Christophe Leroy
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy
2017-09-01powerpc/32: add memset16()Christophe Leroy
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras
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