summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner-17/+27
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner-5/+2
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner-4/+88
2015-04-01tick: Simplify tick-internal.hThomas Gleixner-96/+49
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner-9/+9
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner-15/+4
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar-2/+9
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar-1/+2
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar-68/+76
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar-13/+26
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra-75/+75
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson-15/+11
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy-2/+9
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz-0/+3
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz-49/+36
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz-9/+9
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz-7/+57
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz-0/+7
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz-14/+35
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz-0/+29
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz-13/+17
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz-16/+14
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz-12/+3
2015-03-04Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar-101/+224
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov-1/+1
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+7
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar-5/+115
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz-3/+7
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+90
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki-2/+54
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki-0/+30
2015-02-13time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-9/+2
2015-02-13timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki-8/+6
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-4/+3
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-77/+113
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-68/+60
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+11
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+11
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot-1/+1
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner-10/+10