aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das1-2/+4
2017-09-20powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard1-2/+3
2017-09-20powerpc/sstep: Fix issues with mcrfAnton Blanchard1-2/+2
2017-09-20powerpc/sstep: Fix issues with set_cr0()Anton Blanchard1-7/+7
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras1-4/+4
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman1-0/+1
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy1-2/+5
2017-09-01powerpc/32: optimise memset()Christophe Leroy1-7/+14
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy1-1/+1
2017-09-01powerpc/32: add memset16()Christophe Leroy1-0/+14
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras1-2/+4
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras1-15/+45
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras1-2/+2
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras1-113/+145
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras1-57/+127
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras1-22/+52
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras1-0/+32
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras1-16/+52
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras1-2/+36
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2-267/+202
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras1-129/+106
2017-09-01powerpc: Add emulation for the addpcis instructionPaul Mackerras1-3/+11
2017-09-01powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras1-6/+6
2017-09-01powerpc: Fix emulation of the isel instructionPaul Mackerras1-8/+10
2017-09-01powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras1-54/+55
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras4-62/+681
2017-09-01powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras1-42/+12
2017-09-01powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras1-253/+348
2017-08-17powerpc/string: Implement optimized memset variantsNaveen N. Rao1-1/+18
2017-08-10powerpc/lib/sstep: Add isel instruction emulationMatt Brown1-0/+8
2017-08-10powerpc/lib/sstep: Add prty instruction emulationMatt Brown1-0/+26
2017-08-10powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown1-1/+23
2017-08-10powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown1-1/+41
2017-08-10powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown1-0/+20
2017-08-10powerpc: Fix invalid use of register expressionsAndreas Schwab4-74/+74
2017-07-14Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+17
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-07-12powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard1-0/+13
2017-07-12powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard1-2/+4
2017-07-03powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh1-4/+167
2017-06-02powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_altivec()Matt Brown4-43/+94
2017-05-30powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin1-5/+8
2017-05-30powerpc/64: Do not create new section for save/restore functionsNicholas Piggin1-4/+2
2017-05-30powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin1-2/+6
2017-05-30powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()Andrew Jeffery1-2/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-39/+47
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao2-39/+47
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro4-88/+4
2017-04-06Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpcAl Viro3-20/+435
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-20/+435