summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-133-25/+176
|\
| * 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
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-133-5/+4
|\ \
| * \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07237-7/+342
| |\ \ | | |/
| * | locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removalMark Rutland2017-10-251-3/+2
| * | locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT...Mark Rutland2017-10-252-2/+2
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-138-9/+9
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-10-248-9/+9
| |\ \ | | |/ | |/|
| | * torture: Provide TMPDIR environment variable to specify tmpdirPaul E. McKenney2017-10-098-9/+9
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02234-0/+234
|\ \ \
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02234-0/+234
| |/ /
* | | Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-021-1/+5
|\ \ \
| * | | selftests: lib.mk: print individual test results to console by defaultShuah Khan2017-10-311-1/+5
* | | | tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler2017-10-311-2/+2
* | | | selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
* | | | selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-214-6/+522
|\ \ \
| * | | bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| * | | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| * | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-202-3/+3
| * | | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| * | | bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
* | | | userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli2017-10-131-5/+20
* | | | Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-10-102-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan2017-10-051-2/+2
| * | selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan2017-10-051-1/+1
| |/
* | selftests/net: rxtimestamp: Fix an off by oneDan Carpenter2017-10-051-1/+1
|/
* Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2720-65/+245
|\
| * selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6
| * selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan2017-09-251-3/+1
| * selftests/memfd: correct run_tests.sh permissionLi Zhijian2017-09-251-0/+0
| * selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook2017-09-251-5/+13
| * selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-3/+3
| * selftests: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-7/+7
| * selftests: mqueue: Use full path to run tests from MakefileShuah Khan2017-09-251-2/+2
| * selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan2017-09-251-1/+4
| * selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan2017-09-211-0/+11
| * selftests: sync: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-6/+18
| * selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSShuah Khan2017-09-211-2/+4
| * selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan2017-09-211-5/+11
| * selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanShuah Khan2017-09-211-6/+1
| * selftests: lib.mk: fix test executable status check to use full pathShuah Khan2017-09-211-1/+1
| * selftests: Makefile: clear LDFLAGS for make O=dir use-caseShuah Khan2017-09-211-0/+4
| * selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-0/+15
OpenPOWER on IntegriCloud