aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/module.c
AgeCommit message (Expand)Author
2023-06-20s390/module: fix rela calculation for R_390_GOTENTSumanth Korikkar
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-04-20s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens
2023-03-09module: replace module_layout with module_memorySong Liu
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik
2022-01-24s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich
2020-05-08s390/module: Use s390_kernel_write() for late relocationsPeter Zijlstra
2019-08-29s390/module: avoid using strncmp with hardcoded lengthVasily Gorbik
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-23s390: correct module section names for expoline code revertMartin Schwidefsky
2018-03-28s390: add automatic detection of the spectre defenseMartin Schwidefsky
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-14s390: enable CPU alternatives unconditionallyHeiko Carstens
2017-10-18s390: introduce CPU alternativesVasily Gorbik
2017-02-08s390: add no-execute supportMartin Schwidefsky
2016-04-01module: s390: keep mod_arch_specific for livepatch modulesJessica Yu
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-03-25s390: remove 31 bit supportHeiko Carstens
2015-02-26s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-02-28s390/module: fix compile warningHeiko Carstens
2013-02-14s390/module: Add missing R_390_NONE relocation typeHendrik Brueckner
2013-02-14s390/modules: add relocation overflow checkingMartin Schwidefsky
2012-10-09s390/vmalloc: have separate modules areaHeiko Carstens
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-06-08[S390] kprobes: add parameter check to module_free()Hendrik Brueckner
2009-10-06[S390] module: fix memory leak in s390 module loaderChristian Borntraeger
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell
2009-03-26[S390] module function call optimizationMartin Schwidefsky
2007-04-27[S390] Use generic bug.Heiko Carstens
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens
2006-07-12[S390] Fix sparse warnings.Heiko Carstens
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds