aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge commit '8700c95adb03' into timers/nohzGravatar Frederic Weisbecker 1-1/+2
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Gravatar Li Zhong 1-3/+4
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Ingo Molnar 1-1/+3
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configGravatar Frederic Weisbecker 1-1/+3
2013-04-26nohz: Reduce overhead under high-freq idling patternsGravatar Ingo Molnar 1-3/+4
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownGravatar Thomas Gleixner 2-0/+5
2013-04-24Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-1/+2
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeGravatar Frederic Weisbecker 1-2/+0
2013-04-22nohz: Add basic tracingGravatar Frederic Weisbecker 1-4/+15
2013-04-22nohz: Select wide RCU nocb for full dynticksGravatar Frederic Weisbecker 1-0/+1
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchGravatar Frederic Weisbecker 1-0/+20
2013-04-22nohz: Prepare to stop the tick on irq exitGravatar Frederic Weisbecker 1-6/+25
2013-04-22nohz: Implement full dynticks kickGravatar Frederic Weisbecker 1-4/+38
2013-04-22timekeeping: Update tk->cycle_last in resumeGravatar Thomas Gleixner 1-1/+1
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIGravatar Frederic Weisbecker 1-1/+1
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Gravatar Ingo Molnar 2-0/+52
2013-04-19nohz: New option to default all CPUs in full dynticks rangeGravatar Frederic Weisbecker 2-2/+31
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsGravatar Frederic Weisbecker 1-6/+16
2013-04-19nohz: Force boot CPU outside full dynticks rangeGravatar Frederic Weisbecker 1-39/+15
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsGravatar Frederic Weisbecker 2-0/+52
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateGravatar Stephen Boyd 1-0/+10
2013-04-17timer_list: Convert timer list to be a proper seq_fileGravatar Nathan Zimmer 1-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesGravatar Nathan Zimmer 1-12/+9
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationGravatar Frederic Weisbecker 1-3/+5
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionGravatar Frederic Weisbecker 1-1/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingGravatar Frederic Weisbecker 4-31/+31
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityGravatar Frederic Weisbecker 1-4/+8
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesGravatar John Stultz 1-3/+7
2013-04-04timekeeping: Shorten seq_count regionGravatar Thomas Gleixner 1-3/+2
2013-04-04timekeeping: Implement a shadow timekeeperGravatar Thomas Gleixner 1-12/+29
2013-04-04timekeeping: Delay update of clock->cycle_lastGravatar Thomas Gleixner 1-1/+3
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellGravatar Thomas Gleixner 1-2/+2
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateGravatar John Stultz 1-37/+4
2013-04-04timekeeping: Simplify tai updating from do_adjtimexGravatar John Stultz 1-5/+4
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsGravatar John Stultz 1-2/+17
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()Gravatar John Stultz 2-11/+11
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsGravatar John Stultz 3-16/+17
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.Gravatar John Stultz 3-5/+8
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cGravatar John Stultz 3-5/+36
2013-04-04ntp: Split out timex validation from do_adjtimexGravatar John Stultz 1-12/+27
2013-04-03nohz: Print final full dynticks CPUs range on bootGravatar Frederic Weisbecker 1-0/+10
2013-04-03nohz: Pack nohz Kconfig option in a menu of choicesGravatar Frederic Weisbecker 1-5/+23
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONGravatar Frederic Weisbecker 2-10/+15
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Thomas Gleixner 3-74/+228
2013-04-02nohz: Unhide full dynticks feature from its dependenciesGravatar Frederic Weisbecker 1-5/+14
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticGravatar Fengguang Wu 1-1/+1
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageGravatar Rado Vrbovsky 1-2/+2
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountGravatar Thomas Gleixner 1-59/+73
2013-03-22timekeeping: Move lock out of timekeeper structGravatar Thomas Gleixner 1-55/+53
2013-03-22timekeeping: Make jiffies_lock internalGravatar Thomas Gleixner 2-0/+3