index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2026-06-06
perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpu
Arnaldo Carvalho de Melo
2026-06-06
perf mmap: Fix NULL deref in aio cleanup on alloc failure
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Replace BUG_ON and add NULL checks in replay event helpers
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Use thread__put() in free_idle_threads()
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Fix thread reference leak in idle hist processing
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Use is_idle_sample() for idle thread runtime cast guard
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Clean up idle_threads entry on init failure
Arnaldo Carvalho de Melo
2026-06-05
perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
Arnaldo Carvalho de Melo
2026-06-05
perf c2c: Bounds-check CPU and node IDs before bitmap and array access
Arnaldo Carvalho de Melo
2026-06-05
perf stat: Bounds-check CPU index in topology aggregation callbacks
Arnaldo Carvalho de Melo
2026-06-05
perf mmap: Guard cpu__get_node() return in aio_bind()
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Fix register_pid() overflow, strcpy, and BUG_ON
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix thread reference leaks in timehist_get_thread()
Arnaldo Carvalho de Melo
2026-06-04
perf tools: Add bounds check to cpu__get_node()
Arnaldo Carvalho de Melo
2026-06-04
perf tools: Guard remaining test_bit calls from OOB sample CPU
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix comp_cpus heap overflow with cross-machine recordings
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix NULL dereference in latency_runtime_event
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix thread reference leak in latency_switch_event
Arnaldo Carvalho de Melo
2026-06-04
perf tools: Guard test_bit from out-of-bounds sample CPU
Arnaldo Carvalho de Melo
2026-06-04
perf lock contention: Enable end-timestamp accounting for cgroup aggregation
Suchit Karunakaran
2026-06-04
perf pmu: Recognize 'default_core' as a core PMU and document matching
Ian Rogers
2026-06-04
perf data ctf: replace libbabeltrace with babeltrace2-ctf-writer
Michael Jeanson
2026-06-04
perf lock contention: Allow 'mmap_lock' in -L/--lock-filter
Namhyung Kim
2026-06-04
perf test: Remove /usr/bin/cc dependency from Intel PT shell test
Ian Rogers
2026-06-04
perf test: Add shell test to validate JUnit XML reporting output
Ian Rogers
2026-06-04
perf test: Add -j/--junit option for JUnit XML test reports
Ian Rogers
2026-06-04
perf test: Split monolithic 'util' test suite into sub-tests
Ian Rogers
2026-06-04
perf test: Skip shebang and SPDX comments in shell test descriptions
Ian Rogers
2026-06-04
perf test: Fix subtest status alignment for multi-digit indexes
Ian Rogers
2026-06-04
perf test: Add summary reporting
Ian Rogers
2026-06-04
perf test: Show snippet failure output for verbose=1
Ian Rogers
2026-06-04
perf test: Refactor parallel poll loop to drain all pipes simultaneously
Ian Rogers
2026-06-04
perf test pmu-events: A sub-test per metric table
Ian Rogers
2026-06-04
perf test: Support dynamic test suites with setup callback and private data
Ian Rogers
2026-06-04
perf test: Drain pipe after child finishes to avoid losing output
Ian Rogers
2026-06-04
perf pmu-events: Add API to get metric table name and iterate tables
Ian Rogers
2026-06-04
perf jevents.py: Make generated C code more kernel style
Ian Rogers
2026-06-04
perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stop
Ian Rogers
2026-06-04
perf annotate: Fix crashes on empty annotate windows
James Clark
2026-06-04
perf tools: Ensure event leader stays at head of evlist after sorting
Ian Rogers
2026-06-04
perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics
Chun-Tse Shao
2026-06-04
perf stat: Add aggr_nr metric parser support
Chun-Tse Shao
2026-06-04
perf build: Compile BPF skeletons with -mcpu=v3
Suchit Karunakaran
2026-06-04
perf lock: Fix non-atomic max/time and min_time updates in contention_data
Suchit Karunakaran
2026-06-04
perf bench: Add --write-size option to sched pipe
Breno Leitao
2026-06-03
perf symbol: Lazily compute idle
Ian Rogers
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...
Ian Rogers
2026-06-03
perf env: Add helper to lazily compute the os_release
Ian Rogers
2026-06-03
perf env: Add mutex to protect lazy environment initialization
Ian Rogers
[prev]
[next]