aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/setup_nx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-04x86/cpu: Remove "noexec"Borislav Petkov1-62/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-04-26Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski1-2/+3
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-0/+1
2016-01-20x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski1-3/+2
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-2/+2
2010-11-10x86, cpu: Only CPU features determine NX capabilitiesKees Cook1-1/+1
2009-11-16x86, mm: Report state of NX protections during bootKees Cook1-0/+22
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-37/+6
2009-09-21x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge1-0/+69