summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-3/+3
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-058-334/+816
|\
| * powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-7/+1
| * powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-7/+8
| * powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe2020-05-191-0/+20
| * powerpc sstep: Add support for prefixed load/storesJordan Niethe2020-05-191-2/+162
| * powerpc: Test prefixed instructions in feature fixupsJordan Niethe2020-05-192-0/+144
| * powerpc: Test prefixed code patchingJordan Niethe2020-05-193-1/+42
| * powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-194-4/+58
| * powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe2020-05-191-3/+3
| * powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-191-7/+7
| * powerpc: Add a probe_kernel_read_inst() functionJordan Niethe2020-05-191-0/+13
| * powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-192-1/+21
| * powerpc: Use a function for reading instructionsJordan Niethe2020-05-192-14/+16
| * powerpc: Use a datatype for instructionsJordan Niethe2020-05-194-74/+77
| * powerpc: Introduce functions for instruction equalityJordan Niethe2020-05-191-6/+6
| * powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-192-3/+3
| * powerpc: Use an accessor for instructionsJordan Niethe2020-05-193-146/+148
| * powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-193-66/+69
| * powerpc: Change calling convention for create_branch() et. al.Jordan Niethe2020-05-192-57/+82
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+6
|/
* powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin2020-04-011-2/+3
* powerpc/sstep: Fix DS operand in ld encoding to appropriate valueBalamuruhan S2020-03-251-2/+3
* powerpc/lib: Fix emulate_step() std testNicholas Piggin2020-03-181-1/+1
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2019-12-162-5/+5
* powerpc/pmem: Convert to EXPORT_SYMBOL_GPLAneesh Kumar K.V2019-12-051-2/+2
* powerpc/memcpy: Fix stack corruption for smaller sizesSantosh Sivaraj2019-09-121-1/+1
* powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl2019-08-271-3/+3
* powerpc/memcpy: Add memcpy_mcsafe for pmemBalbir Singh2019-08-212-1/+243
* powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy2019-08-051-2/+2
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-133-9/+6
|\
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-4/+4
| * powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is setChristophe Leroy2019-05-282-5/+2
| * 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/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-104/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3019-96/+19
|/
* powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-031-0/+8
* powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-034-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/+0
* 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-261-2/+15
* powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan2019-02-261-0/+14
* powerpc sstep: Add support for extswsli instructionSandipan Das2019-02-261-0/+14
* powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das2019-02-261-0/+14