summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/code-patching.c
AgeCommit message (Expand)Author
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)
2024-05-08powerpc/code-patching: Use dedicated memory routines for patchingBenjamin Gray
2023-10-23powerpc/code-patching: introduce patch_instructions()Hari Bathini
2023-10-20powerpc/code-patching: Perform hwsync in __patch_instruction() in case of fai...Christophe Leroy
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2022-12-02powerpc/code-patching: Consolidate and cache per-cpu patching contextBenjamin Gray
2022-12-02powerpc/code-patching: Use temporary mm for Radix MMUChristopher M. Riedl
2022-11-30powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy
2022-03-08powerpc/code-patching: Pre-map patch areaMichael Ellerman
2021-12-23powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy
2021-12-23powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy
2021-12-23powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy
2021-12-23powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman
2021-11-25powerpc/code-patching: Improve verification of patchabilityChristophe Leroy
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-17powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy
2021-03-26powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.hChristophe Leroy
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman
2020-05-19powerpc: Test prefixed code patchingJordan Niethe
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe
2020-05-19powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe