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.13.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
2014-04-22
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
7
-156
/
+283
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
3
-78
/
+82
2014-04-22
perf kmem: Utilize the new generic cpunode_map
Don Zickus
1
-75
/
+3
2014-04-22
perf tools: Use cpu/possible instead of cpu/kernel_max
Don Zickus
1
-1
/
+1
2014-04-22
perf tools: Allow ability to map cpus to nodes easily
Don Zickus
2
-0
/
+195
2014-04-22
perf tools: Fix pmu object compilation error
Jiri Olsa
1
-3
/
+3
2014-04-18
perf/x86: Export perf_assign_events()
Yan, Zheng
1
-0
/
+1
2014-04-18
hrtimer: Export __hrtimer_start_range_ns()
Yan, Zheng
1
-0
/
+1
2014-04-18
perf: Allow building PMU drivers as modules
Yan, Zheng
2
-0
/
+16
2014-04-18
Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.
Ingo Molnar
124
-1941
/
+2497
2014-04-18
perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU
Venkatesh Srinivas
1
-3
/
+9
2014-04-18
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
3
-226
/
+372
2014-04-17
uprobes/x86: Emulate relative conditional "near" jmp's
Oleg Nesterov
1
-0
/
+8
2014-04-17
uprobes/x86: Emulate relative conditional "short" jmp's
Oleg Nesterov
1
-2
/
+55
2014-04-17
uprobes/x86: Emulate relative call's
Oleg Nesterov
2
-10
/
+71
2014-04-17
uprobes/x86: Emulate nop's using ops->emulate()
Oleg Nesterov
1
-19
/
+1
2014-04-17
uprobes/x86: Emulate unconditional relative jmp's
Oleg Nesterov
2
-1
/
+45
2014-04-17
uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...
Oleg Nesterov
1
-22
/
+15
2014-04-17
uprobes/x86: Teach arch_uprobe_post_xol() to restart if possible
Oleg Nesterov
1
-4
/
+16
2014-04-17
uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
Oleg Nesterov
2
-5
/
+19
2014-04-17
uprobes/x86: Conditionalize the usage of handle_riprel_insn()
Oleg Nesterov
1
-4
/
+2
2014-04-17
uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops
Oleg Nesterov
2
-40
/
+74
2014-04-17
uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooks
Oleg Nesterov
1
-16
/
+14
2014-04-17
uprobes/x86: Gather "riprel" functions together
Oleg Nesterov
1
-65
/
+53
2014-04-17
uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm...
Oleg Nesterov
1
-7
/
+3
2014-04-17
uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()
Oleg Nesterov
1
-63
/
+47
2014-04-17
uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
Oleg Nesterov
1
-21
/
+2
2014-04-17
kprobes/x86: Fix page-fault handling logic
Masami Hiramatsu
1
-9
/
+7
2014-04-17
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
18
-76
/
+230
2014-04-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-45
/
+52
2014-04-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-61
/
+148
2014-04-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+6
2014-04-17
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-21
/
+16
2014-04-17
Merge tag 'fbdev-fixes-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-32
/
+87
2014-04-17
Merge tag 'pinctrl-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-1471
/
+1514
2014-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
14
-36
/
+223
2014-04-16
Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-3
/
+3
2014-04-16
[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)
Tony Luck
3
-3
/
+3
2014-04-16
perf sched: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf lock: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf mem: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-8
/
+9
2014-04-16
perf kmem: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf tools: Show absolute percentage by default
Namhyung Kim
1
-1
/
+0
2014-04-16
perf ui/tui: Add 'F' hotkey to toggle percentage output
Namhyung Kim
1
-0
/
+4
2014-04-16
perf tools: Add hist.percentage config option
Namhyung Kim
4
-0
/
+15
2014-04-16
perf diff: Add --percentage option
Namhyung Kim
2
-11
/
+40
2014-04-16
perf top: Add --percentage option
Namhyung Kim
5
-20
/
+37
2014-04-16
perf report: Add --percentage option
Namhyung Kim
9
-46
/
+106
2014-04-16
perf hists: Add support for showing relative percentage
Namhyung Kim
4
-3
/
+26
2014-04-16
x86: Remove the PCI reboot method from the default chain
Ingo Molnar
2
-42
/
+44
[next]