summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+4
* powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao2020-06-021-118/+104
* powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao2020-06-021-14/+4
* powerpc/module_64: Consolidate ftrace codeNaveen N. Rao2020-06-021-36/+33
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-1/+2
* powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov2020-05-111-16/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-26/+36
|\
| * powerpc/module64: Use symbolic instructions names.Christophe Leroy2019-07-061-18/+35
| * powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy2019-07-061-7/+0
| * powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman2019-07-061-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
|/
* powerpc/64/module: REL32 relocation range checkNicholas Piggin2018-10-201-1/+8
* powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao2018-10-201-5/+0
* powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2018-06-111-2/+2
* powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf2018-05-281-1/+0
* powerpc64/ftrace: Implement support for ftrace_regs_caller()Naveen N. Rao2018-05-031-7/+21
* powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernelNaveen N. Rao2018-05-031-6/+9
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-9/+26
|\
| * powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra2017-12-111-5/+11
| * powerpc/modules: Improve restore_r2() error messageJosh Poimboeuf2017-12-111-2/+2
| * powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf2017-12-111-1/+11
| * powerpc/modules: Add REL24 relocation support of livepatch symbolsKamalesh Babulal2017-12-111-1/+2
* | powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-091-0/+14
|/
* powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal2017-10-131-1/+2
* modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-031-8/+0
* powerpc/module: Add support for R_PPC64_REL32 relocationsMichael Ellerman2016-11-141-0/+5
* powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman2016-07-211-2/+3
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-141-2/+2
* Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-111-62/+152
|\
| * powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe2016-03-071-3/+46
| * powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman2016-03-071-1/+68
| * powerpc/module: Mark module stubs with a magic valueMichael Ellerman2016-03-071-52/+26
| * powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman2016-03-071-8/+14
* | powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab2016-02-081-1/+1
|/
* powerpc: Simplify module TOC handlingAlan Modra2016-01-211-3/+9
* powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand2016-01-131-0/+27
* powerpc: Use pr_fmt in module loader codeAnton Blanchard2014-10-021-19/+17
* powerpc/module: Fix TOC symbol CRCLaurent Dufour2014-06-251-1/+10
* powerpc/module: Fix stubs for BERusty Russell2014-05-201-1/+1
* powerpc/modules: Create module_trampoline_target()Anton Blanchard2014-04-231-0/+29
* powerpc/modules: Create is_module_trampoline()Anton Blanchard2014-04-231-5/+46
* powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell2014-04-231-12/+61
* powerpc: modules: skip r2 setup for ELFv2Rusty Russell2014-04-231-6/+16
* powerpc: modules: use r12 for stub jump address.Rusty Russell2014-04-231-5/+5
* powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell2014-04-231-8/+15
* powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell2014-04-231-1/+2
* powerpc: Handle new ELFv2 module relocationsRusty Russell2014-04-231-0/+17
* powerpc: Fix up TOC. for modules.Rusty Russell2014-04-231-0/+29
* powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell2014-04-231-0/+8
* powerpc: make module stub code endian independentRusty Russell2014-04-231-31/+11