aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+138
2016-01-31phys_to_pfn_t: use phys_addr_tGravatar Dan Williams 1-1/+1
2016-01-26kselftests: timers: Add adjtimex SETOFFSET validity testsGravatar John Stultz 1-1/+138
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-15/+297
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 22-105/+956
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+92
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-34/+72
2016-01-13selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnGravatar Andy Lutomirski 2-1/+90
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+90
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-1/+516
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+24
2016-01-12selftests/x86: Disable the ldt_gdt_64 test for nowGravatar Andy Lutomirski 1-2/+3
2016-01-12Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Gravatar Thomas Gleixner 3-39/+23
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Gravatar Linus Torvalds 1-1/+1
2016-01-10selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOKGravatar Mickaël Salaün 1-3/+24
2016-01-10Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimmGravatar Dan Williams 1-0/+11
2016-01-09nfit_test: Enable DSMs for all test NFITsGravatar Dan Williams 1-0/+11
2016-01-07selftests: firmware: add empty string and async testsGravatar Brian Norris 1-1/+28
2016-01-07selftests/seccomp: fix 32-bit build warningsGravatar Kees Cook 1-2/+3
2016-01-07add breakpoints/.gitignoreGravatar Yuan Sun 1-0/+1
2016-01-07add ptrace/.gitignoreGravatar Yuan Sun 1-0/+1
2016-01-07update .gitignore in selftests/timersGravatar Yuan Sun 1-0/+1
2016-01-07update .gitignore in selftests/vmGravatar Yuan Sun 1-0/+5
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 5-23/+54
2016-01-06soreuseport: pass skb to secondary UDP socket lookupGravatar Craig Gallek 1-0/+47
2016-01-04soreuseport: BPF selection functional testGravatar Craig Gallek 3-1/+469
2015-12-24tools/testing/libnvdimm: cleanup mock resource lookupGravatar Dan Williams 1-46/+23
2015-12-17selftests/powerpc: Add script to test HMI functionalityGravatar Daniel Axtens 1-0/+89
2015-12-17selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultGravatar Michael Ellerman 1-6/+6
2015-12-17selftests/powerpc: Make context_switch do something with no argsGravatar Michael Ellerman 2-9/+24
2015-12-17selftests/powerpc: Import Anton's context_switch2 benchmarkGravatar Michael Ellerman 3-1/+456
2015-12-17selftests/powerpc: Move pick_online_cpu() up into utils.cGravatar Michael Ellerman 5-28/+31
2015-12-15libnvdimm, pfn: enable pfn sysfs interface unit testingGravatar Dan Williams 2-0/+50
2015-12-14selftests/powerpc: Add test to check if VSRs are corruptedGravatar Rashmica Gupta 3-1/+105
2015-12-14selftests/powerpc: Add TM signal with invalid stack testGravatar Michael Neuling 3-1/+78
2015-12-14selftests/powerpc: Add TM signal return testGravatar Michael Neuling 3-1/+76
2015-12-14selftests/powerpc: Skip tm-resched-dscr if we don't have TMGravatar Michael Ellerman 2-2/+5
2015-12-14selftests/powerpc: Move TM helpers into tm.hGravatar Michael Ellerman 2-11/+35
2015-12-14selftests/powerpc: Add have_hwcap2() helperGravatar Michael Ellerman 3-4/+8
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cGravatar Michael Ellerman 5-45/+63
2015-12-10selftests/timers: fix write return value handlngGravatar Andrzej Hajda 1-1/+1
2015-12-10powerpc: Fix DSCR inheritance over fork()Gravatar Anton Blanchard 2-16/+0
2015-12-05torture: Place console.log files correctly from the get-goGravatar Paul E. McKenney 1-3/+2
2015-12-05torture: Abbreviate console error dumpGravatar Paul E. McKenney 1-6/+35
2015-12-05rcutorture: Remove CONFIG_RCU_USER_QS from rcutorture selftest docGravatar Yang Shi 2-5/+0
2015-12-05rcutorture: Default grace period to three minutes, allow overrideGravatar Paul E. McKenney 2-3/+8
2015-12-05rcutorture: Add batch number to script printoutGravatar Paul E. McKenney 1-6/+9
2015-11-30nfit: Adjust for different _FIT and NFIT headersGravatar Linda Knippers 1-34/+15
2015-11-24ftracetest: Add instance create and delete testGravatar Steven Rostedt (Red Hat) 1-0/+90