aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-1/+1
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel1-0/+6
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu1-0/+1
2017-11-05x86/module: Detect and skip invalid relocationsJosh Poimboeuf1-0/+13
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-1/+10
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-0/+1
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov1-9/+2
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov1-1/+9
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+1
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina1-1/+0
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina1-9/+2
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-1/+11
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2014-03-24x86, kaslr: fix module lock ordering problemKees Cook1-2/+5
2014-02-25x86, kaslr: randomize module base load addressKees Cook1-3/+40
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-20module.c: spelling s/postition/position/gGeert Uytterhoeven1-1/+1
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-12/+20
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-37/+0
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-0/+1
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-13/+4
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar1-2/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-09-22jump label: x86 supportJason Baron1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12module: merge module_alloc() finallyAmerigo Wang1-10/+2
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang1-0/+160
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang1-0/+98