summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2017-02-14selftests: Fix the .S and .S -> .o rulesMichael Ellerman-2/+2
2017-02-14selftests: Fix the .c linking ruleMichael Ellerman-1/+1
2017-02-14selftests: Fix selftests build to just build, not run testsMichael Ellerman-5/+5
2017-02-13radix tree test suite: Add config option for map shiftRehas Sachdeva-11/+16
2017-02-13radix tree test suite: Run iteration tests for longerMatthew Wilcox-2/+2
2017-02-13radix tree test suite: Fix split/join memory leaksMatthew Wilcox-1/+14
2017-02-13radix tree test suite: Fix leaks in regression2.cMatthew Wilcox-2/+4
2017-02-13radix tree test suite: Fix leaky testsMatthew Wilcox-12/+16
2017-02-13radix tree test suite: Enable address sanitizerMatthew Wilcox-1/+1
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox-3/+3
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva-58/+77
2017-02-13radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox-0/+26
2017-02-13radix tree test suite: Build separate binaries for some testsMatthew Wilcox-7/+33
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox-1/+92
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox-3/+4
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox-6/+365
2017-02-13radix tree test suite: Remove obsolete CONFIGMatthew Wilcox-2/+0
2017-02-13radix tree test suite: Use vpath to find lib filesMatthew Wilcox-3/+2
2017-02-13radix tree test suite: Reduce kernel.hMatthew Wilcox-39/+12
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox-2/+0
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox-23/+3
2017-02-13radix tree test suite: Remove mempoolMatthew Wilcox-38/+0
2017-02-13radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox-0/+1
2017-02-13drm/i915: Provide a hook for selftestsChris Wilson-0/+1
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün-34/+3
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün-29/+18
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün-24/+14
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün-48/+37
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün-89/+97
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün-27/+12
2017-02-10bpf: Always test unprivileged programsMickaël Salaün-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün-1/+1
2017-02-08selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen-1/+1
2017-02-08selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen-1/+1
2017-02-07ktest: Add variable run_command_status to save status of commands executedSteven Rostedt (VMware)-11/+11
2017-02-07ktest.pl: Powercycle the box on reboot if no connection can be madeSteven Rostedt (VMware)-11/+29
2017-02-07ktest: Add timeout to ssh commandSteven Rostedt (VMware)-8/+27
2017-02-07ktest: Fix child exit code processingSteven Rostedt (VMware)-1/+1
2017-02-07ktest: Have POST_TEST run after the test has totally completedSteven Rostedt (VMware)-8/+12
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu-0/+23
2017-02-06bpf: test for AND edge casesJosef Bacik-0/+55
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman-27/+28
2017-02-02x86/mpx: Re-add MPX to selftests MakefileDave Hansen-1/+1
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-8/+1641
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-27/+28
2017-01-27tools: Provide a definition of WARN_ONMatthew Wilcox-1/+0
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox-500/+4
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-26/+27