summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-171-1/+1
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-017-11/+10
* powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira2018-03-271-1/+8
* powerpc/32: Move the inline keyword at the beginning of function declarationMathieu Malaterre2018-03-131-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-0/+41
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+41
* | powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2018-01-212-6/+6
* | powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy2018-01-211-15/+15
* | powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf2017-12-111-0/+5
|/
* Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-241-4/+2
|\
| * powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2017-11-221-4/+2
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-163-1/+88
|\ \ | |/
| * powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran2017-11-131-0/+33
| * powerpc/lib: Implement PMEM APIOliver O'Halloran2017-11-132-1/+35
| * powerpc/kprobes: Blacklist emulate_update_regs() from kprobesNaveen N. Rao2017-11-121-0/+1
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-101-2/+4
| |\
| * | 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
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |/ |/|
* | powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das2017-10-101-2/+4
|/
* 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/+202
* powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-011-129/+106
* 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/+12
* 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
OpenPOWER on IntegriCloud