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
2011-01-03
perf evsel: Adopt MATCH_EVENT macro from 'stat'
Arnaldo Carvalho de Melo
2
-21
/
+20
2011-01-03
perf tools: Introduce event selectors
Arnaldo Carvalho de Melo
14
-245
/
+433
2010-12-30
Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...
Ingo Molnar
3
-18
/
+43
2010-12-28
perf probe: Fix short file name probe location reporting
Franck Bui-Huu
1
-7
/
+7
2010-12-25
perf script: Fix event ordering settings to work with older kernels
Arnaldo Carvalho de Melo
1
-0
/
+1
2010-12-25
perf record: Fix use of sample_id_all userspace with !sample_id_all kernels
Arnaldo Carvalho de Melo
1
-5
/
+19
2010-12-25
perf script: Finish the rename from trace to script
Arnaldo Carvalho de Melo
31
-51
/
+35
2010-12-23
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
5
-21
/
+65
2010-12-23
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
Franck Bui-Huu
1
-1
/
+1
2010-12-23
perf test: Look forward for symbol aliases
Arnaldo Carvalho de Melo
1
-4
/
+19
2010-12-23
perf symbols: Improve kallsyms symbol end addr calculation
Arnaldo Carvalho de Melo
3
-16
/
+45
2010-12-23
x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...
Don Zickus
8
-25
/
+8
2010-12-22
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
7
-18
/
+77
2010-12-22
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
23
-144
/
+277
2010-12-22
Merge commit 'v2.6.37-rc7' into perf/core
Ingo Molnar
441
-3146
/
+4222
2010-12-21
Linux 2.6.37-rc7
v2.6.37-rc7
Linus Torvalds
1
-1
/
+1
2010-12-21
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
1
-32
/
+60
2010-12-21
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
1
-12
/
+26
2010-12-21
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
2
-6
/
+9
2010-12-21
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
1
-11
/
+15
2010-12-21
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
1
-18
/
+11
2010-12-21
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
1
-1
/
+1
2010-12-22
perf probe: Cleanup messages
Masami Hiramatsu
2
-34
/
+38
2010-12-22
perf symbols: Add symfs option for off-box analysis using specified tree
David Ahern
9
-19
/
+81
2010-12-22
perf record,report,annotate,diff: Process events in order
Ian Munsie
4
-1
/
+10
2010-12-22
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
14
-15
/
+31
2010-12-21
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-2
/
+4
2010-12-21
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-22
/
+50
2010-12-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
5
-30
/
+41
2010-12-21
Fix build error in drivers/block/cciss.c
Linus Torvalds
1
-1
/
+1
2010-12-20
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-364
/
+205
2010-12-20
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-5
/
+27
2010-12-20
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+11
2010-12-20
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+4
2010-12-20
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-2
/
+23
2010-12-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
13
-73
/
+85
2010-12-20
Fix btrfs b0rkage
Al Viro
1
-1
/
+1
2010-12-20
clarify a usage constraint for cnt32_to_63()
Nicolas Pitre
2
-8
/
+22
2010-12-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2010-12-20
sched: Remove debugging check
Ingo Molnar
1
-1
/
+0
2010-12-19
Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....
Linus Torvalds
16
-38
/
+112
2010-12-19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-53
/
+246
2010-12-19
oprofile, x86: Add support for 6 counters (AMD family 15h)
Robert Richter
2
-18
/
+40
2010-12-19
oprofile, x86: Add support for AMD family 15h
Robert Richter
1
-0
/
+3
2010-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
5
-13
/
+37
2010-12-18
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-0
/
+4
2010-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
10
-190
/
+76
2010-12-18
arch/tile: handle rt_sigreturn() more cleanly
Chris Metcalf
4
-13
/
+29
2010-12-18
arch/tile: handle CLONE_SETTLS in copy_thread(), not user space
Chris Metcalf
1
-0
/
+8
2010-12-17
[media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17
Jean-Francois Moine
1
-163
/
+100
[next]