summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module.c
AgeCommit message (Expand)AuthorLines
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)-63/+0
2024-05-14powerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)-0/+7
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)-21/+39
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert-2/+0
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy-2/+2
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu-1/+1
2021-11-30powerpc/modules: Don't WARN on first module allocation attemptChristophe Leroy-5/+6
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe-1/+3
2021-05-04powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin-5/+13
2021-04-14powerpc/modules: Load modules closer to kernel textChristophe Leroy-3/+20
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy-0/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-13/+1
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao-0/+8
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman-1/+3
2018-06-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek-0/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens-1/+1
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman-0/+5
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings-2/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker-1/+0
2011-07-24modules: make arch's use default loader hooksJonas Bonn-18/+0
2010-10-05powerpc: remove unused variableStephen Rothwell-1/+0
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds-5/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell-2/+0
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt-0/+6
2008-08-18powerpc: Remove dead module_find_bug codeSteven Rostedt-15/+0
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala-0/+6
2008-07-01powerpc: Move common module code into its own fileKumar Gala-0/+110