index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
module.c
Age
Commit message (
Expand
)
Author
2024-05-17
Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
2024-05-14
powerpc: extend execmem_params for kprobes allocations
Mike Rapoport (IBM)
2024-05-14
mm/execmem, arch: convert remaining overrides of module_alloc to execmem
Mike Rapoport (IBM)
2024-05-03
powerpc/module: Remove arch specific module bug stuff
Dr. David Alan Gilbert
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
2021-11-30
powerpc/modules: Don't WARN on first module allocation attempt
Christophe Leroy
2021-06-21
powerpc/modules: Make module_alloc() Strict Module RWX aware
Jordan Niethe
2021-05-04
powerpc/64s/radix: Enable huge vmalloc mappings
Nicholas Piggin
2021-04-14
powerpc/modules: Load modules closer to kernel text
Christophe Leroy
2020-07-27
powerpc: Use MODULES_VADDR if defined
Christophe Leroy
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-10-20
powerpc64/module elfv1: Set opd addresses after module relocation
Naveen N. Rao
2018-08-08
powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
Michael Ellerman
2018-06-03
powerpc/64s: Patch barrier_nospec in modules
Michal Suchanek
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-13
powerpc/sparse: Make a bunch of things static
Daniel Axtens
2016-03-07
powerpc/module: Only try to generate the ftrace_caller() stub once
Michael Ellerman
2013-10-30
powerpc: Move local setup.h declarations to arch includes
Robert Jennings
2011-10-31
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2011-07-24
modules: make arch's use default loader hooks
Jonas Bonn
2010-10-05
powerpc: remove unused variable
Stephen Rothwell
2010-10-05
modules: Fix module_bug_list list corruption race
Linus Torvalds
2009-06-12
module: cleanup FIXME comments about trimming exception table entries.
Rusty Russell
2008-12-21
powerpc/mm: Introduce MMU features
Benjamin Herrenschmidt
2008-08-18
powerpc: Remove dead module_find_bug code
Steven Rostedt
2008-07-03
powerpc: Fixup lwsync at runtime
Kumar Gala
2008-07-01
powerpc: Move common module code into its own file
Kumar Gala