aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2013-05-29Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven
2013-05-28tick: Cure broadcast false positive pending bit warningThomas Gleixner
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-05tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker
2013-04-22nohz: Add basic tracingFrederic Weisbecker
2013-04-22nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker
2013-04-22nohz: Prepare to stop the tick on irq exitFrederic Weisbecker
2013-04-22nohz: Implement full dynticks kickFrederic Weisbecker
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz
2013-04-04timekeeping: Simplify tai updating from do_adjtimexJohn Stultz
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz