index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
perf c2c: add column rendering for function view
Jiebin Sun
1
-0
/
+353
2026-08-17
perf c2c: add function view model skeleton
Jiebin Sun
2
-0
/
+67
2026-08-17
perf c2c: extract shared data structures into util/c2c.h
Jiebin Sun
4
-102
/
+126
2026-08-15
perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOST
PVS Narasimha Rao
1
-5
/
+34
2026-08-15
perf dso: Replace assert with runtime check in dso__read_symbol()
Arnaldo Carvalho de Melo
1
-1
/
+6
2026-08-15
perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
Arnaldo Carvalho de Melo
1
-1
/
+14
2026-08-15
perf dso: Use stored fd error instead of stale errno in file_read() and file_...
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-08-15
perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-08-15
perf dso: Guard against errno==0 when dso__get_filename() returns NULL
Arnaldo Carvalho de Melo
1
-3
/
+15
2026-08-12
perf build: install-build-deps: add RHEL family devel package mapping
Arnaldo Carvalho de Melo
1
-23
/
+197
2026-08-12
perf build: Remove leftover feature tests for removed cxx and clang support
Arnaldo Carvalho de Melo
2
-16
/
+0
2026-08-12
perf build: install-build-deps: add Debian devel package mapping
Arnaldo Carvalho de Melo
2
-18
/
+22
2026-08-12
perf build: install-build-deps: add Ubuntu devel package mapping
Arnaldo Carvalho de Melo
2
-41
/
+161
2026-08-12
perf build: install-build-deps: add Fedora devel package mapping
Arnaldo Carvalho de Melo
1
-23
/
+156
2026-08-12
perf build: Add install-build-deps framework to install devel packages
Arnaldo Carvalho de Melo
2
-3
/
+190
2026-08-12
tools build: Only probe the compiler at parse time when it is installed
Arnaldo Carvalho de Melo
2
-2
/
+14
2026-08-12
perf kvm: Fix memory leak in cmd_kvm()
Michalis Niarchos
1
-0
/
+2
2026-08-12
perf kvm: Fix memory leak in process_sample_event()
Michalis Niarchos
1
-1
/
+4
2026-08-09
perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads
Ian Rogers
1
-1
/
+1
2026-08-09
perf python: Fix memory leak in pyrf__metrics_cb
Ian Rogers
1
-0
/
+2
2026-08-09
perf python: Fix count_values memory leak in pyrf_evsel__read
Ian Rogers
1
-5
/
+4
2026-08-09
perf python: Fix MetricGroup return type in perf.pyi
Ian Rogers
1
-2
/
+2
2026-08-09
perf python: Add thread and PMU uninitialized checks
Ian Rogers
1
-1
/
+10
2026-08-09
perf python: Zero initialize perf_data in pyrf_data__init
Ian Rogers
1
-1
/
+2
2026-08-09
perf python: Validate attribute setters in pyrf_evsel
Ian Rogers
1
-12
/
+77
2026-08-09
perf python: Validate CPU and thread maps in pyrf_evsel__open
Ian Rogers
1
-2
/
+12
2026-08-09
perf python: Check counts_values size in set_values
Ian Rogers
1
-8
/
+30
2026-08-09
perf test: Fix skiplist leak in cmd_test
Ian Rogers
1
-2
/
+7
2026-08-09
perf synthetic-events: Fix uninitialized pthread_join
Ian Rogers
1
-2
/
+2
2026-08-09
perf python: Fix memory leak in pyrf_evlist__get_pollfd
Ian Rogers
1
-0
/
+3
2026-08-09
perf tools: Fix sb_evlist leaks in top and record
Ian Rogers
2
-0
/
+4
2026-08-09
perf stat: Fix evsel_list leak in cmd_stat
Ian Rogers
1
-3
/
+6
2026-08-09
perf script: Fix metric_evlist leak in script_find_metrics
Ian Rogers
1
-1
/
+1
2026-08-07
perf sched latency: Add histogram and time interval options
Aaron Tomlin
3
-6
/
+239
2026-08-07
perf sched latency: Auto-scale latency and runtime display units
Aaron Tomlin
1
-14
/
+32
2026-08-07
perf sched: Handle missing trace samples in pipe mode
Aaron Tomlin
1
-21
/
+51
2026-08-07
perf sched: Suppress latency table output when trace samples are missing
Aaron Tomlin
1
-11
/
+12
2026-08-07
perf synthetic-events: Fix bounds and union member access in mmap2 build_id s...
Ian Rogers
1
-8
/
+12
2026-08-07
perf synthetic-events: Fix bounds, stale state, and misc flags in kernel modu...
Ian Rogers
1
-20
/
+50
2026-08-07
perf synthetic-events: Fix stack buffer overflow and bounds in cgroup synthesis
Ian Rogers
1
-6
/
+13
2026-08-07
perf synthetic-events: Fix line synchronization, bounds, and truncation bugs ...
Ian Rogers
1
-62
/
+142
2026-08-07
perf find-map: Remove PATH_MAX 128-byte stack array restriction
Ian Rogers
1
-2
/
+8
2026-08-07
perf trace-event: Fix infinite loop in skip()
Tanushree Shah
1
-4
/
+8
2026-08-07
perf trace-event: Fix heap overflows in read_ftrace_printk()/read_saved_cmdli...
Tanushree Shah
1
-0
/
+11
2026-08-07
perf trace-event: Avoid double free and leak in trace_event__cleanup()/trace_...
Tanushree Shah
1
-1
/
+10
2026-08-07
perf trace-event: Fix integer truncation in do_read() and skip()
Tanushree Shah
1
-14
/
+14
2026-08-06
perf trace-event: Fix buffer overflow in read_string()
Tanushree Shah
1
-0
/
+5
2026-08-05
perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__rei...
Arnaldo Carvalho de Melo
1
-3
/
+18
2026-08-05
perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__pa...
Arnaldo Carvalho de Melo
2
-49
/
+112
2026-08-05
perf libbfd: Fix memory leaks and NULL fclose in BPF disassembly
Arnaldo Carvalho de Melo
1
-4
/
+8
[next]