summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-05-20perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()Swapnil Sapkal
2026-05-20perf evsel: Add bounds checking to trace point raw data accessorsIan Rogers
2026-05-20perf timechart: Bounds check CPUIan Rogers
2026-05-20perf sched: Bounds check CPU in sched switch eventsIan Rogers
2026-05-20perf kmem: Add bounds checks to tracepoint read valuesIan Rogers
2026-05-20perf synthetic-events: Bound check when synthesizing mmap2 and build_id eventsIan Rogers
2026-05-20perf kmem: Fix memory leaks on error path and when skippingIan Rogers
2026-05-20perf timechart: Fix memory leaksIan Rogers
2026-05-20perf lock: Avoid segv if event is missing a callchainIan Rogers
2026-05-20perf lock: Constify trace_lock_handler variablesIan Rogers
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers
2026-05-20perf s390-sample-raw: Don't pass evsel or its PMU with sampleIan Rogers
2026-05-20perf script: Don't pass evsel with sampleIan Rogers
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers
2026-05-20perf timechart: Don't pass evsel with sampleIan Rogers
2026-05-20perf sched: Don't pass evsel with sampleIan Rogers
2026-05-20perf kwork: Don't pass evsel with sampleIan Rogers
2026-05-20perf kmem: Don't pass evsel with sampleIan Rogers
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers
2026-05-20perf annotate: Don't pass evsel to add_sampleIan Rogers
2026-05-20perf report: Directly use sample->evsel to avoid computing from sample->idIan Rogers
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers
2026-05-20perf db-export: Remove evsel from struct export_sampleIan Rogers
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers
2026-05-20perf lock: Only pass sample to handlersIan Rogers
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers
2026-05-20perf kvm: Don't pass evsel with sampleIan Rogers
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers
2026-05-20perf inject: Fix itrace branch stack synthesisIan Rogers
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers
2026-05-20perf build-id: Fix off-by-one bug when printing kernel/module build-idMichael Petlan
2026-05-20perf clang-format: Add a perf clang-format that overrides some kernel behaviorsIan Rogers
2026-05-20vfio: selftests: Add tests to validate SR-IOV UAPIRaghavendra Rao Ananta
2026-05-20vfio: selftests: Add helpers to alloc/free vfio_pci_deviceRaghavendra Rao Ananta
2026-05-20vfio: selftests: Add helper to set/override a vf_tokenRaghavendra Rao Ananta
2026-05-20vfio: selftests: Expose more vfio_pci_device functionsRaghavendra Rao Ananta
2026-05-20vfio: selftests: Extend container/iommufd setup for passing vf_tokenRaghavendra Rao Ananta
2026-05-20vfio: selftests: Introduce a sysfs libRaghavendra Rao Ananta
2026-05-20vfio: selftests: Introduce snprintf_assert()Raghavendra Rao Ananta
2026-05-20vfio: selftests: Add -Wall and -Werror to the MakefileRaghavendra Rao Ananta
2026-05-20vfio: selftests: Allow builds when ARCH=x86David Matlack
2026-05-20vfio: selftests: Fix out-of-tree build with make O=Jason Gunthorpe
2026-05-20tools/nolibc: getopt: Fix potential out of bounds accessDaniel Palmer
2026-05-20perf riscv: Add SDT argument parsing for RISC-VChen Pei
2026-05-20selftests/bpf: Filter timing outliers with IQR in batch-timing libraryPuranjay Mohan