summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86/protection_keys.c
AgeCommit message (Expand)Author
2020-06-04selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab
2019-01-15x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen
2018-05-14x86/pkeys/selftests: Add a test for pkey 0Dave Hansen
2018-05-14x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen
2018-05-14x86/pkeys/selftests: Fix pointer mathDave Hansen
2018-05-14x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen
2018-05-14x86/pkeys/selftests: Add PROT_EXEC testDave Hansen
2018-05-14x86/pkeys/selftests: Factor out "instruction page"Dave Hansen
2018-05-14x86/pkeys/selftests: Allow faults on unknown keysDave Hansen
2018-05-14x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen
2018-05-14x86/pkeys/selftests: Stop using assert()Dave Hansen
2018-05-14x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen
2018-05-14x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar
2018-02-13selftests/x86/pkeys: Remove unused functionsIngo Molnar
2017-11-21x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen
2017-11-07selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-19signal/testing: Don't look for __SI_FAULT in userspaceEric W. Biederman
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-08selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen
2017-02-08selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen
2017-01-11selftests: x86 protection_keys remove dead codeShuah Khan
2017-01-11selftests: x86 protection_keys fix unused variable compile warningsShuah Khan
2017-01-05selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King
2016-09-09x86/pkeys: Add self-testsDave Hansen