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
/
perf
/
util
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
perf bpf: Validate array presence before casting BPF prog info pointers
Arnaldo Carvalho de Melo
1
-2
/
+1
2026-06-03
perf env: Add helper to lazily compute the os_release
Ian Rogers
1
-5
/
+11
2026-06-03
perf header: In print_pmu_caps use perf_env e_machine
Ian Rogers
1
-3
/
+4
2026-06-03
perf env: Add perf_env__e_machine helper and use in perf_env__arch
Ian Rogers
1
-10
/
+22
2026-05-29
perf session: Bound nr_cpus_avail and validate sample CPU
Arnaldo Carvalho de Melo
1
-0
/
+30
2026-05-29
perf tools: Harden compressed event processing
Arnaldo Carvalho de Melo
1
-0
/
+17
2026-05-29
perf header: Validate bitmap size before allocating in do_read_bitmap()
Arnaldo Carvalho de Melo
1
-5
/
+29
2026-05-29
perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
Arnaldo Carvalho de Melo
1
-0
/
+54
2026-05-29
perf header: Validate feature section size and add read path bounds checking
Arnaldo Carvalho de Melo
1
-9
/
+57
2026-05-29
perf header: Validate f_attr.ids section before use in perf_session__read_hea...
Arnaldo Carvalho de Melo
1
-1
/
+76
2026-05-29
perf header: Propagate feature section processing errors
Arnaldo Carvalho de Melo
1
-13
/
+38
2026-05-29
perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
Arnaldo Carvalho de Melo
1
-5
/
+145
2026-05-29
perf header: Byte-swap build ID event pid and bounds check section entries
Arnaldo Carvalho de Melo
1
-4
/
+46
2026-05-29
perf session: Validate HEADER_ATTR attr.size before swapping
Arnaldo Carvalho de Melo
1
-5
/
+91
2026-04-14
perf header: Add sanity checks to HEADER_BPF_BTF processing
Arnaldo Carvalho de Melo
1
-0
/
+17
2026-04-14
perf header: Sanity check HEADER_BPF_PROG_INFO
Arnaldo Carvalho de Melo
1
-0
/
+20
2026-04-14
perf header: Sanity check HEADER_PMU_CAPS
Arnaldo Carvalho de Melo
1
-0
/
+19
2026-04-14
perf header: Sanity check HEADER_HYBRID_TOPOLOGY
Arnaldo Carvalho de Melo
1
-0
/
+12
2026-04-14
perf header: Sanity check HEADER_CACHE
Arnaldo Carvalho de Melo
1
-0
/
+13
2026-04-14
perf header: Sanity check HEADER_GROUP_DESC
Arnaldo Carvalho de Melo
1
-1
/
+15
2026-04-14
perf header: Sanity check HEADER_PMU_MAPPINGS
Arnaldo Carvalho de Melo
1
-0
/
+13
2026-04-14
perf header: Sanity check HEADER_MEM_TOPOLOGY
Arnaldo Carvalho de Melo
1
-0
/
+12
2026-04-14
perf header: Sanity check HEADER_NUMA_TOPOLOGY
Arnaldo Carvalho de Melo
1
-0
/
+13
2026-04-14
perf header: Sanity check HEADER_CPU_TOPOLOGY
Arnaldo Carvalho de Melo
1
-2
/
+25
2026-04-14
perf header: Sanity check HEADER_NRCPUS and HEADER_CPU_DOMAIN_INFO
Arnaldo Carvalho de Melo
1
-1
/
+44
2026-04-14
perf header: Bump up the max number of command line args allowed
Arnaldo Carvalho de Melo
1
-2
/
+5
2026-04-14
perf header: Validate nr_domains when reading HEADER_CPU_DOMAIN_INFO
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-04-09
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-9
/
+9
2026-04-09
perf header: Do validation of perf.data HEADER_CPU_DOMAIN_INFO
Arnaldo Carvalho de Melo
1
-0
/
+11
2026-04-09
perf header: Use a max number of command line args
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-04-06
perf tools: Save cln_size header
Ricky Ringler
1
-0
/
+30
2026-04-03
perf header: Refactor pipe mode end marker handling
Ian Rogers
1
-14
/
+54
2026-04-03
perf header: Properly warn/print when libtraceevent/libbpf support is missing
Ian Rogers
1
-23
/
+47
2026-04-03
perf header: Add utility to convert feature number to a string
Ian Rogers
1
-0
/
+7
2026-04-03
perf header: Validate build_id filename length to prevent buffer overflow
SeungJu Cheon
1
-0
/
+10
2026-02-04
perf header: Add e_machine/e_flags to the header
Ian Rogers
1
-0
/
+33
2026-01-28
perf header: Replace hardcoded max cpus by MAX_NR_CPUS
Swapnil Sapkal
1
-2
/
+3
2026-01-23
perf header: Fix memory leaks in process_cpu_domain_info()
Ian Rogers
1
-13
/
+4
2026-01-22
perf sched stats: Add support for live mode
Swapnil Sapkal
1
-2
/
+1
2026-01-22
perf header: Support CPU DOMAIN relation info
Swapnil Sapkal
1
-0
/
+286
2025-12-07
Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-4
/
+5
2025-11-20
perf header: Switch "cpu" for find_core_pmu in caps feature writing
Ian Rogers
1
-1
/
+1
2025-11-13
perf header: Write bpf_prog (infos|btfs)_cnt to data file
Thomas Falcon
1
-8
/
+2
2025-11-08
perf tool: Add the perf_tool argument to all callbacks
Ian Rogers
1
-2
/
+4
2025-11-07
perf record: Make sure to update build-ID cache
Namhyung Kim
1
-1
/
+0
2025-07-25
perf header: Clean up use of perf_env
Ian Rogers
1
-76
/
+98
2025-07-25
perf evlist: Change env variable to session
Ian Rogers
1
-1
/
+1
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
1
-1
/
+1
2025-07-24
libperf evsel: Rename own_cpus to pmu_cpus
Ian Rogers
1
-2
/
+2
2025-07-03
perf header: Fix pipe mode header dumping
Ian Rogers
1
-1
/
+14
[next]