summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86/protection_keys.c
Commit message (Expand)AuthorAgeFilesLines
* x86/pkeys/selftests: Add a test for pkey 0Dave Hansen2018-05-141-0/+30
* x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen2018-05-141-5/+9
* x86/pkeys/selftests: Fix pointer mathDave Hansen2018-05-141-7/+7
* x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen2018-05-141-5/+8
* x86/pkeys/selftests: Add PROT_EXEC testDave Hansen2018-05-141-0/+44
* x86/pkeys/selftests: Factor out "instruction page"Dave Hansen2018-05-141-4/+17
* x86/pkeys/selftests: Allow faults on unknown keysDave Hansen2018-05-141-1/+9
* x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen2018-05-141-16/+0
* x86/pkeys/selftests: Stop using assert()Dave Hansen2018-05-141-4/+8
* x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen2018-05-141-6/+7
* x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar2018-05-141-26/+41
* selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-131-28/+0
* x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
* selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski2017-11-071-6/+18
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* signal/testing: Don't look for __SI_FAULT in userspaceEric W. Biederman2017-07-191-7/+6
* Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-251-17/+2
|\
| * selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen2017-02-081-1/+1
| * selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen2017-02-081-1/+1
| * selftests: x86 protection_keys remove dead codeShuah Khan2017-01-111-10/+0
| * selftests: x86 protection_keys fix unused variable compile warningsShuah Khan2017-01-111-5/+0
* | selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King2017-01-051-1/+1
|/
* x86/pkeys: Add self-testsDave Hansen2016-09-091-0/+1410
OpenPOWER on IntegriCloud