aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pkeys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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