aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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