summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-04-06perf vendor events intel: Update free running tigerlake eventsIan Rogers-36/+50
2023-04-06perf vendor events intel: Update free running snowridgex eventsIan Rogers-66/+30
2023-04-06perf vendor events intel: Correct knightslanding memory topicIan Rogers-36/+38
2023-04-06perf vendor events intel: Update free running icelakex eventsIan Rogers-58/+30
2023-04-06perf vendor events intel: Update free running alderlake eventsIan Rogers-8/+24
2023-04-06perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers-16/+31
2023-04-06perf pmu: Improve name/comments, avoid a memory allocationIan Rogers-10/+25
2023-04-06perf pmu: Fewer const castsIan Rogers-6/+6
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim-3/+19
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim-2/+2
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim-1/+15
2023-04-06perf lock contention: Add data failure statNamhyung Kim-2/+8
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim-6/+7
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim-1/+2
2023-04-06perf lock contention: Simplify parse_lock_type()Namhyung Kim-35/+8
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett-23/+21
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers-2/+10
2023-04-06perf pmu: Make parser reentrantIan Rogers-13/+37
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song-0/+460
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song-1/+1
2023-04-06selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song-0/+181
2023-04-06KVM: selftests: Verify LBRs are disabled if vPMU is disabledSean Christopherson-0/+29
2023-04-06KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIESSean Christopherson-0/+10
2023-04-06KVM: selftests: Refactor LBR_FMT test to avoid use of separate macroSean Christopherson-7/+6
2023-04-06KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES testSean Christopherson-2/+0
2023-04-06KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIESSean Christopherson-0/+13
2023-04-06KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIESSean Christopherson-7/+54
2023-04-06KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIESSean Christopherson-3/+27
2023-04-06KVM: selftests: Test all fungible features in PERF_CAPABILITIESSean Christopherson-5/+24
2023-04-06KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writesSean Christopherson-6/+0
2023-04-06KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson-1/+16
2023-04-06KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson-8/+24
2023-04-06KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1Sean Christopherson-0/+3
2023-04-06KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-testSean Christopherson-6/+19
2023-04-06KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUNSean Christopherson-20/+31
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2023-04-06Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2023-04-06ACPICA: actbl2: Replace 1-element arrays with flexible arraysKees Cook-2/+2
2023-04-06ACPICA: Update all copyrights/signons to 2023Bob Moore-10/+10
2023-04-06selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley-0/+25
2023-04-06selftests/bpf: fix xdp_redirect xdp-features selftest for veth driverLorenzo Bianconi-3/+27
2023-04-06selftests/net: fix typo in tcp_mmapEric Dumazet-1/+1
2023-04-06selftests/clone3: fix number of tests in ksft_set_planTobias Klauser-2/+2
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet-13/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet-15/+83
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet-39/+47
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet-6/+11
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet-26/+88
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet-0/+7