aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-17Fix compile failure with non modular buildsJames Bottomley1-19/+0
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-1/+12
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman1-1/+2
2008-07-01powerpc: Move common module code into its own fileKumar Gala1-78/+0
2007-12-21[POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve1-17/+64
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge1-17/+6
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt1-9/+40
2006-04-28[PATCH] powerpc64: Fix loading of modules without a .toc sectionAlan Modra1-4/+12
2005-11-14powerpc: Move most remaining ppc64 files over to arch/powerpcPaul Mackerras1-0/+455