summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAge
* Merge branch 'fixes' into nextMichael Ellerman2018-01-21
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-10
* | powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2018-01-21
* | powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy2018-01-21
* | powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf2017-12-11
|/
* Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-24
|\
| * powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2017-11-22
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-16
|\ \ | |/
| * powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran2017-11-13
| * powerpc/lib: Implement PMEM APIOliver O'Halloran2017-11-13
| * powerpc/kprobes: Blacklist emulate_update_regs() from kprobesNaveen N. Rao2017-11-12
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-10
| |\
| * | powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das2017-10-04
| * | powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das2017-10-04
| * | powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das2017-10-04
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/ |/|
* | powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das2017-10-10
|/
* powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard2017-09-20
* powerpc/sstep: Fix issues with mcrfAnton Blanchard2017-09-20
* powerpc/sstep: Fix issues with set_cr0()Anton Blanchard2017-09-20
* powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras2017-09-04
* powerpc/sstep: Avoid used uninitialized errorMichael Ellerman2017-09-02
* powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-01
* powerpc/32: optimise memset()Christophe Leroy2017-09-01
* powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-01
* powerpc/32: add memset16()Christophe Leroy2017-09-01
* powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras2017-09-01
* powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-01
* powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-01
* powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-01
* powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-01
* powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras2017-09-01
* powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-01
* powerpc: Emulate load/store floating double pair instructionsPaul Mackerras2017-09-01
* powerpc: Emulate vector element load/store instructionsPaul Mackerras2017-09-01
* powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-01
* powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-01
* powerpc: Add emulation for the addpcis instructionPaul Mackerras2017-09-01
* powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras2017-09-01
* powerpc: Fix emulation of the isel instructionPaul Mackerras2017-09-01
* powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-01
* powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-01
* powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras2017-09-01
* powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-01
* powerpc/string: Implement optimized memset variantsNaveen N. Rao2017-08-17
* powerpc/lib/sstep: Add isel instruction emulationMatt Brown2017-08-10
* powerpc/lib/sstep: Add prty instruction emulationMatt Brown2017-08-10
* powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown2017-08-10
* powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown2017-08-10
* powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown2017-08-10