index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-04
clocksource: sh_tmu: Add DT support
Laurent Pinchart
1
-10
/
+41
2015-02-04
clocksource: sh_tmu: Replace global spinlock with a per-device spinlock
Laurent Pinchart
1
-4
/
+6
2015-02-04
clocksource: sh_tmu: Drop support for legacy platform data
Laurent Pinchart
1
-67
/
+15
2015-02-04
clocksource: sh_mtu2: Add DT support
Laurent Pinchart
1
-0
/
+8
2015-02-04
clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock
Laurent Pinchart
1
-4
/
+6
2015-02-04
clocksource: sh_mtu2: Drop support for legacy platform data
Laurent Pinchart
1
-99
/
+31
2015-02-04
clocksource: sh_cmt: Add DT support
Laurent Pinchart
1
-18
/
+48
2015-02-04
clocksource: sh_cmt: Replace global spinlock with a per-device spinlock
Laurent Pinchart
1
-4
/
+5
2015-02-04
clocksource: sh_cmt: Drop support for legacy platform data
Laurent Pinchart
1
-132
/
+40
2015-02-04
clocksource: sh_tmu: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2015-02-04
clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case
Laurent Pinchart
1
-1
/
+1
2015-02-04
clocksource: sh_tmu: Sort headers alphabetically
Laurent Pinchart
1
-10
/
+10
2015-02-04
clocksource: sh_tmu: Remove FSF mail address from GPL notice
Laurent Pinchart
1
-4
/
+0
2015-02-04
clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case
Laurent Pinchart
1
-1
/
+2
2015-02-04
clocksource: sh_tmu: Add support for multiple channels per device
Laurent Pinchart
1
-61
/
+152
2015-02-04
clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200
Laurent Pinchart
1
-12
/
+11
2015-02-04
clocksource: sh_tmu: Replace hardcoded register values with macros
Laurent Pinchart
1
-5
/
+14
2015-02-04
clocksource: sh_tmu: Allocate channels dynamically
Laurent Pinchart
1
-7
/
+20
2015-02-04
clocksource: sh_tmu: Replace kmalloc + memset with kzalloc
Laurent Pinchart
1
-5
/
+1
2015-02-04
clocksource: sh_tmu: Add index to struct sh_tmu_channel
Laurent Pinchart
1
-11
/
+24
2015-02-04
clocksource: sh_tmu: Add memory base to sh_tmu_channel structure
Laurent Pinchart
1
-14
/
+16
2015-02-04
clocksource: sh_tmu: Constify name argument to sh_tmu_register()
Laurent Pinchart
1
-4
/
+4
2015-02-04
clocksource: sh_tmu: Split channel setup to separate function
Laurent Pinchart
1
-13
/
+23
2015-02-04
clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device
Laurent Pinchart
1
-34
/
+34
2015-02-04
clocksource: sh_tmu: Split channel fields from sh_tmu_priv
Laurent Pinchart
1
-110
/
+125
2015-02-04
clocksource: sh_tmu: Use request_irq() instead of setup_irq()
Laurent Pinchart
1
-14
/
+8
2015-02-04
clocksource: sh_mtu2: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2015-02-04
clocksource: sh_mtu2: Sort headers alphabetically
Laurent Pinchart
1
-9
/
+9
2015-02-04
clocksource: sh_mtu2: Remove FSF mail address from GPL notice
Laurent Pinchart
1
-4
/
+0
2015-02-04
clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy case
Laurent Pinchart
1
-1
/
+1
2015-02-04
clocksource: sh_mtu2: Add support for multiple channels per device
Laurent Pinchart
1
-54
/
+130
2015-02-04
clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200
Laurent Pinchart
1
-6
/
+6
2015-02-04
clocksource: sh_mtu2: Set cpumask to cpu_possible_mask
Laurent Pinchart
1
-1
/
+1
2015-02-04
clocksource: sh_mtu2: Replace hardcoded register values with macros
Laurent Pinchart
1
-6
/
+92
2015-02-04
clocksource: sh_mtu2: Allocate channels dynamically
Laurent Pinchart
1
-7
/
+20
2015-02-04
clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc
Laurent Pinchart
1
-5
/
+1
2015-02-04
clocksource: sh_mtu2: Add index to struct sh_mtu2_channel
Laurent Pinchart
1
-9
/
+13
2015-02-04
clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure
Laurent Pinchart
1
-14
/
+18
2015-02-04
clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()
Laurent Pinchart
1
-3
/
+3
2015-02-04
clocksource: sh_mtu2: Split channel setup to separate function
Laurent Pinchart
1
-10
/
+19
2015-02-04
clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device
Laurent Pinchart
1
-32
/
+33
2015-02-04
clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv
Laurent Pinchart
1
-56
/
+69
2015-02-04
clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables
Laurent Pinchart
1
-5
/
+5
2015-02-04
clocksource: sh_mtu2: Use request_irq() instead of setup_irq()
Laurent Pinchart
1
-14
/
+8
2015-02-04
clocksource: sh_cmt: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2015-02-04
clocksource: sh_cmt: Request IRQ for clock event device only
Laurent Pinchart
1
-24
/
+27
2015-02-04
clocksource: sh_cmt: Sort headers alphabetically
Laurent Pinchart
1
-10
/
+10
2015-02-04
clocksource: sh_cmt: Remove FSF mail address from GPL notice
Laurent Pinchart
1
-4
/
+0
2015-02-04
clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case
Laurent Pinchart
1
-1
/
+1
2015-02-04
clocksource: sh_cmt: Add support for multiple channels per device
Laurent Pinchart
1
-68
/
+236
[next]