summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/module_64.c
AgeCommit message (Expand)Author
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-02powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao
2020-06-02powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao
2020-06-02powerpc/module_64: Consolidate ftrace codeNaveen N. Rao
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-06powerpc/module64: Use symbolic instructions names.Christophe Leroy
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-10-20powerpc/64/module: REL32 relocation range checkNicholas Piggin
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin
2018-05-28powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf
2018-05-03powerpc64/ftrace: Implement support for ftrace_regs_caller()Naveen N. Rao
2018-05-03powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernelNaveen N. Rao
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-09powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra
2017-12-11powerpc/modules: Improve restore_r2() error messageJosh Poimboeuf
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf
2017-12-11powerpc/modules: Add REL24 relocation support of livepatch symbolsKamalesh Babulal
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2016-11-14powerpc/module: Add support for R_PPC64_REL32 relocationsMichael Ellerman
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman
2016-03-07powerpc/module: Mark module stubs with a magic valueMichael Ellerman
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman
2016-02-08powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab
2016-01-21powerpc: Simplify module TOC handlingAlan Modra
2016-01-13powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard
2014-06-25powerpc/module: Fix TOC symbol CRCLaurent Dufour
2014-05-20powerpc/module: Fix stubs for BERusty Russell
2014-04-23powerpc/modules: Create module_trampoline_target()Anton Blanchard
2014-04-23powerpc/modules: Create is_module_trampoline()Anton Blanchard
2014-04-23powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: skip r2 setup for ELFv2Rusty Russell
2014-04-23powerpc: modules: use r12 for stub jump address.Rusty Russell
2014-04-23powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell
2014-04-23powerpc: Handle new ELFv2 module relocationsRusty Russell
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell
2014-04-23powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell
2014-04-23powerpc: make module stub code endian independentRusty Russell