summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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/+26Star
| * 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/+17Star
* 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/+11Star
* powerpc: Move local setup.h declarations to arch includesRobert Jennings2013-10-301-2/+1Star
* powerpc: Make kernel module helper endian-safe.Eugene Surovegin2013-10-111-0/+16
* powerpc: Build kernel with -mcmodel=mediumAnton Blanchard2013-01-101-0/+30
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-10/+0Star
* powerpc: Unify opcode definitions and supportKumar Gala2009-02-231-1/+1
* powerpc/ppc64: ftrace, handle module trampolines for dyn ftraceSteven Rostedt2008-11-201-0/+13
* Fix compile failure with non modular buildsJames Bottomley2008-09-171-19/+0Star
* lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-091-1/+12
* powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman2008-07-011-1/+2
* powerpc: Move common module code into its own fileKumar Gala2008-07-011-78/+0Star
* [POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve2007-12-211-17/+64