index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
perf tools: Support user regs and stack in sample parsing
Jiri Olsa
4
-3
/
+80
2012-08-10
perf tools: Add libunwind dependency for DWARF CFI unwinding
Jiri Olsa
2
-1
/
+53
2012-08-10
perf tools: Add interface to arch registers sets
Jiri Olsa
3
-1
/
+106
2012-08-10
perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
Jiri Olsa
1
-0
/
+1
2012-08-10
perf: Add attribute to filter out callchains
Frederic Weisbecker
2
-15
/
+28
2012-08-10
perf: Add ability to attach user stack dump to sample
Jiri Olsa
5
-2
/
+190
2012-08-10
perf: Add perf_output_skip function to skip bytes in sample
Jiri Olsa
3
-0
/
+12
2012-08-10
perf: Factor __output_copy to be usable with specific copy function
Frederic Weisbecker
4
-24
/
+46
2012-08-10
perf: Add ability to attach user level registers dump to sample
Jiri Olsa
4
-3
/
+119
2012-08-10
perf: Unified API to record selective sets of arch registers
Jiri Olsa
6
-0
/
+151
2012-08-09
perf symbols: Implement poor man's ELF parser
Namhyung Kim
1
-7
/
+235
2012-08-09
perf symbols: Support minimal build without libelf
Namhyung Kim
7
-17
/
+106
2012-08-09
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
6
-797
/
+817
2012-08-09
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
3
-4
/
+9
2012-08-09
perf tools: Fix /etc config related installation
Namhyung Kim
1
-1
/
+3
2012-08-09
perf tools: Support for events bash completion
Frederic Weisbecker
4
-36
/
+61
2012-08-09
perf tools: Initial bash completion support
Frederic Weisbecker
3
-30
/
+62
2012-08-09
perf lock record: improve message when tracepoints are not enabled
David Ahern
1
-5
/
+24
2012-08-09
perf script python: Correct handler check and spelling errors
Feng Tang
3
-24
/
+18
2012-08-08
perf scripts python: Add event_analyzing_sample.py as a sample for general ev...
Feng Tang
1
-0
/
+193
2012-08-08
perf scripts python: Add a python library EventClass.py
Feng Tang
1
-0
/
+94
2012-08-08
perf scripts python: Pass event/thread/dso name and symbol info to event hand...
Feng Tang
1
-6
/
+29
2012-08-08
perf script: Replace "struct thread" with "struct addr_location" as a paramet...
Feng Tang
5
-16
/
+20
2012-08-08
perf script: Add general python handler to process non-tracepoint events
Feng Tang
1
-1
/
+58
2012-08-08
perf list: Document precise event sampling for AMD IBS
Robert Richter
1
-12
/
+30
2012-08-08
perf list: Update documentation about raw event setup
Robert Richter
1
-0
/
+6
2012-08-08
tools lib traceevent: Fix cast from pointer to integer for 32 bit
Robert Richter
1
-1
/
+2
2012-08-08
perf tools: Fix parsing of 64 bit raw config value for 32 bit
Robert Richter
4
-13
/
+13
2012-08-08
perf tools: Fix lib/traceevent build dir with OUTPUT variable set
Robert Richter
1
-4
/
+4
2012-08-08
perf tools: Fix version file for perf documentation with OUTPUT variable set
Robert Richter
1
-3
/
+3
2012-08-08
perf script: Stop using pevent directly
Arnaldo Carvalho de Melo
6
-47
/
+28
2012-08-08
perf sched: Use perf_sample
Arnaldo Carvalho de Melo
1
-76
/
+37
2012-08-08
perf lock: Use evsel->tp_format and perf_sample
Arnaldo Carvalho de Melo
1
-74
/
+42
2012-08-08
perf kmem: Use evsel->tp_format and perf_sample
Arnaldo Carvalho de Melo
1
-24
/
+17
2012-08-08
perf evsel: Cache associated event_format
Arnaldo Carvalho de Melo
10
-114
/
+70
2012-08-08
perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-08-08
perf tools: Add dump_stack function
Arnaldo Carvalho de Melo
2
-0
/
+21
2012-08-06
perf hists browser: Add verbose mode hotkey
Arnaldo Carvalho de Melo
1
-11
/
+26
2012-08-05
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
24
-187
/
+498
2012-08-04
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
31
-194
/
+38
2012-08-04
missed mnt_drop_write() in do_dentry_open()
Al Viro
1
-1
/
+1
2012-08-04
UBIFS: nuke pdflush from comments
Artem Bityutskiy
2
-6
/
+6
2012-08-04
gfs2: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
2012-08-04
drbd: nuke pdflush from comments
Artem Bityutskiy
1
-2
/
+2
2012-08-04
nilfs2: nuke write_super from comments
Artem Bityutskiy
2
-6
/
+0
2012-08-04
hfs: nuke write_super from comments
Artem Bityutskiy
1
-2
/
+2
2012-08-04
vfs: nuke pdflush from comments
Artem Bityutskiy
2
-2
/
+1
2012-08-04
jbd/jbd2: nuke write_super from comments
Artem Bityutskiy
2
-4
/
+4
2012-08-04
btrfs: nuke pdflush from comments
Artem Bityutskiy
2
-2
/
+3
2012-08-04
btrfs: nuke write_super from comments
Artem Bityutskiy
2
-8
/
+0
[next]