aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13radix tree test suite: Use vpath to find lib filesMatthew Wilcox1-3/+2
2017-02-13radix tree test suite: Reduce kernel.hMatthew Wilcox3-39/+12
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox1-2/+0
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox3-23/+3
2017-02-13radix tree test suite: Remove mempoolMatthew Wilcox2-38/+0
2017-02-13radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox1-0/+1
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün1-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün6-34/+3
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün3-29/+18
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün3-24/+14
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün4-48/+37
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün4-89/+97
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün4-27/+12
2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1
2017-02-08selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen1-1/+1
2017-02-08selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen1-1/+1
2017-02-07ktest: Add variable run_command_status to save status of commands executedSteven Rostedt (VMware)1-11/+11
2017-02-07ktest.pl: Powercycle the box on reboot if no connection can be madeSteven Rostedt (VMware)1-11/+29
2017-02-07ktest: Add timeout to ssh commandSteven Rostedt (VMware)1-8/+27
2017-02-07ktest: Fix child exit code processingSteven Rostedt (VMware)1-1/+1
2017-02-07ktest: Have POST_TEST run after the test has totally completedSteven Rostedt (VMware)1-8/+12
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-0/+23
2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2-27/+28
2017-02-02x86/mpx: Re-add MPX to selftests MakefileDave Hansen1-1/+1
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar52-8/+1641
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-27/+28
2017-01-27tools: Provide a definition of WARN_ONMatthew Wilcox1-1/+0
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox11-500/+4
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-26/+27
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie5-5/+5
2017-01-25bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann1-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney52-8/+1641
2017-01-25rcutorture: Add CBMC-based formal verification for SRCULance Roy40-0/+1582
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez1-0/+68
2017-01-25tools: firmware: add fallback cancelation testingLuis R. Rodriguez1-0/+32
2017-01-25tools: firmware: rename fallback mechanism scriptLuis R. Rodriguez2-3/+4
2017-01-25tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez1-2/+26
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann1-0/+82
2017-01-24bpf: add prog tag test case to bpf selftestsDaniel Borkmann2-2/+204
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann3-2/+361
2017-01-19selftest: cpufreq: Add special testsViresh Kumar4-3/+146
2017-01-19selftest: cpufreq: Add support to test cpufreq modulesViresh Kumar3-6/+284
2017-01-19selftest: cpufreq: Add suspend/resume/hibernate supportViresh Kumar2-2/+52
2017-01-19selftest: cpufreq: Add support for cpufreq testsViresh Kumar6-0/+568
2017-01-19selftests: Add intel_pstate to TARGETSStafford Horne1-0/+1
2017-01-19selftests/intel_pstate: Update makefile to match new styleStafford Horne1-9/+4
2017-01-19selftests/intel_pstate: Fix warning on loop index overflowStafford Horne1-1/+1