aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/module_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryGravatar Naveen N Rao 1-1/+1
2023-04-20powerpc/64: modules support building with PCREL addresingGravatar Nicholas Piggin 1-28/+291
2023-04-20powerpc/64: vmlinux support building with PCREL addresingGravatar Nicholas Piggin 1-15/+45
2023-01-26powerpc/module_64: Fix "expected nop" error on module re-patchingGravatar Josh Poimboeuf 1-2/+12
2023-01-26powerpc/module_64: Improve restore_r2() return semanticsGravatar Josh Poimboeuf 1-9/+6
2022-12-02powerpc/64: Add module check for ELF ABI versionGravatar Nicholas Piggin 1-0/+10
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingGravatar Christophe Leroy 1-2/+1
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Gravatar Christophe Leroy 1-2/+2
2022-05-05powerpc: fix typos in commentsGravatar Julia Lawall 1-2/+2
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextGravatar Michael Ellerman 1-25/+17
2022-02-24powerpc/module_64: fix array_size.cocci warningGravatar Guo Zhengkui 1-1/+2
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsGravatar Christophe Leroy 1-8/+0
2022-02-16powerpc: Prepare func_desc_t for refactorisationGravatar Christophe Leroy 1-18/+18
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Gravatar Christophe Leroy 1-5/+5
2022-02-03powerpc/module_64: use module_init_section instead of patching namesGravatar Wedson Almeida Filho 1-5/+6
2021-12-14powerpc/module_64: Fix livepatching for RO modulesGravatar Russell Currey 1-8/+34
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosGravatar Christophe Leroy 1-38/+17
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-2/+4
2020-06-02powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelGravatar Naveen N. Rao 1-118/+104
2020-06-02powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsGravatar Naveen N. Rao 1-14/+4
2020-06-02powerpc/module_64: Consolidate ftrace codeGravatar Naveen N. Rao 1-36/+33
2020-05-19powerpc: Use a macro for creating instructions from u32sGravatar Jordan Niethe 1-1/+2
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneGravatar Andrey Abramov 1-16/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-26/+36
2019-07-06powerpc/module64: Use symbolic instructions names.Gravatar Christophe Leroy 1-18/+35
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hGravatar Christophe Leroy 1-7/+0
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingGravatar Michael Ellerman 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2018-10-20powerpc/64/module: REL32 relocation range checkGravatar Nicholas Piggin 1-1/+8
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationGravatar Naveen N. Rao 1-5/+0
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigGravatar Nicholas Piggin 1-2/+2
2018-05-28powerpc/modules: remove unused mod_arch_specific.toc fieldGravatar Josh Poimboeuf 1-1/+0
2018-05-03powerpc64/ftrace: Implement support for ftrace_regs_caller()Gravatar Naveen N. Rao 1-7/+21
2018-05-03powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernelGravatar Naveen N. Rao 1-6/+9
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-9/+26
2018-01-09powerpc64: Add .opd based function descriptor dereferenceGravatar Sergey Senozhatsky 1-0/+14
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesGravatar Alan Modra 1-5/+11
2017-12-11powerpc/modules: Improve restore_r2() error messageGravatar Josh Poimboeuf 1-2/+2
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callGravatar Josh Poimboeuf 1-1/+11
2017-12-11powerpc/modules: Add REL24 relocation support of livepatch symbolsGravatar Kamalesh Babulal 1-1/+2
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Gravatar Kamalesh Babulal 1-1/+2
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-8/+0
2016-11-14powerpc/module: Add support for R_PPC64_REL32 relocationsGravatar Michael Ellerman 1-0/+5
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callGravatar Michael Ellerman 1-2/+3
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Gravatar Michael Ellerman 1-2/+2
2016-03-11Merge branch 'topic/mprofile-kernel' into nextGravatar Michael Ellerman 1-62/+152
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABIGravatar Torsten Duwe 1-3/+46
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Gravatar Michael Ellerman 1-1/+68
2016-03-07powerpc/module: Mark module stubs with a magic valueGravatar Michael Ellerman 1-52/+26
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceGravatar Michael Ellerman 1-8/+14