summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-221-0/+50
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2020-11-222-5/+5
* powerpc: Add a framework for user access trackingChristophe Leroy2020-11-221-0/+4
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-221-0/+54
* powerpc/64: Fix memcmp reading past the end of src/destMichael Ellerman2019-04-031-4/+13
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2019-04-031-0/+23
* powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy2018-10-021-8/+12
* powerpc: fix csum_ipv6_magic() on little endian platformsChristophe Leroy2018-09-201-0/+3
* powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+6
* powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-101-3/+6
* powerpc/64: Copy as much as possible in __copy_tofrom_userPaul Mackerras2018-08-081-6/+23
* selftests/powerpc/64: Test all paths through copy routinesPaul Mackerras2018-08-084-23/+36
* powerpc/64: Make exception table clearer in __copy_tofrom_user_basePaul Mackerras2018-08-081-326/+225
* powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2018-08-081-0/+16
* powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2018-08-081-0/+31
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-081-2/+4
* powerpc/lib: Implement strlen() in assembly for PPC32Christophe Leroy2018-08-072-1/+79
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-304-0/+4
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-1/+0
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-304-0/+4
* powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo2018-07-241-11/+46
* powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo2018-07-244-9/+246
* powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo2018-07-241-7/+133
* 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