aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-04-29io_uring/zcrx: selftests: parse json from ethtool -gDavid Wei1-4/+2
2025-04-29io_uring/zcrx: selftests: use rand_port()David Wei1-17/+31
2025-04-29libbpf: Add identical pointer detection to btf_dedup_is_equiv()Alan Maguire1-0/+16
2025-04-29perf test probe_vfs_getname: Skip if no suitable line detectedJakub Brnak4-5/+28
2025-04-29perf lock contention: Symbolize zone->lock using BTFNamhyung Kim5-6/+157
2025-04-29selftests/net: test tcp connection load balancingWillem de Bruijn2-1/+143
2025-04-29selftests: ublk: fix UBLK_F_NEED_GET_DATAMing Lei5-12/+48
2025-04-28tools/Makefile: Add ynl targetJoe Damato1-3/+13
2025-04-28selftests: tc-testing: Add TDC tests that exercise reentrant enqueue behaviourVictor Nogueira1-0/+186
2025-04-28selftests: net: add a virtio_net deadlock selftestBui Quang Minh2-0/+61
2025-04-28selftests: net: retry when bind returns EBUSY in xdp_helperBui Quang Minh1-5/+15
2025-04-28selftests: net: add flag to force zerocopy mode in xdp_helperBui Quang Minh1-2/+17
2025-04-28selftests: net: move xdp_helper to net/libBui Quang Minh8-5/+5
2025-04-28perf test: Add perf trace summary testNamhyung Kim1-0/+65
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim8-13/+580
2025-04-28Merge tag 'hyperv-fixes-signed-20250427' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-24/+84
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov18-41/+274
2025-04-26Merge tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+2
2025-04-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2025-04-26Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2025-04-25selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and without PVIDVladimir Oltean1-1/+95
2025-04-25io_uring/zcrx: selftests: add test case for rss ctxDavid Wei1-0/+41
2025-04-25io_uring/zcrx: selftests: set hds_thresh to 0David Wei1-6/+10
2025-04-25io_uring/zcrx: selftests: switch to using defer() for cleanupDavid Wei1-31/+28
2025-04-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-2/+68
2025-04-25selftests/bpf: Correct typo in __clang_major__ macroPeilin Ye1-1/+1
2025-04-25Merge tag 'cxl-fixes-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+1
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds4-6/+4
2025-04-25Use thread-safe function pointer in libbpf_printJonathan Wiepert1-1/+1
2025-04-25libbpf: Remove sample_period init in perf_bufferTao Chen1-1/+0
2025-04-25selftests/bpf: add test for softlock when modifying hashmap while iteratingBrandon Kammerdiener2-0/+67
2025-04-25perf vendor events arm64: Drop hip08 PublicDescription if same as BriefDescriptionJunhao He3-31/+0
2025-04-25perf vendor events arm64: Fill up Desc field for Hisi hip08 hha pmuJunhao He1-0/+16
2025-04-25perf bench evlist-open-close: Reduce scope of 2 variablesIan Rogers1-19/+23
2025-04-25perf tests record: Cleanup improvementsIan Rogers1-4/+6
2025-04-25perf tests metric-only perf stat: Fix tests 84 and 86 s390Thomas Richter2-0/+10
2025-04-25perf tool_pmu: Fix aggregation on duration_timeIan Rogers1-1/+7
2025-04-25perf session: Skip unsupported new event typesChun-Tse Shao1-2/+11
2025-04-25perf hist: Allow custom output fields in hierarchy modeNamhyung Kim1-8/+4
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim3-15/+26
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim3-3/+16
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim4-4/+22
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers1-2/+3
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers8-122/+220
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers4-1/+63
2025-04-25perf intel-tpebs: Use stats for retirement latency statisticsIan Rogers1-10/+5
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers2-73/+129
2025-04-25perf intel-tpebs: Add mutex for tpebs_resultsIan Rogers1-8/+46
2025-04-25perf intel-tpebs: Add support for updating counts in evsel__tpebs_readIan Rogers3-39/+24
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers5-64/+93