aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel/module_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15powerpc64/ftrace: fix module loading without patchable function entriesAnthony Iliopoulos1-4/+0
2025-01-11modules: Support extended MODVERSIONS infoMatthew Maurer1-2/+22
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+57
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-1/+1
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao1-2/+56
2024-10-31powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao1-8/+2
2024-08-21powerpc/64: Convert patch_instruction() to patch_u32()Benjamin Gray1-3/+2
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao1-1/+1
2023-04-20powerpc/64: modules support building with PCREL addresingNicholas Piggin1-28/+291
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin1-15/+45
2023-01-26powerpc/module_64: Fix "expected nop" error on module re-patchingJosh Poimboeuf1-2/+12
2023-01-26powerpc/module_64: Improve restore_r2() return semanticsJosh Poimboeuf1-9/+6
2022-12-02powerpc/64: Add module check for ELF ABI versionNicholas Piggin1-0/+10
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy1-2/+1
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-2/+2
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman1-25/+17
2022-02-24powerpc/module_64: fix array_size.cocci warningGuo Zhengkui1-1/+2
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-8/+0
2022-02-16powerpc: Prepare func_desc_t for refactorisationChristophe Leroy1-18/+18
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy1-5/+5
2022-02-03powerpc/module_64: use module_init_section instead of patching namesWedson Almeida Filho1-5/+6
2021-12-14powerpc/module_64: Fix livepatching for RO modulesRussell Currey1-8/+34
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy1-38/+17
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+4
2020-06-02powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao1-118/+104
2020-06-02powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao1-14/+4
2020-06-02powerpc/module_64: Consolidate ftrace codeNaveen N. Rao1-36/+33
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+2
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov1-16/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-26/+36
2019-07-06powerpc/module64: Use symbolic instructions names.Christophe Leroy1-18/+35
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy1-7/+0
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-10-20powerpc/64/module: REL32 relocation range checkNicholas Piggin1-1/+8
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao1-5/+0
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin1-2/+2
2018-05-28powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf1-1/+0
2018-05-03powerpc64/ftrace: Implement support for ftrace_regs_caller()Naveen N. Rao1-7/+21
2018-05-03powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernelNaveen N. Rao1-6/+9
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+26
2018-01-09powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-0/+14
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra1-5/+11
2017-12-11powerpc/modules: Improve restore_r2() error messageJosh Poimboeuf1-2/+2
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf1-1/+11
2017-12-11powerpc/modules: Add REL24 relocation support of livepatch symbolsKamalesh Babulal1-1/+2
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal1-1/+2
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-8/+0
2016-11-14powerpc/module: Add support for R_PPC64_REL32 relocationsMichael Ellerman1-0/+5