summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/module.c
AgeCommit message (Expand)Author
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra
2023-03-09module: replace module_layout with module_memorySong Liu
2023-02-23Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-03livepatch,x86: Clear relocation targets on a module removalSong Liu
2023-02-03x86/module: remove unused code in __apply_relocate_addSong Liu
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-22x86/alternative: Consistently patch SMP locks in vmlinux and modulesJulian Pidancet
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-10-17x86/modules: Add call patchingThomas Gleixner
2022-10-17x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-27x86: Undo return-thunk damagePeter Zijlstra
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra
2022-03-08x86/module: Fix the paravirt vs alternative orderPeter Zijlstra
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2017-11-05x86/module: Detect and skip invalid relocationsJosh Poimboeuf
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2014-03-24x86, kaslr: fix module lock ordering problemKees Cook
2014-02-25x86, kaslr: randomize module base load addressKees Cook
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-20module.c: spelling s/postition/position/gGeert Uytterhoeven
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-03-28Disintegrate asm/system.h for X86David Howells
2011-07-24modules: make arch's use default loader hooksJonas Bonn