summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/module_64.c
AgeCommit message (Expand)Author
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-09powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra
2017-12-11powerpc/modules: Improve restore_r2() error messageJosh Poimboeuf
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf
2017-12-11powerpc/modules: Add REL24 relocation support of livepatch symbolsKamalesh Babulal
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2016-11-14powerpc/module: Add support for R_PPC64_REL32 relocationsMichael Ellerman
2016-07-21powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman
2016-03-07powerpc/module: Mark module stubs with a magic valueMichael Ellerman
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman
2016-02-08powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab
2016-01-21powerpc: Simplify module TOC handlingAlan Modra
2016-01-13powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard
2014-06-25powerpc/module: Fix TOC symbol CRCLaurent Dufour
2014-05-20powerpc/module: Fix stubs for BERusty Russell
2014-04-23powerpc/modules: Create module_trampoline_target()Anton Blanchard
2014-04-23powerpc/modules: Create is_module_trampoline()Anton Blanchard
2014-04-23powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: skip r2 setup for ELFv2Rusty Russell
2014-04-23powerpc: modules: use r12 for stub jump address.Rusty Russell
2014-04-23powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell
2014-04-23powerpc: Handle new ELFv2 module relocationsRusty Russell
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell
2014-04-23powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell
2014-04-23powerpc: make module stub code endian independentRusty Russell
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings
2013-10-11powerpc: Make kernel module helper endian-safe.Eugene Surovegin
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala
2008-11-20powerpc/ppc64: ftrace, handle module trampolines for dyn ftraceSteven Rostedt
2008-09-17Fix compile failure with non modular buildsJames Bottomley
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman
2008-07-01powerpc: Move common module code into its own fileKumar Gala
2007-12-21[POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt
2006-04-28[PATCH] powerpc64: Fix loading of modules without a .toc sectionAlan Modra
2005-11-14powerpc: Move most remaining ppc64 files over to arch/powerpcPaul Mackerras