summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-143-9/+6Star
|\
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-041-4/+4
| * powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is setChristophe Leroy2019-05-282-5/+2Star
| * powerpc/lib: fix redundant inclusion of quad.oChristophe Leroy2019-05-281-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-104/+8Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3019-96/+19Star
|/
* powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-021-0/+8
* powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-024-9/+27
* powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()Russell Currey2019-04-211-2/+2
* powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+4
* powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-201-1/+0Star
* powerpc/64: Fix memcmp reading past the end of src/destMichael Ellerman2019-03-251-4/+13
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* powerpc sstep: Add support for modsd, modud instructionsSandipan Das2019-02-251-2/+15
* powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan2019-02-251-0/+14
* powerpc sstep: Add support for extswsli instructionSandipan Das2019-02-251-0/+14
* powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das2019-02-251-0/+14
* powerpc: sstep: Add support for darn instructionSandipan Das2019-02-251-0/+22
* powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das2019-02-251-1/+34
* powerpc: sstep: Add tests for addc[.] instructionSandipan Das2019-02-231-0/+192
* powerpc: sstep: Add tests for add[.] instructionSandipan Das2019-02-231-0/+176
* powerpc: sstep: Add tests for compute type instructionsSandipan Das2019-02-233-5/+315
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2018-12-201-0/+23
* powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2018-12-191-16/+0Star
* powerpc/lib: Declare static methodsBreno Leitao2018-11-251-2/+2
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* powerpc: Add support for function error injectionNaveen N. Rao2018-10-202-0/+18
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-181-2/+0Star
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+1Star
* Merge branch 'fixes' into nextMichael Ellerman2018-10-092-2/+15
|\
| * 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/64: Remove static branch hints from memset()Anton Blanchard2018-09-171-2/+2
|/
* 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-071-6/+23
* selftests/powerpc/64: Test all paths through copy routinesPaul Mackerras2018-08-074-23/+36
* powerpc/64: Make exception table clearer in __copy_tofrom_user_basePaul Mackerras2018-08-071-326/+225Star
* powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2018-08-071-0/+16
* powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2018-08-071-0/+31
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-071-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/+0Star
* 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