summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-1320-755/+1174
|\
| * timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-031-3/+2
| * timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-031-1/+1
| * timekeeping: Get rid of stale commentThomas Gleixner2015-04-031-4/+0
| * clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-036-60/+50
| * clockevents: Make tick handover explicitThomas Gleixner2015-04-035-12/+8
| * clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-031-7/+0
| * sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
| * clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-033-14/+20
| * clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-031-10/+0
| * clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-033-38/+32
| * 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-031-17/+49
| * time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-031-17/+19
| * time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-031-0/+2
| * time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-1/+12
| * time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-10/+12
| * time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-2/+9
| * 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-022-8/+13
| * tick: Further simplify tick-internal.hIngo Molnar2015-04-021-39/+40
| * arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-013-1/+16
| * tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-013-26/+61
| * tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2015-04-012-5/+4
| * clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-014-17/+27
| * 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-016-4/+88
| * tick: Simplify tick-internal.hThomas Gleixner2015-04-011-96/+49
| * tick: Move clocksource related stuff to timekeeping.hThomas Gleixner2015-04-015-9/+9
| * clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner2015-04-014-15/+4
| * Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-3115-85/+250
| |\
| * | clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar2015-03-271-1/+2
| * | clockevents: Manage device's state separately for the coreViresh Kumar2015-03-275-68/+76
| * | clockevents: Handle tick device's resume separatelyViresh Kumar2015-03-275-13/+26
| * | time: Introduce tk_fast_rawPeter Zijlstra2015-03-271-0/+13
| * | time: Parametrize all tk_fast_mono usersPeter Zijlstra2015-03-271-10/+15
| * | time: Add timerkeeper::tkr_rawPeter Zijlstra2015-03-271-22/+19
| * | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-75/+75
| * | timers, sched/clock: Clean up the code a bitIngo Molnar2015-03-271-51/+56
| * | timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson2015-03-271-35/+68
| * | timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson2015-03-271-1/+1
| * | timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson2015-03-271-15/+25
| * | timers, sched/clock: Optimize cache line usageDaniel Thompson2015-03-271-35/+77
| * | timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson2015-03-271-15/+11
| * | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-131-5/+6
| * | clocksource: Add some debug info about clocksources being registeredJohn Stultz2015-03-131-0/+3
| * | clocksource: Mostly kill clocksource_register()John Stultz2015-03-132-49/+36
| * | clocksource: Improve clocksource watchdog reportingJohn Stultz2015-03-131-9/+9
OpenPOWER on IntegriCloud