开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
x86
/
protection_keys.c
Age
Commit message (
Expand
)
Author
2019-06-08
docs: move protection-keys.rst to the core-api book
Mauro Carvalho Chehab
2019-01-15
x86/selftests/pkeys: Fork() to check for state being preserved
Dave Hansen
2018-05-14
x86/pkeys/selftests: Add a test for pkey 0
Dave Hansen
2018-05-14
x86/pkeys/selftests: Save off 'prot' for allocations
Dave Hansen
2018-05-14
x86/pkeys/selftests: Fix pointer math
Dave Hansen
2018-05-14
x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
Dave Hansen
2018-05-14
x86/pkeys/selftests: Add PROT_EXEC test
Dave Hansen
2018-05-14
x86/pkeys/selftests: Factor out "instruction page"
Dave Hansen
2018-05-14
x86/pkeys/selftests: Allow faults on unknown keys
Dave Hansen
2018-05-14
x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
Dave Hansen
2018-05-14
x86/pkeys/selftests: Stop using assert()
Dave Hansen
2018-05-14
x86/pkeys/selftests: Give better unexpected fault error messages
Dave Hansen
2018-05-14
x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...
Ingo Molnar
2018-02-13
selftests/x86/pkeys: Remove unused functions
Ingo Molnar
2017-11-21
x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'
Dave Hansen
2017-11-07
selftests/x86/protection_keys: Fix syscall NR redefinition warnings
Andy Lutomirski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-19
signal/testing: Don't look for __SI_FAULT in userspace
Eric W. Biederman
2017-02-25
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-02-08
selftests, x86, protection_keys: fix wrong offset in siginfo
Dave Hansen
2017-02-08
selftests, x86, protection_keys: fix uninitialized variable warning
Dave Hansen
2017-01-11
selftests: x86 protection_keys remove dead code
Shuah Khan
2017-01-11
selftests: x86 protection_keys fix unused variable compile warnings
Shuah Khan
2017-01-05
selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"
Colin King
2016-09-09
x86/pkeys: Add self-tests
Dave Hansen