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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: Add ability to attach user level registers dump to sample
Jiri Olsa
2012-08-10
4
-3
/
+119
*
perf: Unified API to record selective sets of arch registers
Jiri Olsa
2012-08-10
6
-0
/
+151
*
perf symbols: Implement poor man's ELF parser
Namhyung Kim
2012-08-09
1
-7
/
+235
*
perf symbols: Support minimal build without libelf
Namhyung Kim
2012-08-09
7
-17
/
+106
*
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
2012-08-09
6
-797
/
+817
*
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
2012-08-09
3
-4
/
+9
*
perf tools: Fix /etc config related installation
Namhyung Kim
2012-08-09
1
-1
/
+3
*
perf tools: Support for events bash completion
Frederic Weisbecker
2012-08-09
4
-36
/
+61
*
perf tools: Initial bash completion support
Frederic Weisbecker
2012-08-09
3
-30
/
+62
*
perf lock record: improve message when tracepoints are not enabled
David Ahern
2012-08-09
1
-5
/
+24
*
perf script python: Correct handler check and spelling errors
Feng Tang
2012-08-09
3
-24
/
+18
*
perf scripts python: Add event_analyzing_sample.py as a sample for general ev...
Feng Tang
2012-08-08
1
-0
/
+193
*
perf scripts python: Add a python library EventClass.py
Feng Tang
2012-08-08
1
-0
/
+94
*
perf scripts python: Pass event/thread/dso name and symbol info to event hand...
Feng Tang
2012-08-08
1
-6
/
+29
*
perf script: Replace "struct thread" with "struct addr_location" as a paramet...
Feng Tang
2012-08-08
5
-16
/
+20
*
perf script: Add general python handler to process non-tracepoint events
Feng Tang
2012-08-08
1
-1
/
+58
*
perf list: Document precise event sampling for AMD IBS
Robert Richter
2012-08-08
1
-12
/
+30
*
perf list: Update documentation about raw event setup
Robert Richter
2012-08-08
1
-0
/
+6
*
tools lib traceevent: Fix cast from pointer to integer for 32 bit
Robert Richter
2012-08-08
1
-1
/
+2
*
perf tools: Fix parsing of 64 bit raw config value for 32 bit
Robert Richter
2012-08-08
4
-13
/
+13
*
perf tools: Fix lib/traceevent build dir with OUTPUT variable set
Robert Richter
2012-08-08
1
-4
/
+4
*
perf tools: Fix version file for perf documentation with OUTPUT variable set
Robert Richter
2012-08-08
1
-3
/
+3
*
perf script: Stop using pevent directly
Arnaldo Carvalho de Melo
2012-08-07
6
-47
/
+28
*
perf sched: Use perf_sample
Arnaldo Carvalho de Melo
2012-08-07
1
-76
/
+37
*
perf lock: Use evsel->tp_format and perf_sample
Arnaldo Carvalho de Melo
2012-08-07
1
-74
/
+42
*
perf kmem: Use evsel->tp_format and perf_sample
Arnaldo Carvalho de Melo
2012-08-07
1
-24
/
+17
*
perf evsel: Cache associated event_format
Arnaldo Carvalho de Melo
2012-08-07
10
-114
/
+70
*
perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA
Arnaldo Carvalho de Melo
2012-08-07
1
-0
/
+2
*
perf tools: Add dump_stack function
Arnaldo Carvalho de Melo
2012-08-07
2
-0
/
+21
*
perf hists browser: Add verbose mode hotkey
Arnaldo Carvalho de Melo
2012-08-06
1
-11
/
+26
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-08-05
24
-187
/
+498
|
\
|
*
perf tools: Remove brace expansion from clean target
Palmer Cox
2012-08-03
1
-1
/
+2
|
*
perf kvm top: Limit guest kernel info message to once
David Ahern
2012-08-03
1
-2
/
+11
|
*
perf tools: Introduce intlist
David Ahern
2012-08-03
3
-0
/
+178
|
*
perf tools: Change strlist to use the new rblist
David Ahern
2012-08-03
2
-84
/
+57
|
*
perf tools: Introducing rblist
David Ahern
2012-08-03
3
-0
/
+156
|
*
perf kvm: Use strtol for walking guestmount directory
David Ahern
2012-08-03
1
-1
/
+9
|
*
perf tool: Save cmdline from user in file header vs what is passed to record
David Ahern
2012-08-03
3
-2
/
+12
|
*
perf top: Error handling for counter creation should parallel perf-record
David Ahern
2012-08-03
1
-2
/
+4
|
*
perf session: Remove no longer used synthesize_sample method
Arnaldo Carvalho de Melo
2012-08-02
2
-12
/
+0
|
*
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
2012-08-02
5
-15
/
+11
|
*
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
2012-08-02
7
-31
/
+21
|
*
perf session: Use perf_evlist__id_hdr_size more extensively
Arnaldo Carvalho de Melo
2012-08-01
4
-10
/
+10
|
*
perf session: Use perf_evlist__sample_id_all more extensively
Arnaldo Carvalho de Melo
2012-08-01
2
-6
/
+4
|
*
perf session: Use perf_evlist__sample_type more extensively
Arnaldo Carvalho de Melo
2012-08-01
4
-27
/
+30
|
*
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
2012-08-01
6
-25
/
+24
|
*
perf target: Fix check on buffer size
Namhyung Kim
2012-08-01
1
-1
/
+1
|
*
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
2012-08-01
1
-2
/
+2
|
*
perf test: Fix parse events automated tests
Jiri Olsa
2012-08-01
1
-6
/
+6
*
|
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2012-08-04
31
-194
/
+38
|
\
\
[next]