index
:
pub/scm/linux/kernel/git/song/linux.git
master
Song Liu's fork of linux.git
Song Liu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
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
2026-08-05
perf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-08-05
perf header: Use write lock when translating BPF prog info pointers
Arnaldo Carvalho de Melo
1
-2
/
+3
2026-08-05
perf libbfd: Validate BPF prog info arrays before pointer cast
Arnaldo Carvalho de Melo
1
-0
/
+11
2026-08-05
perf trace: Format fields with hex specifiers in print_fmt as hexadecimal
Aaron Tomlin
1
-1
/
+45
2026-08-04
perf vendor events intel: Fix Novalake CPUID regex in mapfile.csv
Chun-Tse Shao
1
-1
/
+1
2026-08-03
perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zero
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-08-03
perf intel-bts: Fix off-by-one in auxtrace_info minimum size check
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-08-03
perf intel-pt: Fix off-by-one in auxtrace_info minimum size check
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-08-03
perf auxtrace: Fix queue grow overflow and old array leak
Arnaldo Carvalho de Melo
1
-5
/
+10
2026-08-03
perf thread-stack: Fix heap buffer overflow on branch stack wrap copy
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-08-03
perf pmu-events: Fix typo in idle-cycles-frontend description
Pu Hu
2
-182
/
+182
2026-08-03
perf ftrace: Fix leak in parse_filter_event
Michail Tatas
1
-2
/
+3
2026-08-02
perf build: Fix a build error on 32-bit x86
Namhyung Kim
1
-1
/
+1
2026-08-02
perf symbols: Skip dynamic symbols with invalid section indexes
Zhanpeng Zhang
1
-1
/
+6
2026-07-31
perf machine: Check snprintf truncation for guest kallsyms path
Arnaldo Carvalho de Melo
1
-3
/
+8
2026-07-31
perf machine: Free scandir entries in guest kernel map creation
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-07-31
perf machine: Reset errno before strtol in guest kernel map creation
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-07-31
perf machine: Don't abort guest map creation on first inaccessible dir
Arnaldo Carvalho de Melo
1
-4
/
+2
2026-07-31
perf machine: Check snprintf truncation in machines__findnew()
Arnaldo Carvalho de Melo
1
-1
/
+6
2026-07-31
perf machine: Guard against NULL strlist in machines__findnew()
Arnaldo Carvalho de Melo
1
-2
/
+3
2026-07-31
perf machine: Fix NULL parent dereference in fork event processing
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-07-31
perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()
Arnaldo Carvalho de Melo
1
-2
/
+4
2026-07-31
perf hisi-ptt: Fix spelling and abbreviation errors
Sizhe Liu
3
-12
/
+12
2026-07-31
perf hisi-ptt: Strengthen auxtrace event handling and packet type detection
Sizhe Liu
1
-6
/
+18
2026-07-31
perf hisi-ptt: Fix PTT trace TLP header parsing
Sizhe Liu
2
-23
/
+36
2026-07-31
perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tag
Michael Liang
1
-3
/
+29
2026-07-31
perf unwind-libdw: Fix unwinding of multi-threaded processes
Alessio Podda
2
-3
/
+86
2026-07-28
Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' into perf-tools-next
Namhyung Kim
4
-21
/
+23
2026-07-27
perf ui hists: Remove duplicated thread in popup_action
Ian Rogers
1
-1
/
+0
2026-07-27
perf annotate: Be robust to annotating without a thread
Ian Rogers
4
-24
/
+74
2026-07-27
perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
Ian Rogers
1
-2
/
+10
2026-07-27
perf ui hists: In report UI ensure thread is set with reference counting
Ian Rogers
1
-48
/
+87
2026-07-27
perf ui hists: Guard against NULL hist_entry in add_script_opt()
Ian Rogers
1
-0
/
+2
2026-07-27
perf ui hists: Fix stack use-after-return in symbol_filter_str
Ian Rogers
3
-3
/
+10
2026-07-27
arch: hookup fchroot() system call
Christian Brauner
9
-0
/
+9
2026-07-25
tools/build: selftests: Remove some duplicate toolchain definitions
James Clark
1
-6
/
+0
2026-07-25
tools/build: Allow versioning LLVM readelf
James Clark
1
-1
/
+0
[prev]
[next]