summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-0711-93/+341
|\
| * powerpc/lib: optimise PPC32 memcmpChristophe Leroy2018-06-043-19/+47
| * powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy2018-06-043-48/+93
| * powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy2018-06-042-0/+61
| * powerpc/32: Optimise __csum_partial()Christophe Leroy2018-06-041-2/+11
| * powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy2018-06-041-3/+4
| * powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria2018-06-041-6/+15
| * powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria2018-06-041-0/+9
| * powerpc/sstep: Introduce GETTYPE macroRavi Bangoria2018-06-031-3/+3
| * powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2018-06-031-3/+13
| * powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2018-06-031-0/+27
| * powerpc/altivec: Add missing prototypes for altivecMathieu Malaterre2018-05-251-0/+1
| * powerpc/lib: Fix "integer constant is too large" build failureFinn Thain2018-05-181-5/+6
| * powerpc/lib: Add alt patching test of branching past the last instructionMichael Ellerman2018-05-112-0/+47
| * powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_bigMichael Ellerman2018-05-111-1/+1
| * powerpc/lib: Fix the feature fixup tests to actually workMichael Ellerman2018-05-111-6/+6
| * powerpc/lib: Fix feature fixup test of external branchMichael Ellerman2018-05-111-2/+2
* | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-211-0/+115
|/
* 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
OpenPOWER on IntegriCloud