summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-05-20perf kmem: Don't pass evsel with sampleIan Rogers1-14/+12
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers3-44/+40
2026-05-20perf annotate: Don't pass evsel to add_sampleIan Rogers1-5/+5
2026-05-20perf report: Directly use sample->evsel to avoid computing from sample->idIan Rogers1-2/+4
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers9-35/+23
2026-05-20perf db-export: Remove evsel from struct export_sampleIan Rogers3-9/+7
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers6-32/+26
2026-05-20perf lock: Only pass sample to handlersIan Rogers1-39/+26
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers17-57/+48
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers1-27/+28
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers20-189/+183
2026-05-20perf kvm: Don't pass evsel with sampleIan Rogers9-126/+89
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers24-76/+55
2026-05-20perf inject: Fix itrace branch stack synthesisIan Rogers2-19/+142
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers10-33/+118
2026-05-20perf build-id: Fix off-by-one bug when printing kernel/module build-idMichael Petlan1-2/+2
2026-05-20perf clang-format: Add a perf clang-format that overrides some kernel behaviorsIan Rogers1-0/+20
2026-05-20vfio: selftests: Add tests to validate SR-IOV UAPIRaghavendra Rao Ananta2-0/+218
2026-05-20vfio: selftests: Add helpers to alloc/free vfio_pci_deviceRaghavendra Rao Ananta2-2/+18
2026-05-20vfio: selftests: Add helper to set/override a vf_tokenRaghavendra Rao Ananta2-0/+36
2026-05-20vfio: selftests: Expose more vfio_pci_device functionsRaghavendra Rao Ananta2-12/+42
2026-05-20vfio: selftests: Extend container/iommufd setup for passing vf_tokenRaghavendra Rao Ananta2-8/+40
2026-05-20vfio: selftests: Introduce a sysfs libRaghavendra Rao Ananta5-21/+165
2026-05-20vfio: selftests: Introduce snprintf_assert()Raghavendra Rao Ananta4-17/+23
2026-05-20vfio: selftests: Add -Wall and -Werror to the MakefileRaghavendra Rao Ananta1-0/+1
2026-05-20vfio: selftests: Allow builds when ARCH=x86David Matlack1-1/+1
2026-05-20vfio: selftests: Fix out-of-tree build with make O=Jason Gunthorpe1-1/+4
2026-05-20tools/nolibc: getopt: Fix potential out of bounds accessDaniel Palmer1-1/+1
2026-05-20perf riscv: Add SDT argument parsing for RISC-VChen Pei3-0/+132
2026-05-20selftests/bpf: Filter timing outliers with IQR in batch-timing libraryPuranjay Mohan1-0/+26
2026-05-20selftests/bpf: Fix expired UDP LRU entries in XDP LB benchmarkPuranjay Mohan1-0/+11
2026-05-20selftests/bpf: Fix cold_lru producing zero batch_hash in XDP LB benchmarkPuranjay Mohan1-1/+1
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-1/+1
2026-05-19selftests: bridge_vlan_mcast: Test toggling of multicast snoopingIdo Schimmel1-1/+29
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+51
2026-05-19selftests: mptcp: drop nanoseconds width specifierMatthieu Baerts (NGI0)2-8/+8
2026-05-19selftests: mptcp: join: cover ADD_ADDR tx drop and list progressLi Xiasong1-0/+31
2026-05-19kselftest/arm64: Add 2025 dpISA coverage to hwcapsMark Brown1-0/+116
2026-05-19Merge tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni3-6/+6
2026-05-19kselftest/arm64: Add tests for POR_EL0 save/reset/restoreKevin Brodsky2-0/+137
2026-05-19kselftest/arm64: Move/add POE helpers to test_signals_utils.hKevin Brodsky2-15/+16
2026-05-19kselftest/arm64: Add POE as a feature in the signal testsKevin Brodsky2-0/+5
2026-05-19selftests/mm: Fix resv_sz when parsing arm64 signal frameKevin Brodsky1-1/+2
2026-05-19selftests: net: add tests for PPPoL2TPQingfang Deng3-0/+98
2026-05-19selftests: net: test PPPoE packets in gro.shQingfang Deng3-16/+97
2026-05-18selftests/bpf: Fix test for refinement of single-value tnumPaul Chaignon1-7/+7
2026-05-18selftests/bpf: Reject unsupported -k option in vmtest.shRoman Kvasnytskyi1-1/+1
2026-05-18selftests/bpf: Override EXTRA_LDFLAGS for static buildsPaul Chaignon1-1/+1
2026-05-18selftests/bpf: Add test to verify checking padding bytes for BPF syscall comm...Leon Hwang1-0/+26
2026-05-18selftests/bpf: Use -1 as token_fd in map create failure testLeon Hwang1-1/+1