aboutsummaryrefslogtreecommitdiff
path: root/include/linux/moduleloader.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-12/+0
2024-05-14mm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 1-3/+0
2024-03-04modules: wait do_free_init correctlyGravatar Changbin Du 1-0/+8
2023-08-03module: Expose module_init_layout_section()Gravatar James Morse 1-0/+5
2023-02-23Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+17
2023-02-03livepatch,x86: Clear relocation targets on a module removalGravatar Song Liu 1-0/+17
2022-12-02module: add module_elf_check_arch for module-specific checksGravatar Nicholas Piggin 1-0/+3
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-1/+2
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesGravatar Vincent Whitchurch 1-0/+5
2019-12-01kasan: support backing vmalloc space with real shadow memoryGravatar Daniel Axtens 1-1/+1
2019-06-24module: allow arch overrides for .exit section namesGravatar Matthias Schiffer 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-03-12kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>Gravatar Andrey Ryabinin 1-0/+8
2015-01-20module: remove mod arg from module_free, rename module_memfree().Gravatar Rusty Russell 1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Gravatar Rusty Russell 1-0/+2
2014-07-27modules: Fix build error in moduleloader.hGravatar Rusty Russell 1-2/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 1-4/+32
2011-07-24modules: add default loader hook implementationsGravatar Jonas Bonn 1-1/+6
2009-01-05module: fix module loading failure of large kernel modules for pariscGravatar Helge Deller 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+47