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-08-31
Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmk
Will Deacon
7
-686
/
+640
2011-08-31
ARM: perf: Remove unnecessary armpmu->enable()s
Mark Rutland
1
-12
/
+2
2011-08-31
ARM: perf: move arm_pmu into <asm/pmu.h>
Mark Rutland
2
-50
/
+67
2011-08-31
ARM: perf: remove cpu-related misnomers
Mark Rutland
4
-78
/
+78
2011-08-31
ARM: perf: remove event limit from pmu_hw_events
Mark Rutland
1
-2
/
+7
2011-08-31
ARM: perf: add support for multiple PMUs
Mark Rutland
1
-22
/
+41
2011-08-31
ARM: perf: refactor event mapping
Mark Rutland
4
-52
/
+87
2011-08-31
ARM: perf: add type field to struct arm_pmu
Mark Rutland
1
-2
/
+4
2011-08-31
ARM: perf: lock PMU registers per-CPU
Mark Rutland
4
-40
/
+62
2011-08-31
ARM: perf: remove unnecessary armpmu->stop
Mark Rutland
1
-1
/
+0
2011-08-31
ARM: perf: indirect access to cpu_hw_events
Mark Rutland
1
-3
/
+15
2011-08-31
ARM: perf: move platform device to struct arm_pmu
Mark Rutland
1
-4
/
+6
2011-08-31
ARM: perf: move active_events into struct arm_pmu
Mark Rutland
1
-11
/
+20
2011-08-31
ARM: perf: remove active_mask
Mark Rutland
4
-18
/
+18
2011-08-31
ARM: perf: clean up event group validation
Mark Rutland
1
-1
/
+2
2011-08-31
ARM: perf: only register a CPU PMU when present
Mark Rutland
1
-16
/
+2
2011-08-31
perf: provide PMU when initing events
Mark Rutland
1
-2
/
+2
2011-08-31
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations
Will Deacon
1
-8
/
+8
2011-08-31
ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regs
Will Deacon
1
-9
/
+37
2011-08-31
ARM: hw_breakpoint: add support for multiple watchpoints
Will Deacon
2
-35
/
+66
2011-08-31
ARM: hw_breakpoint: reserve one breakpoint for watchpoint stepping
Will Deacon
1
-39
/
+24
2011-08-31
ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) support
Will Deacon
2
-19
/
+37
2011-08-31
ARM: perf: add mode exclusion for Cortex-A15 PMU
Will Deacon
1
-9
/
+49
2011-08-31
ARM: perf: allow armpmu to implement mode exclusion
Will Deacon
1
-19
/
+25
2011-08-31
ARM: perf: index PMU registers from zero
Will Deacon
1
-5
/
+4
2011-08-31
ARM: perf: index Xscale and ARMv6 event counters starting from zero
Will Deacon
2
-5
/
+5
2011-08-31
ARM: perf: index ARMv7 event counters starting from zero
Will Deacon
1
-151
/
+88
2011-08-31
ARM: perf: use integers for ARMv7 event indices
Will Deacon
1
-6
/
+6
2011-08-31
ARM: perf: use u32 instead of unsigned long for PMNC register
Will Deacon
1
-6
/
+6
2011-08-31
ARM: perf: use cpumask_t to record active IRQs
Will Deacon
1
-33
/
+31
2011-08-31
ARM: PMU: move CPU PMU platform device handling and init into perf
Will Deacon
3
-205
/
+80
2011-08-31
ARM: perf: de-const struct arm_pmu
Mark Rutland
4
-21
/
+21
2011-08-30
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
22
-50
/
+114
2011-08-30
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...
Linus Torvalds
18
-14
/
+45
2011-08-30
remove remaining references to nfsservctl
Stephen Rothwell
2
-2
/
+2
2011-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
39
-183
/
+200
2011-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-2
/
+2
2011-08-30
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-30
/
+199
2011-08-30
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-15
/
+135
2011-08-29
MAINTAINERS: change framebuffer maintainer
Florian Tobias Schandinat
1
-2
/
+2
2011-08-29
sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and time...
Kjetil Oftedal
1
-1
/
+1
2011-08-29
sparc: Remove another reference to nfsservctl
Stephen Rothwell
1
-1
/
+1
2011-08-29
ARM: mach-shmobile: sh7372 CMT3 and CMT4 clock support
Magnus Damm
1
-1
/
+5
2011-08-29
ARM: mach-shmobile: sh7372 MSIOF clock support
Magnus Damm
1
-3
/
+9
2011-08-29
ARM: mach-shmobile: clock-sh7372: fixup USB-DMAC1 settings
Kuninori Morimoto
1
-2
/
+4
2011-08-29
ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecter
Kuninori Morimoto
1
-1
/
+1
2011-08-29
ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCS
Magnus Damm
1
-4
/
+3
2011-08-29
Merge branch 'rmobile/dma' into rmobile-fixes-for-linus
Paul Mundt
3
-1
/
+154
2011-08-29
sh: fix the compile error in setup-sh7757.c
Yoshihiro Shimoda
1
-0
/
+1
2011-08-29
serial: sh-sci: report CTS as active for get_mctrl
Yoshii Takashi
1
-1
/
+1
[next]