summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-27/+0
* mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-32/+22
* mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-141-2/+3
* s390/module: fix rela calculation for R_390_GOTENTSumanth Korikkar2023-06-201-1/+2
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-4/+25
|\
| * s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens2023-04-201-3/+4
| * s390/module: create module allocations without exec permissionsHeiko Carstens2023-04-131-1/+1
| * s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens2023-04-131-1/+1
| * s390/kaslr: randomize module base load addressHeiko Carstens2023-04-131-1/+21
* | module: replace module_layout with module_memorySong Liu2023-03-091-12/+14
|/
* jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+1
|\
| * kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-241-1/+1
* | s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-101-9/+3
|/
* s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich2022-01-241-19/+18
* mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-151-2/+3
* s390/ftrace: implement hotpatchingIlya Leoshkevich2021-08-031-0/+45
* s390/module: Use s390_kernel_write() for late relocationsPeter Zijlstra2020-05-081-59/+88
* s390/module: avoid using strncmp with hardcoded lengthVasily Gorbik2019-08-291-2/+2
* s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik2018-10-091-4/+11
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+2
* s390: correct module section names for expoline code revertMartin Schwidefsky2018-04-231-2/+2
* s390: add automatic detection of the spectre defenseMartin Schwidefsky2018-03-281-6/+5
* s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-02-071-9/+53
* s390: kernel: Remove redundant license textGreg Kroah-Hartman2017-11-241-14/+0
* s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390: enable CPU alternatives unconditionallyHeiko Carstens2017-11-141-9/+6
* s390: introduce CPU alternativesVasily Gorbik2017-10-181-0/+17
* s390: add no-execute supportMartin Schwidefsky2017-02-081-1/+2
* module: s390: keep mod_arch_specific for livepatch modulesJessica Yu2016-04-011-2/+4
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-11/+11
* s390: remove 31 bit supportHeiko Carstens2015-03-251-12/+0
* s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens2015-02-261-0/+1
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-7/+3
* mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1
* s390/module: Add missing R_390_NONE relocation typeHendrik Brueckner2013-02-141-0/+3
* s390/modules: add relocation overflow checkingMartin Schwidefsky2013-02-141-51/+89
* s390/vmalloc: have separate modules areaHeiko Carstens2012-10-091-0/+11
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-3/+2
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-20/+0
* modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
* [S390] kprobes: add parameter check to module_free()Hendrik Brueckner2010-06-081-2/+4
* [S390] module: fix memory leak in s390 module loaderChristian Borntraeger2009-10-061-0/+3
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
* [S390] module function call optimizationMartin Schwidefsky2009-03-261-7/+12
* [S390] Use generic bug.Heiko Carstens2007-04-271-1/+3
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-051-2/+2
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-0/+1