summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-1/+1
* | powerpc/code-patching: Consolidate and cache per-cpu patching contextBenjamin Gray2022-12-021-19/+30
* | powerpc/code-patching: Use temporary mm for Radix MMUChristopher M. Riedl2022-12-021-5/+172
* | powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray2022-11-301-8/+9
* | Merge branch 'fixes' into nextMichael Ellerman2022-11-301-1/+11
|\ \
| * | powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
| |/
* / powerpc: add compile-time support for lbarx, lharxNicholas Piggin2022-11-241-10/+11
|/
* powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-282-12/+2
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-2/+2
* powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy2022-09-011-11/+19
* powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy2022-07-271-6/+3
* powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-3/+3
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-284-91/+27
|\
| * powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-221-0/+3
| * powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy2022-05-221-1/+1
| * powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-191-1/+1
| * powerpc/code-patching: Inline create_branch()Christophe Leroy2022-05-191-20/+0
| * powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy2022-05-191-27/+0
| * powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy2022-05-111-1/+4
| * powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-111-1/+4
| * powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy2022-05-081-1/+1
| * powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-061-36/+10
| * powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li2022-05-021-3/+3
* | net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-2/+0
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-255-26/+25
|\
| * powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
| * powerpc/code-patching: Pre-map patch areaMichael Ellerman2022-03-081-0/+14
| * powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell2022-03-011-0/+6
| * powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell2022-03-011-1/+1
| * powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy2022-02-121-6/+3
| * powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy2022-02-121-8/+0
| * powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy2022-02-121-4/+1
| * powerpc/32: Remove remaining .stabs annotationsChristophe Leroy2022-02-072-6/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \
| * | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-213-37/+50
|\ \
| * | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-113-37/+50
| |/
* / powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell2022-02-151-0/+2
|/
* powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2021-12-231-0/+3
* powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy2021-12-231-40/+45
* powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy2021-12-233-355/+359
* powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy2021-12-231-15/+0
* powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-16/+0
* powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy2021-12-233-36/+10
* powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy2021-12-231-1/+3
* powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy2021-12-231-16/+21
* powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy2021-12-231-17/+13
* powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy2021-12-231-10/+3
* powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy2021-12-231-2/+1
* powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy2021-12-231-9/+7