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-7.2.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
3 days
perf python: Add missed explicit dependencies
Ian Rogers
3 days
perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
Ian Rogers
3 days
perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
Ian Rogers
3 days
perf vendor events arm64: Fix Tegra410 Olympus event 0x0197
Besar Wicaksono
3 days
perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher ...
Saurav Sachidanand
3 days
perf dso: Replace assert with runtime check in dso__read_symbol()
Arnaldo Carvalho de Melo
3 days
perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
Arnaldo Carvalho de Melo
3 days
perf dso: Use stored fd error instead of stale errno in file_read() and file_...
Arnaldo Carvalho de Melo
3 days
perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
Arnaldo Carvalho de Melo
3 days
perf dso: Guard against errno==0 when dso__get_filename() returns NULL
Arnaldo Carvalho de Melo
3 days
perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads
Ian Rogers
3 days
perf python: Fix memory leak in pyrf__metrics_cb
Ian Rogers
3 days
perf python: Fix count_values memory leak in pyrf_evsel__read
Ian Rogers
3 days
perf python: Validate attribute setters in pyrf_evsel
Ian Rogers
3 days
perf python: Validate CPU and thread maps in pyrf_evsel__open
Ian Rogers
3 days
perf python: Handle Py_None for thread and cpu maps
Ian Rogers
3 days
perf python: Check counts_values size in set_values
Ian Rogers
3 days
perf test: Fix skiplist leak in cmd_test
Ian Rogers
3 days
perf synthetic-events: Fix uninitialized pthread_join
Ian Rogers
3 days
perf python: Fix memory leak in pyrf_evlist__get_pollfd
Ian Rogers
3 days
perf tools: Fix sb_evlist leaks in top and record
Ian Rogers
3 days
perf stat: Fix evsel_list leak in cmd_stat
Ian Rogers
3 days
perf script: Fix metric_evlist leak in script_find_metrics
Ian Rogers
3 days
perf sched: Handle missing trace samples in pipe mode
Aaron Tomlin
3 days
perf sched: Suppress latency table output when trace samples are missing
Aaron Tomlin
3 days
perf trace-event: Fix integer truncation in do_read() and skip()
Tanushree Shah
3 days
perf trace-event: Fix buffer overflow in read_string()
Tanushree Shah
3 days
perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__rei...
Arnaldo Carvalho de Melo
3 days
perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__pa...
Arnaldo Carvalho de Melo
3 days
perf libbfd: Fix memory leaks and NULL fclose in BPF disassembly
Arnaldo Carvalho de Melo
3 days
perf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()
Arnaldo Carvalho de Melo
3 days
perf header: Use write lock when translating BPF prog info pointers
Arnaldo Carvalho de Melo
3 days
perf libbfd: Validate BPF prog info arrays before pointer cast
Arnaldo Carvalho de Melo
3 days
perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zero
Arnaldo Carvalho de Melo
3 days
perf intel-bts: Fix off-by-one in auxtrace_info minimum size check
Arnaldo Carvalho de Melo
3 days
perf intel-pt: Fix off-by-one in auxtrace_info minimum size check
Arnaldo Carvalho de Melo
3 days
perf auxtrace: Fix queue grow overflow and old array leak
Arnaldo Carvalho de Melo
3 days
perf thread-stack: Fix heap buffer overflow on branch stack wrap copy
Arnaldo Carvalho de Melo
3 days
perf build: Fix a build error on 32-bit x86
Namhyung Kim
3 days
perf machine: Check snprintf truncation for guest kallsyms path
Arnaldo Carvalho de Melo
3 days
perf machine: Free scandir entries in guest kernel map creation
Arnaldo Carvalho de Melo
3 days
perf machine: Reset errno before strtol in guest kernel map creation
Arnaldo Carvalho de Melo
3 days
perf machine: Don't abort guest map creation on first inaccessible dir
Arnaldo Carvalho de Melo
3 days
perf machine: Check snprintf truncation in machines__findnew()
Arnaldo Carvalho de Melo
3 days
perf machine: Guard against NULL strlist in machines__findnew()
Arnaldo Carvalho de Melo
3 days
perf machine: Fix NULL parent dereference in fork event processing
Arnaldo Carvalho de Melo
3 days
perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()
Arnaldo Carvalho de Melo
3 days
perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tag
Michael Liang
3 days
perf unwind-libdw: Fix unwinding of multi-threaded processes
Alessio Podda
3 days
perf annotate: Be robust to annotating without a thread
Ian Rogers
[next]