summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+84
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox-1/+0
2018-10-21radix tree test: Convert multiorder tests to XArrayMatthew Wilcox-56/+49
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox-3/+3
2018-10-21radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox-21/+9
2018-10-21radix tree tests: Move item_insert_orderMatthew Wilcox-11/+22
2018-10-21radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox-29/+21
2018-10-21radix tree test suite: Remove __item_insertMatthew Wilcox-7/+1
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox-48/+0
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox-173/+0
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox-24/+0
2018-10-21radix tree test suite: Convert iteration test to XArrayMatthew Wilcox-58/+63
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox-57/+46
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox-29/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox-338/+0
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox-1/+1
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox-84/+0
2018-10-21radix tree test suite: Convert regression1 to XArrayMatthew Wilcox-39/+19
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox-23/+0
2018-10-21ida: Convert to XArrayMatthew Wilcox-5/+3
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox-1/+39
2018-10-21xarray: Add XArray load operationMatthew Wilcox-2/+38
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox-15/+15
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox-7/+19
2018-10-20selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet-1/+1
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann-3/+4
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann-5/+5
2018-10-20bpf: test_sockmap add options to use msg_push_dataJohn Fastabend-26/+129
2018-10-20bpf: libbpf support for msg_push_dataJohn Fastabend-0/+2
2018-10-20Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-0/+80
2018-10-20selftests/powerpc: Add a test of wild bctrMichael Ellerman-2/+161
2018-10-20selftests/powerpc: Fix out-of-tree build errorsMichael Ellerman-6/+1
2018-10-20selftests/powerpc: Add test to verify rfi flush across a system callNaveen N. Rao-1/+305
2018-10-20selftests/powerpc: Move UCONTEXT_NIA() into utils.hNaveen N. Rao-8/+8
2018-10-19selftests: ftrace: Add synthetic event syntax testcaseMasami Hiramatsu-0/+80
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu-0/+171
2018-10-19selftests/bpf: add missing executables to .gitignoreAnders Roxell-0/+2
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B-1/+299
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+9
2018-10-19Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Greg Kroah-Hartman-0/+4
2018-10-19selftests/kvm: add missing executables to .gitignoreAnders Roxell-0/+1
2018-10-18selftests/bpf: fix file resource leak in load_kallsymsPeng Hao-0/+1
2018-10-17tools/testing/nvdimm: Populate dirty shutdown dataDan Williams-1/+11
2018-10-17acpi, nfit: Collect shutdown statusDan Williams-24/+1
2018-10-17bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend-52/+115
2018-10-17KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov-12/+1323
2018-10-17KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov-10/+19
2018-10-17kvm: selftests: support high GPAs in dirty_log_testAndrew Jones-15/+50
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones-3/+36
2018-10-17kvm: selftests: dirty_log_test: also test 64K pages on aarch64Andrew Jones-46/+137