summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/lib: Add __init attribute to eligible functionsNick Child2021-12-232-14/+14
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-094-28/+28
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-5/+3
* Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman2021-11-291-2/+3
* powerpc/code-patching: Improve verification of patchabilityChristophe Leroy2021-11-251-3/+2
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+2
|\
| * isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
* | Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-052-57/+151
|\ \
| * | powerpc/security: Use a mutex for interrupt exit code patchingRussell Currey2021-10-281-0/+11
| * | powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy2021-10-221-57/+140
| |/
* | powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao2021-10-071-1/+6
|/
* powerpc: Only build restart_table.c for 64sMichael Ellerman2021-07-011-2/+2
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-0/+26
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-251-4/+48
* powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin2021-06-252-1/+31
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-253-9/+11
* powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe2021-06-211-10/+4
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-172-74/+70
* powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy2021-06-171-42/+53
* powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy2021-06-161-9/+9
* powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy2021-06-162-5/+5
* powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy2021-06-161-1/+1
* powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy2021-06-161-61/+60
* powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy2021-06-161-4/+2