aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy1-7/+4
2022-05-22powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_target()Christophe Leroy1-9/+18
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-02-07powerpc/module_32: Fix livepatching for RO modulesChristophe Leroy1-14/+30
2021-11-29powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Christophe Leroy1-0/+8
2021-11-29powerpc/ftrace: Add module_trampoline_target() for PPC32Christophe Leroy1-0/+25
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy1-13/+6
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov1-16/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+16
2019-07-06powerpc/module32: Use symbolic instructions names.Christophe Leroy1-8/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre1-2/+2
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman1-6/+14
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-3/+3
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard1-17/+14
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings1-2/+1
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-11/+0
2008-11-20powerpc/ppc32: ftrace, dynamic ftrace to handle modulesSteven Rostedt1-0/+10
2008-07-01powerpc: Move common module code into its own fileKumar Gala1-72/+0
2007-12-21[POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve1-14/+63
2007-01-24[POWERPC] Add support for R_PPC_ADDR16_HI relocationsSimon Vallet1-1/+6
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge1-17/+6
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt1-10/+29
2006-03-27powerpc: Move module.c over to arch/powerpcPaul Mackerras1-0/+320