index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
pkeys.h
Age
Commit message (
Expand
)
Author
2022-04-04
x86/pkeys: Remove __arch_set_user_pkey_access() declaration
Ira Weiny
2022-04-04
x86/pkeys: Clean up arch_set_user_pkey_access() declaration
Ira Weiny
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
2021-06-23
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2020-02-24
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-05-14
x86/pkeys: Do not special case protection key 0
Dave Hansen
2018-05-14
x86/pkeys: Override pkey when moving away from PROT_EXEC
Dave Hansen
2018-05-09
x86/pkeys: Add arch_pkeys_enabled()
Michael Ellerman
2018-05-09
x86/pkeys: Move vma_pkey() into asm/pkeys.h
Michael Ellerman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-01
x86/pkeys: Check against max pkey to avoid overflows
Dave Hansen
2016-09-09
x86/pkeys: Default to a restrictive init PKRU
Dave Hansen
2016-09-09
x86/pkeys: Allocation/free syscalls
Dave Hansen
2016-09-09
x86/pkeys: Make mprotect_key() mask off additional vm_flags
Dave Hansen
2016-09-09
mm: Implement new pkey_mprotect() system call
Dave Hansen
2016-02-18
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
2016-02-18
x86/mm/pkeys: Allow kernel to modify user pkey rights register
Dave Hansen
2016-02-18
mm/core, x86/mm/pkeys: Add arch_validate_pkey()
Dave Hansen