summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar2014-04-151-1/+1
* tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar2014-04-151-0/+3
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-13/+14
|\
| * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-151-8/+8
| * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-151-1/+2
| * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-151-4/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-201-23/+17
|\ \ | |/
| * Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-121-0/+1
| |\
| | * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-231-0/+1
| * | Merge branch 'linus' into timers/coreIngo Molnar2014-01-121-13/+12
| |\ \ | | |/ | |/|
| * | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-021-23/+16
* | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+1
| |/ |/|
* | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2013-11-291-1/+3
* | NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2013-11-191-12/+9
|/
* nohz: Include local CPU in full dynticks global kickFrederic Weisbecker2013-08-161-0/+1
* Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-141-32/+27
|\
| * nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker2013-08-141-4/+4
| * nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker2013-08-141-12/+2
| * nohz: Rename a few state variablesFrederic Weisbecker2013-08-141-22/+22
| * nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker2013-08-131-0/+6
| * nohz: fix compile warning in tick_nohz_init()Li Zhong2013-07-241-2/+0
| * nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt2013-07-241-1/+2
* | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-291-7/+2
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-101-10/+5
|\
| * nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker2013-06-201-10/+0
| * nohz: Warn if the machine can not perform nohz_fullSteven Rostedt2013-06-201-0/+5
* | nohz: Fix notifier return val that enforce timekeepingLi Zhong2013-05-311-1/+1
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-151-1/+2
|\
| * tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-141-0/+1
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-121-1/+1
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-16/+280
|\ \ | |/ |/|
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-041-0/+7
| * nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong2013-04-291-3/+4
| * nohz: Reduce overhead under high-freq idling patternsIngo Molnar2013-04-261-3/+4
| * nohz: Add basic tracingFrederic Weisbecker2013-04-221-4/+15
| * nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-221-0/+20
| * nohz: Prepare to stop the tick on irq exitFrederic Weisbecker2013-04-221-6/+25
| * nohz: Implement full dynticks kickFrederic Weisbecker2013-04-221-4/+38
| * nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-221-1/+1
| * Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-04-211-0/+51
| |\
| | * nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2013-04-181-0/+51
| * | nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2013-04-191-2/+21
| * | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-6/+16
| * | nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker2013-04-191-39/+15
| |/
| * nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-151-27/+27
| * nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker2013-04-031-0/+10
| * nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-6/+6
| * nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker2013-03-211-2/+45
| * nohz: Basic full dynticks interfaceFrederic Weisbecker2013-03-211-0/+62
OpenPOWER on IntegriCloud