summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86
Commit message (Expand)AuthorAgeFilesLines
* selftests/x86/single_step_syscall: Check SYSENTER directlyAndy Lutomirski2019-11-261-9/+85
* Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-262-12/+133
|\
| * selftests/x86/iopl: Extend test to cover IOPL emulationThomas Gleixner2019-11-161-11/+118
| * selftests/x86/ioperm: Extend testing so the shared bitmap is exercisedThomas Gleixner2019-11-161-1/+15
* | selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernelAndy Lutomirski2019-11-211-0/+13
* | selftests/x86/mov_ss_trap: Fix the SYSENTER testAndy Lutomirski2019-11-211-1/+2
|/
* Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-162-1/+90
|\
| * x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-222-1/+90
* | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-066-2260/+1
|\ \
| * | x86/mpx: Remove selftests themselvesDave Hansen2019-07-225-2259/+0
| * | x86/mpx: Remove selftests Makefile entryDave Hansen2019-07-221-1/+1
| |/
* / selftests/x86: fix spelling mistake "FAILT" -> "FAIL"Colin Ian King2019-07-231-1/+1
|/
* Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-18/+4
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1419-129/+27
| |\
| * | docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-081-1/+1
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-083-29/+311
|\ \ \
| * | | selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski2019-07-031-34/+40
| * | | selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski2019-07-022-7/+110
| * | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASEChang S. Bae2019-06-221-2/+9
| * | | selftests/x86/fsgsbase: Test RD/WRGSBASEAndy Lutomirski2019-06-221-3/+99
| * | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE writeChang S. Bae2019-06-221-0/+70
| | |/ | |/|
* | | selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski2019-06-281-0/+35
* | | selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski2019-06-281-24/+52
* | | x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski2019-06-281-1/+8
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444Thomas Gleixner2019-06-051-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0513-117/+13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner2019-06-055-6/+5
* | selftests/x86: Support Atom for syscall_arg_fault testTong Bo2019-05-211-2/+8
|/
* selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta2019-04-081-2/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-10/+31
|\
| * x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
* | tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate headerSabyasachi Gupta2019-01-141-1/+0
* | x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"Colin Ian King2019-01-141-1/+1
|/
* x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-0/+73
* selftests/x86: Add clock_gettime() tests to test_vdsoAndy Lutomirski2018-10-021-0/+99
* selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski2018-06-271-6/+7
* selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski2018-06-271-17/+29
* selftests/x86: Detect -no-pie availabilityFlorian Weimer2018-05-302-1/+17
* 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: Avoid printf-in-signal deadlocksDave Hansen2018-05-141-12/+8
* 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