aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-09-26KVM: selftests: Add an x86-only test to verify nested exception queueingSean Christopherson3-0/+297
2022-09-26KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codesSean Christopherson2-54/+4
2022-09-26KVM: selftests: Switch to updated eVMCSv1 definitionVitaly Kuznetsov1-3/+42
2022-09-26KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fieldsVitaly Kuznetsov1-0/+2
2022-09-26KVM: selftests: Require DISABLE_NX_HUGE_PAGES cap for NX hugepage testOliver Upton1-18/+6
2022-09-26selftests/bpf: Add wait send memory test for sockmap redirectLiu Jian1-0/+42
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev1-1/+2
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing4-43/+57
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing1-1/+1
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2-5/+24
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure1-1/+1
2022-09-25Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-77/+0
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams1030-26649/+221501
2022-09-23iocost_monitor: reorder BlkgIteratorElijah Conners1-5/+5
2022-09-23selftests/bpf: allow to adjust BPF verifier log level in veristatAndrii Nakryiko1-1/+13
2022-09-23selftests/bpf: emit processing progress and add quiet mode to veristatAndrii Nakryiko1-1/+14
2022-09-23selftests/bpf: make veristat skip non-BPF and failing-to-open BPF objectsAndrii Nakryiko1-8/+70
2022-09-23selftests/bpf: make veristat's verifier log parsing faster and more robustAndrii Nakryiko1-9/+20
2022-09-23selftests/bpf: add sign-file to .gitignoreAndrii Nakryiko1-0/+1
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko1-1/+3
2022-09-23libbpf: Add pathname_concat() helperWang Yufen1-47/+29
2022-09-23selftests/bpf: Simplify cgroup_hierarchical_stats selftestYosry Ahmed2-220/+131
2022-09-23selftest/net: adjust io_uring sendzc notif handlingPavel Begunkov1-9/+13
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo59-620/+1685
2022-09-23Merge tag 'landlock-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+14
2022-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-09-23selftests/livepatch: add sysfs testSong Liu3-1/+122
2022-09-23Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini21-159/+406
2022-09-23selftests/bonding: re-add lladdr target testMatthieu Baerts1-0/+1
2022-09-23selftests/livepatch: normalize sysctl error messageJoe Lawrence1-1/+1
2022-09-22selftests/tc-testing: add show class case for red qdiscZhengchao Shao1-0/+23
2022-09-22selftests/tc-testing: add show class case for prio qdiscZhengchao Shao1-0/+20
2022-09-22selftests/tc-testing: add show class case for mq qdiscZhengchao Shao1-1/+23
2022-09-22selftests/tc-testing: add show class case for ingress qdiscZhengchao Shao1-0/+20
2022-09-22selftests/tc-testing: add selftests for qfq qdiscZhengchao Shao1-0/+145
2022-09-22selftests/tc-testing: add selftests for netem qdiscZhengchao Shao1-0/+372
2022-09-22selftests/tc-testing: add selftests for multiq qdiscZhengchao Shao1-0/+114
2022-09-22selftests/tc-testing: add selftests for mqprio qdiscZhengchao Shao1-0/+114
2022-09-22selftests/tc-testing: add selftests for htb qdiscZhengchao Shao1-0/+285
2022-09-22selftests/tc-testing: add selftests for hfsc qdiscZhengchao Shao1-0/+167
2022-09-22selftests/tc-testing: add selftests for fq_codel qdiscZhengchao Shao1-0/+326
2022-09-22selftests/tc-testing: add selftests for dsmark qdiscZhengchao Shao1-0/+140
2022-09-22selftests/tc-testing: add selftests for drr qdiscZhengchao Shao1-0/+71
2022-09-22selftests/tc-testing: add selftests for cbs qdiscZhengchao Shao1-0/+234
2022-09-22selftests/tc-testing: add selftests for cbq qdiscZhengchao Shao1-0/+184
2022-09-22selftests/tc-testing: add selftests for cake qdiscZhengchao Shao1-0/+487
2022-09-22selftests/bpf: Free the allocated resources after test case succeedsHou Tao4-9/+21
2022-09-22selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is offHou Tao1-0/+1
2022-09-22selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2022-09-22selftests/bpf: Add liburandom_read.so to TEST_GEN_FILESYauheni Kaliuta1-0/+1