aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/x86/protection_keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai1-1506/+0
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab1-1/+1
2019-01-15x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen1-10/+31
2018-05-14x86/pkeys/selftests: Add a test for pkey 0Dave Hansen1-0/+30
2018-05-14x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen1-5/+9
2018-05-14x86/pkeys/selftests: Fix pointer mathDave Hansen1-7/+7
2018-05-14x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen1-5/+8
2018-05-14x86/pkeys/selftests: Add PROT_EXEC testDave Hansen1-0/+44
2018-05-14x86/pkeys/selftests: Factor out "instruction page"Dave Hansen1-4/+17
2018-05-14x86/pkeys/selftests: Allow faults on unknown keysDave Hansen1-1/+9
2018-05-14x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen1-16/+0
2018-05-14x86/pkeys/selftests: Stop using assert()Dave Hansen1-4/+8
2018-05-14x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen1-6/+7
2018-05-14x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABIIngo Molnar1-26/+41
2018-02-13selftests/x86/pkeys: Remove unused functionsIngo Molnar1-28/+0
2017-11-21x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen1-5/+5
2017-11-07selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski1-6/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19signal/testing: Don't look for __SI_FAULT in userspaceEric W. Biederman1-7/+6
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-17/+2
2017-02-08selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen1-1/+1
2017-02-08selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen1-1/+1
2017-01-11selftests: x86 protection_keys remove dead codeShuah Khan1-10/+0
2017-01-11selftests: x86 protection_keys fix unused variable compile warningsShuah Khan1-5/+0
2017-01-05selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King1-1/+1
2016-09-09x86/pkeys: Add self-testsDave Hansen1-0/+1410