summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-013-7/+17
|\
| * selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
| * selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
| * tools/kvm_stat: Add restart delayStefan Raspl2021-03-301-0/+1
* | idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
* | idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
* | idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4
* | radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
* | radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
|/
* Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
|\
| * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| * perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| * perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| * perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| * perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| * perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-152-1/+4
| |\
| * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-251-2/+2
|\ \ \
| * | | selftests/vm: fix out-of-tree buildRong Chen2021-03-251-2/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-251-5/+17
|\ \ \ \
| * | | | kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara2021-03-221-5/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2417-45/+320
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-204-1/+122
| |\ \ \ \
| | * | | | selftests/bpf: Add selftest for pointer-to-array-of-struct BTF dumpJean-Philippe Brucker2021-03-191-0/+8
| | * | | | libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker2021-03-191-1/+1
| | * | | | selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov2021-03-182-0/+113
| * | | | | selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate valueHangbin Liu2021-03-191-1/+1
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-177-16/+64
| |\ \ \ \
| | * | | | libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi2021-03-181-1/+1
| | * | | | libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim2021-03-181-1/+2
| | * | | | bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-03-174-10/+59
| | * | | | selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu2021-03-151-4/+2
| * | | | | selftests/net: fix warnings on reuseaddr_ports_exhaustedCarlos Llamas2021-03-161-16/+16
| |/ / / /
| * | | | selftests: mptcp: Restore packet capture option in join testsMat Martineau2021-03-121-10/+20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-103-1/+97
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer2021-03-082-0/+96
| | * | | libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-081-1/+1
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...Linus Torvalds2021-03-232-1/+3
|\ \ \ \ \
| * | | | | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
| * | | | | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
* | | | | | selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-183-0/+168
* | | | | | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-182-1/+7
* | | | | | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-185-2/+137
* | | | | | selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov2021-03-183-0/+262
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-0/+3
|\ \ \ \ \