aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+8
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2015-04-24clockevents: Shutdown detached clockevent deviceViresh Kumar1-5/+1
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki1-3/+2
2015-04-03timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki1-1/+1
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner1-4/+0
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner5-60/+49
2015-04-03clockevents: Make tick handover explicitThomas Gleixner4-12/+6
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki1-7/+0
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner3-14/+20
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner1-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner3-38/+32
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety marginJohn Stultz1-2/+5
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang1-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang1-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang1-0/+2
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang1-1/+12
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang1-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang1-2/+9
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra1-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar1-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra1-29/+19
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy1-8/+11
2015-04-02tick: Further simplify tick-internal.hIngo Molnar1-39/+40
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner3-1/+16
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner3-26/+61
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2-5/+4
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner4-17/+27
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner1-5/+2
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner6-4/+88
2015-04-01tick: Simplify tick-internal.hThomas Gleixner1-96/+49
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner5-9/+9
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner4-15/+4
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar1-2/+9
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new interfaceViresh Kumar1-1/+2
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar5-68/+76
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar5-13/+26
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra1-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra1-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-75/+75
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy1-2/+9
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()John Stultz1-5/+6