index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
setup_nx.c
Age
Commit message (
Expand
)
Author
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-04-26
Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"
Andy Lutomirski
2016-03-15
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2016-01-20
x86/mm/32: Set NX in __supported_pte_mask before enabling paging
Andy Lutomirski
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2013-07-14
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
2010-11-10
x86, cpu: Only CPU features determine NX capabilities
Kees Cook
2009-11-16
x86, mm: Report state of NX protections during boot
Kees Cook
2009-11-16
x86, mm: Clean up and simplify NX enablement
H. Peter Anvin
2009-09-21
x86: split NX setup into separate file to limit unstack-protected code
Jeremy Fitzhardinge