aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman1-2/+3
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman1-2/+2
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman1-62/+152
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe1-3/+46
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman1-1/+68
2016-03-07powerpc/module: Mark module stubs with a magic valueMichael Ellerman1-52/+26
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman1-8/+14
2016-02-08powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab1-1/+1
2016-01-21powerpc: Simplify module TOC handlingAlan Modra1-3/+9
2016-01-13powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand1-0/+27
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard1-19/+17
2014-06-25powerpc/module: Fix TOC symbol CRCLaurent Dufour1-1/+10
2014-05-20powerpc/module: Fix stubs for BERusty Russell1-1/+1
2014-04-23powerpc/modules: Create module_trampoline_target()Anton Blanchard1-0/+29
2014-04-23powerpc/modules: Create is_module_trampoline()Anton Blanchard1-5/+46
2014-04-23powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell1-12/+61
2014-04-23powerpc: modules: skip r2 setup for ELFv2Rusty Russell1-6/+16
2014-04-23powerpc: modules: use r12 for stub jump address.Rusty Russell1-5/+5
2014-04-23powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell1-8/+15
2014-04-23powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell1-1/+2
2014-04-23powerpc: Handle new ELFv2 module relocationsRusty Russell1-0/+17
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell1-0/+29
2014-04-23powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell1-0/+8
2014-04-23powerpc: make module stub code endian independentRusty Russell1-31/+11
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings1-2/+1
2013-10-11powerpc: Make kernel module helper endian-safe.Eugene Surovegin1-0/+16
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard1-0/+30
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-10/+0
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala1-1/+1
2008-11-20powerpc/ppc64: ftrace, handle module trampolines for dyn ftraceSteven Rostedt1-0/+13