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