index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-24
perf data convert json: Fix addr_location leak on time-filtered samples
Tanushree Shah
1
-0
/
+1
2026-07-24
perf s390: Fix TEXTREL in Python extension by compiling as PIC
Jens Remus
1
-0
/
+1
2026-07-24
perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
Arnaldo Carvalho de Melo
2
-8
/
+11
2026-07-24
perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
Arnaldo Carvalho de Melo
1
-3
/
+4
2026-07-24
perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
1
-5
/
+6
2026-07-24
perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
Arnaldo Carvalho de Melo
2
-12
/
+12
2026-07-24
perf sched: Fix idle-hist callchain display using wrong rb_first variant
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-07-24
perf sched: Bounds-check prio before test_bit() in timehist
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-07-24
perf tools: NULL bitmap pointers after bitmap_free()
Arnaldo Carvalho de Melo
2
-0
/
+3
2026-07-24
perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
Arnaldo Carvalho de Melo
1
-2
/
+13
2026-07-24
perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
Arnaldo Carvalho de Melo
1
-9
/
+9
2026-07-24
perf tools: Fix get_max_num() size_t underflow on empty sysfs file
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-07-24
perf sched: Free callchain nodes in idle thread cleanup
Arnaldo Carvalho de Melo
3
-1
/
+20
2026-07-24
perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()
Arnaldo Carvalho de Melo
1
-4
/
+17
2026-07-24
perf timechart: Fix cpu2y() OOB read on untrusted CPU index
Arnaldo Carvalho de Melo
1
-4
/
+6
2026-07-24
perf c2c: Fix use-after-free in he__get_c2c_hists() error path
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-07-24
perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpu
Arnaldo Carvalho de Melo
2
-23
/
+42
2026-07-24
perf mmap: Fix NULL deref in aio cleanup on alloc failure
Arnaldo Carvalho de Melo
1
-4
/
+6
2026-07-24
perf sched: Replace BUG_ON and add NULL checks in replay event helpers
Arnaldo Carvalho de Melo
1
-3
/
+25
2026-07-24
perf sched: Use thread__put() in free_idle_threads()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-07-24
perf sched: Fix thread reference leak in idle hist processing
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-07-24
perf sched: Use is_idle_sample() for idle thread runtime cast guard
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-07-24
perf sched: Clean up idle_threads entry on init failure
Arnaldo Carvalho de Melo
1
-1
/
+4
2026-07-24
perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-07-24
perf c2c: Bounds-check CPU and node IDs before bitmap and array access
Arnaldo Carvalho de Melo
1
-2
/
+17
2026-07-24
perf stat: Bounds-check CPU index in topology aggregation callbacks
Arnaldo Carvalho de Melo
1
-6
/
+7
2026-07-24
perf mmap: Guard cpu__get_node() return in aio_bind()
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-07-24
perf sched: Fix register_pid() overflow, strcpy, and BUG_ON
Arnaldo Carvalho de Melo
1
-10
/
+30
2026-07-24
perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing
Arnaldo Carvalho de Melo
1
-3
/
+5
2026-07-24
perf sched: Fix thread reference leaks in timehist_get_thread()
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-07-24
perf tools: Add bounds check to cpu__get_node()
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-07-24
perf tools: Guard remaining test_bit calls from OOB sample CPU
Arnaldo Carvalho de Melo
2
-2
/
+3
2026-07-24
perf sched: Fix comp_cpus heap overflow with cross-machine recordings
Arnaldo Carvalho de Melo
1
-4
/
+2
2026-07-24
perf sched: Fix NULL dereference in latency_runtime_event
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-07-24
perf sched: Replace BUG_ON on invalid CPU with graceful skip
Arnaldo Carvalho de Melo
1
-3
/
+19
2026-07-24
perf sample: Add file_offset field to struct perf_sample
Arnaldo Carvalho de Melo
2
-0
/
+7
2026-07-24
perf sched: Fix thread reference leak in latency_switch_event
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-07-24
perf tools: Guard test_bit from out-of-bounds sample CPU
Arnaldo Carvalho de Melo
4
-5
/
+10
2026-07-24
perf annotate: Fix crashes on empty annotate windows
James Clark
2
-1
/
+7
2026-07-24
perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
Rui Qi
1
-1
/
+4
2026-07-24
perf header: Validate bitmap size before allocating in do_read_bitmap()
Arnaldo Carvalho de Melo
1
-5
/
+29
2026-07-24
perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
Arnaldo Carvalho de Melo
1
-0
/
+54
2026-07-24
powerpc tools perf: Initialize error code in auxtrace_record_init function
Athira Rajeev
2
-0
/
+7
2026-07-24
perf test amd ibs: Fix incorrect kernel version check
Ravi Bangoria
1
-1
/
+1
2026-07-24
perf inject: Fix itrace branch stack synthesis
Ian Rogers
2
-19
/
+142
2026-07-24
perf event: Fix size of synthesized sample with branch stacks
Ian Rogers
10
-33
/
+118
2026-07-24
perf build-id: Fix off-by-one bug when printing kernel/module build-id
Michael Petlan
1
-2
/
+2
2026-07-24
perf pmu: Skip test on Arm64 when #slots is zero
Leo Yan
1
-2
/
+22
2026-07-24
perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
Ian Rogers
11
-33
/
+208
2026-07-24
perf pmu-events AMD: Switch l2_itlb_misses to bp_l1_tlb_miss_l2_tlb_miss.all
Ian Rogers
2
-2
/
+1
[prev]
[next]