index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-03
drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-18
/
+14
2015-04-03
drivers/rtc/ab3100: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-28
/
+27
2015-04-03
drivers/rtc/test: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-2
/
+17
2015-04-03
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
Xunlei Pang
3
-2
/
+12
2015-04-03
ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...
Xunlei Pang
4
-23
/
+6
2015-04-03
clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...
Xunlei Pang
1
-7
/
+14
2015-04-03
ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...
Xunlei Pang
1
-10
/
+12
2015-04-03
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
3
-2
/
+14
2015-04-03
time: Add y2038 safe read_persistent_clock64()
Xunlei Pang
3
-12
/
+15
2015-04-03
time: Add y2038 safe read_boot_clock64()
Xunlei Pang
2
-2
/
+10
2015-04-02
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
1
-8
/
+15
2015-04-02
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
1
-55
/
+43
2015-04-02
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
1
-29
/
+19
2015-04-02
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
3
-8
/
+19
2015-04-02
clockevents: Clean up clockchips.h
Ingo Molnar
1
-46
/
+41
2015-04-02
tick: Further simplify tick-internal.h
Ingo Molnar
1
-39
/
+40
2015-04-01
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
6
-36
/
+22
2015-04-01
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
5
-30
/
+65
2015-04-01
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2
-5
/
+4
2015-04-01
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
7
-26
/
+34
2015-04-01
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
1
-5
/
+2
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
8
-129
/
+112
2015-04-01
tick: Simplify tick-internal.h
Thomas Gleixner
1
-96
/
+49
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
5
-9
/
+9
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
5
-21
/
+7
2015-03-31
clocksource/drivers/sun5i: Add clock notifiers
Maxime Ripard
1
-2
/
+64
2015-03-31
clocksource/drivers/sun5i: Refactor the current code
Maxime Ripard
1
-65
/
+166
2015-03-31
clocksource/drivers/sun5i: Use of_io_request_and_map()
Maxime Ripard
1
-1
/
+1
2015-03-31
clocksource/drivers/sun5i: Switch to request_irq()
Maxime Ripard
1
-8
/
+2
2015-03-31
clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...
Laurent Pinchart
1
-6
/
+6
2015-03-31
clocksource/drivers/at91: Fix IO endianness
Ben Dooks
1
-2
/
+2
2015-03-31
clocksource/drivers/sun4i-timer: Only register a sched_clock on sun4i and sun5i
Hans de Goede
1
-1
/
+9
2015-03-31
clocksource/drivers/tegra: Fix IO endianness
Dmitry Osipenko
1
-2
/
+2
2015-03-31
clocksource/drivers/dw_apb_timers_of: Fix IO endianness causing time jumps
Ben Dooks
1
-1
/
+1
2015-03-31
clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
Viresh Kumar
1
-1
/
+1
2015-03-30
Linux 4.0-rc6
v4.0-rc6
Linus Torvalds
1
-1
/
+1
2015-03-29
arm64: juno: Fix misleading name of UART reference clock
Dave Martin
1
-1
/
+1
2015-03-27
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
1
-1
/
+2
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
7
-85
/
+111
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
6
-15
/
+28
2015-03-27
time: Add ktime_get_tai_ns()
Peter Zijlstra
1
-0
/
+5
2015-03-27
time: Introduce tk_fast_raw
Peter Zijlstra
2
-0
/
+14
2015-03-27
time: Parametrize all tk_fast_mono users
Peter Zijlstra
1
-10
/
+15
2015-03-27
time: Add timerkeeper::tkr_raw
Peter Zijlstra
2
-24
/
+21
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
7
-126
/
+126
2015-03-27
watchdog: imgpdc: Fix default heartbeat
James Hogan
1
-3
/
+3
2015-03-27
watchdog: imgpdc: Fix probe NULL pointer dereference
James Hogan
1
-1
/
+1
2015-03-27
watchdog: mtk_wdt: signedness bug in mtk_wdt_start()
Dan Carpenter
1
-1
/
+1
2015-03-27
timers, sched/clock: Clean up the code a bit
Ingo Molnar
1
-51
/
+56
2015-03-27
timers, sched/clock: Avoid deadlock during read from NMI
Daniel Thompson
1
-35
/
+68
[next]