summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner-0/+5
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner-1/+2
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner-1/+1
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd-0/+10
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer-12/+9
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz-3/+7
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner-3/+2
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner-12/+29
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner-1/+3
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner-2/+2
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz-37/+4
2013-04-04timekeeping: Simplify tai updating from do_adjtimexJohn Stultz-5/+4
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz-2/+17
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz-11/+11
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz-16/+17
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz-5/+8
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz-5/+36
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz-12/+27
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner-74/+228
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu-1/+1
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky-2/+2
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner-59/+73
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner-55/+53
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner-0/+3
2013-03-22timekeeping: Calc stuff onceThomas Gleixner-3/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz-1/+19
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz-0/+30
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz-8/+54
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang-7/+51
2013-03-13tick: Provide a check for a forced broadcast pendingThomas Gleixner-0/+12
2013-03-13tick: Handle broadcast wakeup of multiple cpusThomas Gleixner-1/+58
2013-03-13tick: Avoid programming the local cpu timer if broadcast pendingThomas Gleixner-2/+26
2013-03-07clockevents: Don't allow dummy broadcast timersMark Rutland-1/+2
2013-03-07tick: Dynamically set broadcast irq affinityDaniel Lezcano-8/+31
2013-03-07tick: Pass broadcast device to tick_broadcast_set_event()Daniel Lezcano-6/+5
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner-44/+46
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds-0/+2
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+13
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-6/+21
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+98
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+4
2013-02-19ntp: Make ntp_lock rawThomas Gleixner-13/+13
2013-02-14Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-2/+6
2013-02-12Merge branch 'timers/for-arm' into timers/coreThomas Gleixner-8/+14
2013-02-12clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland-8/+14
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava-2/+6
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker-3/+4
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-14/+52
2013-01-31clockevents: Add generic timer broadcast functionMark Rutland-0/+17