summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-04powerpc/lib: optimise PPC32 memcmpChristophe Leroy
2018-06-04powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy
2018-06-04powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy
2018-06-04powerpc/32: Optimise __csum_partial()Christophe Leroy
2018-06-04powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy
2018-06-04powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria
2018-06-04powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria
2018-06-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek
2018-05-25powerpc/altivec: Add missing prototypes for altivecMathieu Malaterre
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin
2018-05-18powerpc/lib: Fix "integer constant is too large" build failureFinn Thain
2018-05-11powerpc/lib: Add alt patching test of branching past the last instructionMichael Ellerman
2018-05-11powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_bigMichael Ellerman
2018-05-11powerpc/lib: Fix the feature fixup tests to actually workMichael Ellerman
2018-05-11powerpc/lib: Fix feature fixup test of external branchMichael Ellerman
2018-04-17powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman
2018-04-01powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira
2018-03-13powerpc/32: Move the inline keyword at the beginning of function declarationMathieu Malaterre
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-21powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy
2018-01-21powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf
2017-11-24Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-22powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-13powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran
2017-11-13powerpc/lib: Implement PMEM APIOliver O'Halloran
2017-11-12powerpc/kprobes: Blacklist emulate_update_regs() from kprobesNaveen N. Rao
2017-11-10Merge branch 'fixes' into nextMichael Ellerman
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-10-04powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das
2017-10-04powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das
2017-10-04powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan 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