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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf intel-pt: Fix "context_switch event has no tid" error
Adrian Hunter
2020-10-29
1
-4
/
+4
*
perf top: Fix stdio interface input handling with glibc 2.28+
Tommi Rantala
2020-10-14
1
-1
/
+3
*
perf kcore_copy: Fix module map when there are no modules loaded
Adrian Hunter
2020-10-01
1
-0
/
+7
*
perf test: Free formats for perf pmu parse test
Namhyung Kim
2020-09-23
3
-0
/
+13
*
perf record/stat: Explicitly call out event modifiers in the documentation
Kim Phillips
2020-09-12
2
-0
/
+8
*
selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
Desnes A. Nunes do Rosario
2020-09-03
11
-26
/
+0
*
perf probe: Fix memory leakage when the probe point is not found
Masami Hiramatsu
2020-08-26
1
-1
/
+1
*
tools lib traceevent: Fix memory leak in process_dynamic_array_len
Philippe Duplessis-Guindon
2020-08-21
1
-0
/
+1
*
perf probe: Fix to check blacklist address correctly
Masami Hiramatsu
2020-07-31
1
-6
/
+15
*
perf annotate: Use asprintf when formatting objdump command line
Arnaldo Carvalho de Melo
2020-07-31
1
-3
/
+11
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2020-07-31
6
-19
/
+19
*
perf: Make perf able to build with latest libbfd
Changbin Du
2020-07-31
1
-1
/
+15
*
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
2020-07-31
1
-1
/
+4
*
perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
Jin Yao
2020-07-22
1
-2
/
+4
*
perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()
Gaurav Singh
2020-06-29
1
-2
/
+1
*
selftests/net: in timestamping, strncpy needs to preserve null byte
tannerlove
2020-06-29
1
-2
/
+8
*
perf symbols: Fix debuginfo search for Ubuntu
Adrian Hunter
2020-06-20
4
-0
/
+20
*
perf probe: Do not show the skipped events
Masami Hiramatsu
2020-06-20
1
-0
/
+3
*
selftests/ipc: Fix test failure seen after initial test run
Tyler Hicks
2020-05-10
1
-1
/
+1
*
perf tools: Fix perf regs mask generation
Naveen N. Rao
2020-05-10
1
-4
/
+4
*
perf hists: Fix HISTC_MEM_DCACHELINE width setting
Jiri Olsa
2020-05-05
1
-0
/
+2
*
selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault
Andy Lutomirski
2020-04-24
1
-2
/
+6
*
perf map: Fix off by one in strncpy() size argument
disconnect3d
2020-04-02
1
-1
/
+1
*
tools: Let O= makes handle a relative path with -C option
Masami Hiramatsu
2020-04-02
2
-3
/
+3
*
perf probe: Do not depend on dwfl_module_addrsym()
Masami Hiramatsu
2020-04-02
1
-3
/
+8
*
cpupower: avoid multiple definition with gcc -fno-common
Mike Gilbert
2020-04-02
4
-3
/
+5
*
usbip: Fix unsafe unaligned pointer usage
Shuah Khan
2020-02-28
2
-25
/
+27
*
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
2020-02-28
1
-1
/
+3
*
perf probe: Fix wrong address verification
Masami Hiramatsu
2020-01-23
1
-22
/
+10
*
rseq/selftests: Turn off timeout setting
Mathieu Desnoyers
2020-01-23
1
-0
/
+1
*
Revert "perf report: Add warning when libunwind not compiled in"
Sasha Levin
2020-01-12
1
-7
/
+0
*
perf regs: Make perf_reg_name() return "unknown" instead of NULL
Arnaldo Carvalho de Melo
2020-01-04
1
-1
/
+1
*
perf probe: Fix to show function entry line as probe-able
Masami Hiramatsu
2020-01-04
2
-1
/
+26
*
libtraceevent: Fix memory leakage in copy_filter_type
Hewenliang
2020-01-04
1
-2
/
+7
*
perf probe: Filter out instances except for inlined subroutine and subprogram
Masami Hiramatsu
2020-01-04
1
-6
/
+13
*
perf probe: Skip end-of-sequence and non statement lines
Masami Hiramatsu
2020-01-04
1
-0
/
+7
*
perf probe: Fix to show calling lines of inlined functions
Masami Hiramatsu
2020-01-04
1
-1
/
+9
*
perf probe: Return a better scope DIE if there is no best scope
Masami Hiramatsu
2020-01-04
1
-1
/
+16
*
perf probe: Skip overlapped location on searching variables
Masami Hiramatsu
2020-01-04
1
-0
/
+20
*
perf probe: Fix to show inlined function callsite without entry_pc
Masami Hiramatsu
2020-01-04
1
-1
/
+1
*
perf probe: Fix to show ranges of variables in functions without entry_pc
Masami Hiramatsu
2020-01-04
1
-2
/
+2
*
perf probe: Fix to probe an inline function which has no entry pc
Masami Hiramatsu
2020-01-04
1
-1
/
+1
*
perf probe: Walk function lines in lexical blocks
Masami Hiramatsu
2020-01-04
1
-5
/
+9
*
perf probe: Fix to list probe event with correct line number
Masami Hiramatsu
2020-01-04
1
-2
/
+2
*
perf probe: Fix to find range-only function instance
Masami Hiramatsu
2020-01-04
1
-1
/
+5
*
perf report: Add warning when libunwind not compiled in
Jin Yao
2020-01-04
1
-0
/
+7
*
tools/power/cpupower: Fix initializer override in hsw_ext_cstates
Nathan Chancellor
2020-01-04
1
-1
/
+0
*
x86/insn: Fix awk regexp warnings
Alexander Kapshuk
2019-11-28
1
-2
/
+2
*
selftests/ftrace: Fix to test kprobe $comm arg only if available
Masami Hiramatsu
2019-11-28
1
-0
/
+3
*
perf tools: Fix time sorting
Jiri Olsa
2019-11-12
1
-1
/
+1
[next]