summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86
AgeCommit message (Expand)Author
2019-07-03selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski
2019-07-02selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski
2019-06-28selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski
2019-06-28selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski
2019-06-28x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski
2019-06-22selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASEChang S. Bae
2019-06-22selftests/x86/fsgsbase: Test RD/WRGSBASEAndy Lutomirski
2019-06-22selftests/x86/fsgsbase: Test ptracer-induced GSBASE writeChang S. Bae
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner
2019-05-21selftests/x86: Support Atom for syscall_arg_fault testTong Bo
2019-04-08selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta
2019-01-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-15x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen
2019-01-14tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate headerSabyasachi Gupta
2019-01-14x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-02selftests/x86: Add clock_gettime() tests to test_vdsoAndy Lutomirski
2018-06-27selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski
2018-06-27selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski
2018-05-30selftests/x86: Detect -no-pie availabilityFlorian Weimer
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: Avoid printf-in-signal deadlocksDave 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/selftests: Add mov_to_ss testAndy Lutomirski
2018-05-14x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar
2018-05-14x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski
2018-03-19selftests/x86/ptrace_syscall: Fix for yet more glibc interferenceAndy Lutomirski
2018-03-14selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski
2018-03-14selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski
2018-03-08x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang
2018-02-15selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski
2018-02-15selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski
2018-02-13selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski
2018-02-13selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski
2018-02-13selftests/x86/pkeys: Remove unused functionsIngo Molnar