summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-147-49/+110
|\
| * selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang2018-02-151-2/+30
| * selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski2018-02-151-7/+13
| * selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2018-02-152-1/+6
| * selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski2018-02-131-0/+4
| * selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski2018-02-131-1/+1
| * selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-131-28/+0
| * selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-132-6/+16
| * selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski2018-02-131-7/+43
* | Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-031-0/+12
|\ \
| * | selftests/x86: Add <test_name>{,_32,_64} targetsDmitry Safonov2018-01-231-0/+12
* | | selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V2018-01-311-177/+0
| |/ |/|
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-142-1/+501
|\ \
| * | selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-132-1/+501
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-2/+1
|\ \ \ | |/ /
| * | x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-2/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-6/+3
|\ \ \ | |/ / | | / | |/ |/|
| * x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-6/+3
* | x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
* | x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
* | x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
* | x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
* | selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri2017-11-081-1/+17
* | selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri2017-11-081-1/+72
|/
* selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
* selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9
* selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski2017-11-071-16/+37
* selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski2017-11-071-1/+9
* 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-0216-0/+16
* selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan2017-10-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-112-9/+7
|\
| * signal/testing: Don't look for __SI_FAULT in userspaceEric W. Biederman2017-07-192-9/+7
* | selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski2017-08-101-6/+35
|/
* Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-082-2/+14
|\
| * selftests: x86: add missing executables to .gitignoreShuah Khan2017-05-031-0/+13
| * selftests: x86: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
* | x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadowJoerg Roedel2017-04-121-2/+3
* | selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski2017-03-231-0/+46
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-074-8/+18
|\ \ | |/ |/|
| * x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov2017-03-014-8/+18
* | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-042-1/+171
|\ \ | |/ |/|
| * selftests/x86: Add a basic selftest for iopermAndy Lutomirski2017-03-012-1/+171
* | Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-252-24/+12
|\ \ | |/ |/|
| * 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: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-7/+10
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-201-1/+1
|\ \
OpenPOWER on IntegriCloud