aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-11-21KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov3-22/+24
2022-11-21KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov5-38/+56
2022-11-21KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.hVitaly Kuznetsov1-5/+17
2022-11-21KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.hVitaly Kuznetsov1-4/+6
2022-11-21KVM: selftests: Hyper-V PV TLB flush selftestVitaly Kuznetsov4-0/+693
2022-11-21NFC: nci: Extend virtual NCI deinit testDmitry Vyukov1-0/+11
2022-11-21tools/arch/x86: intel_sdsi: Add support for reading meter certificatesDavid E. Box1-2/+108
2022-11-21tools/arch/x86: intel_sdsi: Add support for new GUIDDavid E. Box1-11/+25
2022-11-21tools/arch/x86: intel_sdsi: Read more On Demand registersDavid E. Box1-5/+45
2022-11-21tools/arch/x86: intel_sdsi: Add Intel On Demand textDavid E. Box1-6/+6
2022-11-21tools/arch/x86: intel_sdsi: Add support for reading state certificatesDavid E. Box1-70/+198
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman32-76/+36458
2022-11-20bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui1-6/+1
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui8-45/+39
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui1-3/+2
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui1-4/+2
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui7-36/+6
2022-11-20bpf: Add type cast unit testsYonghong Song3-0/+198
2022-11-20bpf/selftests: Add selftests for new task kfuncsDavid Vernet5-0/+640
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2-3/+3
2022-11-20perf test: Replace record test workload with thloopNamhyung Kim1-56/+3
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim4-0/+56
2022-11-20perf test: Replace pipe test workload with noploopNamhyung Kim1-45/+10
2022-11-20perf test: Add -w/--workload optionNamhyung Kim5-0/+83
2022-11-20tools lib traceevent: Make install_headers clearerIan Rogers1-2/+2
2022-11-20tools lib subcmd: Make install_headers clearerIan Rogers1-1/+1
2022-11-20tools lib perf: Make install_headers clearerIan Rogers1-1/+1
2022-11-20tools lib symbol: Clean up build outputIan Rogers1-2/+2
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers1-0/+1
2022-11-20tools lib api: Clean up install_headersIan Rogers1-2/+2
2022-11-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo6-7/+21
2022-11-18libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko1-1/+1
2022-11-18selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing1-2/+3
2022-11-18selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi1-0/+2
2022-11-18tools/accounting/procacct: remove some unused variablesXiongfeng Wang1-6/+1
2022-11-18proc: fixup uptime selftestAlexey Dobriyan1-1/+2
2022-11-18selftests/bpf: Skip spin lock failure test on s390xKumar Kartikeya Dwivedi1-0/+6
2022-11-18Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-11-18KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...Vitaly Kuznetsov2-2/+3
2022-11-18KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() tooVitaly Kuznetsov1-2/+3
2022-11-18KVM: selftests: Hyper-V PV IPI selftestVitaly Kuznetsov5-4/+349
2022-11-18KVM: selftests: Move the function doing Hyper-V hypercall to a common headerVitaly Kuznetsov2-19/+20
2022-11-18KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common headerVitaly Kuznetsov2-4/+5
2022-11-18KVM: selftests: Better XMM read/write helpersVitaly Kuznetsov1-34/+36
2022-11-18x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2-3/+3
2022-11-18KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2-3/+5
2022-11-18KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.hSean Christopherson2-18/+17
2022-11-18x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson1-3/+3
2022-11-18kselftest/arm64: Use preferred form for predicate load/storesMark Brown1-2/+2
2022-11-18selftests/net: fix missing xdp_dummyWang Yufen5-15/+23