aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pkeys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07x86/pkeys: Clarify PKRU_AD_KEY macroIra Weiny1-6/+9
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+0
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner1-17/+0
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen1-0/+1
2021-06-23x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner1-6/+0
2021-06-04x86/pkeys: Skip 'init_pkru' debugfs file creation when pkeys not supportedDave Hansen1-0/+4
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-04-12x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior1-0/+6
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel1-1/+0
2019-04-11x86/pkeys: Don't check if PKRU is zero before writing itSebastian Andrzej Siewior1-7/+0
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-6/+1
2018-12-03x86/pkeys: Make init_pkru_value staticSebastian Andrzej Siewior1-0/+1
2018-05-14x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen1-10/+11
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-1/+1
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar1-2/+1
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar1-1/+1
2016-10-18x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski1-2/+1
2016-09-09x86/pkeys: Allow configuration of init_pkruDave Hansen1-0/+66
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen1-0/+38
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-8/+30
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-0/+101