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