index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/idle: Use explicit broadcast oneshot control function
Thomas Gleixner
2015-04-03
1
-3
/
+2
*
ARM: Tegra: Use explicit broadcast oneshot control function
Thomas Gleixner
2015-04-03
3
-13
/
+13
*
ARM: OMAP: Use explicit broadcast oneshot control function
Thomas Gleixner
2015-04-03
1
-3
/
+2
*
intel_idle: Use explicit broadcast oneshot control function
Thomas Gleixner
2015-04-03
1
-2
/
+2
*
ACPI/idle: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-5
/
+4
*
ACPI/PAD: Use explicit broadcast oneshot control function
Thomas Gleixner
2015-04-03
1
-4
/
+2
*
x86/amd/idle, clockevents: Use explicit broadcast oneshot control functions
Thomas Gleixner
2015-04-03
1
-2
/
+2
*
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
2015-04-03
4
-14
/
+39
*
clockevents: Remove the broadcast control leftovers
Thomas Gleixner
2015-04-03
2
-13
/
+0
*
ARM: OMAP: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-3
/
+2
*
intel_idle: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-7
/
+6
*
cpuidle: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-12
/
+11
*
ACPI/processor: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-6
/
+5
*
ACPI/PAD: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-3
/
+2
*
x86/amd/idle, clockevents: Use explicit broadcast control function
Thomas Gleixner
2015-04-03
1
-6
/
+3
*
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
2015-04-03
4
-38
/
+57
*
ACPI/PAD: Remove the local APIC nonsense
Thomas Gleixner
2015-04-03
1
-21
/
+5
*
clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...
John Stultz
2015-04-03
1
-2
/
+5
*
time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource
Xunlei Pang
2015-04-03
3
-25
/
+54
*
time: Fix a bug in timekeeping_suspend() with no persistent clock
Xunlei Pang
2015-04-03
1
-17
/
+19
*
drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()
Xunlei Pang
2015-04-03
1
-4
/
+0
*
time: Don't build timekeeping_inject_sleeptime64() if no one uses it
Xunlei Pang
2015-04-03
1
-0
/
+2
*
alpha, rtc: Change to use rtc_class_ops's set_mmss64()
Xunlei Pang
2015-04-03
1
-4
/
+4
*
drivers/rtc/mxc: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-4
/
+4
*
drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
Xunlei Pang
2015-04-03
1
-15
/
+14
*
drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time
Xunlei Pang
2015-04-03
1
-18
/
+4
*
drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-18
/
+14
*
drivers/rtc/ab3100: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-28
/
+27
*
drivers/rtc/test: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-2
/
+17
*
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
Xunlei Pang
2015-04-03
3
-2
/
+12
*
ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...
Xunlei Pang
2015-04-03
4
-23
/
+6
*
clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...
Xunlei Pang
2015-04-03
1
-7
/
+14
*
ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...
Xunlei Pang
2015-04-03
1
-10
/
+12
*
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
2015-04-03
3
-2
/
+14
*
time: Add y2038 safe read_persistent_clock64()
Xunlei Pang
2015-04-03
3
-12
/
+15
*
time: Add y2038 safe read_boot_clock64()
Xunlei Pang
2015-04-03
2
-2
/
+10
*
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
2015-04-02
1
-8
/
+15
*
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
2015-04-02
1
-55
/
+43
*
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
2015-04-02
1
-29
/
+19
*
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
2015-04-02
3
-8
/
+19
*
clockevents: Clean up clockchips.h
Ingo Molnar
2015-04-02
1
-46
/
+41
*
tick: Further simplify tick-internal.h
Ingo Molnar
2015-04-02
1
-39
/
+40
*
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
6
-36
/
+22
*
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
5
-30
/
+65
*
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2015-04-01
2
-5
/
+4
*
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
7
-26
/
+34
*
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
2015-04-01
1
-5
/
+2
*
tick: Move core only declarations and functions to core
Thomas Gleixner
2015-04-01
8
-129
/
+112
*
tick: Simplify tick-internal.h
Thomas Gleixner
2015-04-01
1
-96
/
+49
*
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
2015-04-01
5
-9
/
+9
[next]