summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das2017-10-041-0/+4
* powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das2017-10-041-0/+13
* powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das2017-10-041-0/+2
* powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard2017-09-201-2/+3
* powerpc/sstep: Fix issues with mcrfAnton Blanchard2017-09-201-2/+2
* powerpc/sstep: Fix issues with set_cr0()Anton Blanchard2017-09-201-7/+7
* powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras2017-09-041-4/+4
* powerpc/sstep: Avoid used uninitialized errorMichael Ellerman2017-09-021-0/+1
* powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-011-2/+5
* powerpc/32: optimise memset()Christophe Leroy2017-09-011-7/+14
* powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-011-1/+1
* powerpc/32: add memset16()Christophe Leroy2017-09-011-0/+14
* powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras2017-09-011-2/+4
* powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-011-15/+45
* powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-011-2/+2
* powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-011-113/+145
* powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-011-57/+127
* powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras2017-09-011-22/+52
* powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-011-0/+32
* powerpc: Emulate load/store floating double pair instructionsPaul Mackerras2017-09-011-16/+52
* powerpc: Emulate vector element load/store instructionsPaul Mackerras2017-09-011-2/+36
* powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-012-267/+202Star
* powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-011-129/+106Star
* powerpc: Add emulation for the addpcis instructionPaul Mackerras2017-09-011-3/+11
* powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras2017-09-011-6/+6
* powerpc: Fix emulation of the isel instructionPaul Mackerras2017-09-011-8/+10
* powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-011-54/+55
* powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-014-62/+681
* powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras2017-09-011-42/+12Star
* powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-011-253/+348
* powerpc/string: Implement optimized memset variantsNaveen N. Rao2017-08-171-1/+18
* powerpc/lib/sstep: Add isel instruction emulationMatt Brown2017-08-101-0/+8
* 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-151-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-131-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/+2Star
* 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
| |\