aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-05-20perf sched: Bounds check CPU in sched switch eventsIan Rogers1-0/+15
2026-05-20perf kmem: Add bounds checks to tracepoint read valuesIan Rogers1-0/+15
2026-05-20perf synthetic-events: Bound check when synthesizing mmap2 and build_id eventsIan Rogers1-3/+16
2026-05-20perf kmem: Fix memory leaks on error path and when skippingIan Rogers1-5/+13
2026-05-20perf timechart: Fix memory leaksIan Rogers1-7/+10
2026-05-20perf lock: Avoid segv if event is missing a callchainIan Rogers1-2/+9
2026-05-20perf lock: Constify trace_lock_handler variablesIan Rogers1-3/+3
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers1-24/+37
2026-05-20perf s390-sample-raw: Don't pass evsel or its PMU with sampleIan Rogers1-14/+17
2026-05-20perf script: Don't pass evsel with sampleIan Rogers5-45/+33
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers3-3/+10
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers1-24/+28
2026-05-20perf timechart: Don't pass evsel with sampleIan Rogers1-34/+26
2026-05-20perf sched: Don't pass evsel with sampleIan Rogers1-58/+34
2026-05-20perf kwork: Don't pass evsel with sampleIan Rogers2-55/+28
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/scm/linux/kernel/git/akpm/mmLinus Torvalds2-1/+51