aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2020-03-07powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy
2019-04-21powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()Russell Currey
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala
2019-03-25powerpc/64: Fix memcmp reading past the end of src/destMichael Ellerman
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-02-26powerpc sstep: Add support for modsd, modud instructionsSandipan Das
2019-02-26powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan
2019-02-26powerpc sstep: Add support for extswsli instructionSandipan Das
2019-02-26powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das
2019-02-26powerpc: sstep: Add support for darn instructionSandipan Das
2019-02-26powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das
2019-02-23powerpc: sstep: Add tests for addc[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for add[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for compute type instructionsSandipan Das
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun
2018-12-19powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy
2018-11-25powerpc/lib: Declare static methodsBreno Leitao
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy
2018-10-09Merge branch 'fixes' into nextMichael Ellerman
2018-10-02powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy
2018-09-20powerpc: fix csum_ipv6_magic() on little endian platformsChristophe Leroy
2018-09-18powerpc: Avoid code patching freed init sectionsMichael Neuling
2018-09-17powerpc/64: Remove static branch hints from memset()Anton Blanchard
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy
2018-08-08powerpc/64: Copy as much as possible in __copy_tofrom_userPaul Mackerras
2018-08-08selftests/powerpc/64: Test all paths through copy routinesPaul Mackerras
2018-08-08powerpc/64: Make exception table clearer in __copy_tofrom_user_basePaul Mackerras
2018-08-08powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman
2018-08-08powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman
2018-08-07powerpc/lib: Implement strlen() in assembly for PPC32Christophe Leroy
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-24powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo
2018-07-24powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook