index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-16
clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc
Laurent Pinchart
1
-5
/
+1
2014-04-16
clocksource: sh_mtu2: Add index to struct sh_mtu2_channel
Laurent Pinchart
1
-9
/
+13
2014-04-16
clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure
Laurent Pinchart
1
-14
/
+18
2014-04-16
clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()
Laurent Pinchart
1
-3
/
+3
2014-04-16
clocksource: sh_mtu2: Split channel setup to separate function
Laurent Pinchart
1
-10
/
+19
2014-04-16
clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device
Laurent Pinchart
1
-32
/
+33
2014-04-16
clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv
Laurent Pinchart
1
-56
/
+69
2014-04-16
clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables
Laurent Pinchart
1
-5
/
+5
2014-04-16
clocksource: sh_mtu2: Use request_irq() instead of setup_irq()
Laurent Pinchart
1
-14
/
+8
2014-04-16
clocksource: sh_tmu: Sort headers alphabetically
Laurent Pinchart
1
-10
/
+10
2014-04-16
clocksource: sh_tmu: Remove FSF mail address from GPL notice
Laurent Pinchart
1
-4
/
+0
2014-04-16
clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case
Laurent Pinchart
1
-1
/
+2
2014-04-16
clocksource: sh_tmu: Add support for multiple channels per device
Laurent Pinchart
1
-61
/
+152
2014-04-16
clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200
Laurent Pinchart
1
-12
/
+11
2014-04-16
clocksource: sh_tmu: Replace hardcoded register values with macros
Laurent Pinchart
1
-5
/
+14
2014-04-16
clocksource: sh_tmu: Allocate channels dynamically
Laurent Pinchart
1
-7
/
+20
2014-04-16
clocksource: sh_tmu: Replace kmalloc + memset with kzalloc
Laurent Pinchart
1
-5
/
+1
2014-04-16
clocksource: sh_tmu: Add index to struct sh_tmu_channel
Laurent Pinchart
1
-11
/
+24
2014-04-16
clocksource: sh_tmu: Add memory base to sh_tmu_channel structure
Laurent Pinchart
1
-14
/
+16
2014-04-16
clocksource: sh_tmu: Constify name argument to sh_tmu_register()
Laurent Pinchart
1
-4
/
+4
2014-04-16
clocksource: sh_tmu: Split channel setup to separate function
Laurent Pinchart
1
-13
/
+23
2014-04-16
clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device
Laurent Pinchart
1
-34
/
+34
2014-04-16
clocksource: sh_tmu: Split channel fields from sh_tmu_priv
Laurent Pinchart
1
-110
/
+125
2014-04-16
clocksource: sh_tmu: Use request_irq() instead of setup_irq()
Laurent Pinchart
1
-14
/
+8
2014-04-16
clocksource: sh_cmt: Request IRQ for clock event device only
Laurent Pinchart
1
-24
/
+27
2014-04-16
clocksource: sh_cmt: Sort headers alphabetically
Laurent Pinchart
1
-10
/
+10
2014-04-16
clocksource: sh_cmt: Remove FSF mail address from GPL notice
Laurent Pinchart
1
-4
/
+0
2014-04-16
clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case
Laurent Pinchart
1
-1
/
+1
2014-04-16
clocksource: sh_cmt: Add support for multiple channels per device
Laurent Pinchart
1
-68
/
+236
2014-04-16
clocksource: sh_cmt: Hardcode CMT clock source rating to 125
Laurent Pinchart
1
-6
/
+6
2014-04-16
clocksource: sh_cmt: Hardcode CMT clock event rating to 125
Laurent Pinchart
1
-7
/
+6
2014-04-16
clocksource: sh_cmt: Set cpumask to cpu_possible_mask
Laurent Pinchart
1
-1
/
+1
2014-04-16
clocksource: sh_cmt: Replace hardcoded register values with macros
Laurent Pinchart
1
-12
/
+44
2014-04-16
clocksource: sh_cmt: Split static information from sh_cmt_device
Laurent Pinchart
1
-70
/
+122
2014-04-16
clocksource: sh_cmt: Allocate channels dynamically
Laurent Pinchart
1
-2
/
+12
2014-04-16
clocksource: sh_cmt: Replace kmalloc + memset with kzalloc
Laurent Pinchart
1
-5
/
+1
2014-04-16
clocksource: sh_cmt: Add index to struct sh_cmt_channel
Laurent Pinchart
1
-13
/
+24
2014-04-16
clocksource: sh_cmt: Add memory base to sh_cmt_channel structure
Laurent Pinchart
1
-5
/
+8
2014-04-16
clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase
Laurent Pinchart
1
-17
/
+17
2014-04-16
clocksource: sh_cmt: Constify name argument to sh_cmt_register()
Laurent Pinchart
1
-4
/
+4
2014-04-16
clocksource: sh_cmt: Split channel setup to separate function
Laurent Pinchart
1
-32
/
+47
2014-04-16
clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device
Laurent Pinchart
1
-58
/
+58
2014-04-16
clocksource: sh_cmt: Split channel fields from sh_cmt_priv
Laurent Pinchart
1
-186
/
+199
2014-04-16
clocksource: sh_cmt: Use request_irq() instead of setup_irq()
Laurent Pinchart
1
-7
/
+3
2014-04-07
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+8
2014-04-05
Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
6
-14
/
+351
2014-04-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2014-04-02
Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-114
/
+0
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-63
/
+841
2014-03-22
clocksource: CMT, MTU2, TMU and STI should depend on GENERIC_CLOCKEVENTS
Geert Uytterhoeven
1
-0
/
+4
[prev]
[next]