summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
* ARM: Tegra: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-033-13/+13
* ARM: OMAP: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
* intel_idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-2/+2
* ACPI/idle: Use explicit broadcast control functionThomas Gleixner2015-04-031-5/+4
* ACPI/PAD: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-4/+2
* x86/amd/idle, clockevents: Use explicit broadcast oneshot control functionsThomas Gleixner2015-04-031-2/+2
* clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-034-14/+39
* clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-032-13/+0
* ARM: OMAP: Use explicit broadcast control functionThomas Gleixner2015-04-031-3/+2
* intel_idle: Use explicit broadcast control functionThomas Gleixner2015-04-031-7/+6
* cpuidle: Use explicit broadcast control functionThomas Gleixner2015-04-031-12/+11
* ACPI/processor: Use explicit broadcast control functionThomas Gleixner2015-04-031-6/+5
* ACPI/PAD: Use explicit broadcast control functionThomas Gleixner2015-04-031-3/+2
* x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner2015-04-031-6/+3
* clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-034-38/+57
* ACPI/PAD: Remove the local APIC nonsenseThomas Gleixner2015-04-031-21/+5
* clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-031-2/+5
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-033-25/+54
* time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-031-17/+19
* drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()Xunlei Pang2015-04-031-4/+0
* time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-031-0/+2
* alpha, rtc: Change to use rtc_class_ops's set_mmss64()Xunlei Pang2015-04-031-4/+4
* drivers/rtc/mxc: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-4/+4
* drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_tXunlei Pang2015-04-031-15/+14
* drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm timeXunlei Pang2015-04-031-18/+4
* drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-18/+14
* drivers/rtc/ab3100: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-28/+27
* drivers/rtc/test: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-2/+17
* drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang2015-04-033-2/+12
* ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-034-23/+6
* clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...Xunlei Pang2015-04-031-7/+14
* ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...Xunlei Pang2015-04-031-10/+12
* time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-033-2/+14
* time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-033-12/+15
* time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-032-2/+10
* timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-021-8/+15
* timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-021-55/+43
* timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra2015-04-021-29/+19
* clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-023-8/+19
* clockevents: Clean up clockchips.hIngo Molnar2015-04-021-46/+41
* tick: Further simplify tick-internal.hIngo Molnar2015-04-021-39/+40
* arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-016-36/+22
* tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-015-30/+65
* tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2015-04-012-5/+4
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-017-26/+34
* clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner2015-04-011-5/+2
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-018-129/+112
* tick: Simplify tick-internal.hThomas Gleixner2015-04-011-96/+49
* tick: Move clocksource related stuff to timekeeping.hThomas Gleixner2015-04-015-9/+9