summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky2013-03-251-2/+2
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-02-281-0/+2
|\
| * tick: export nohz tick idle symbols for module useJacob Pan2013-01-171-0/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-1/+4
|\ \
| * | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-1/+4
| |/
* | Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-051-3/+4
|\ \ | |/ |/|
| * printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-1/+1
| * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-171-1/+2
| * nohz: Add API to check tick stateFrederic Weisbecker2012-11-171-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-111-73/+58
|\ \
| * \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-211-11/+11
| |\ \
| | * | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-11/+11
| | |/
| * | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-011-1/+1
| * | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-151-0/+2
| * | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-151-33/+22
| * | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24
| |/
| |
| \
*-. \ Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2012-12-111-1/+1
|\ \ \ | | |/ | |/|
| | * timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu2012-10-241-1/+1
| |/
* | cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-151-0/+4
|/
* nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-2/+1
|\
| * sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-2/+1
* | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-251-0/+1
|\ \ | |/
OpenPOWER on IntegriCloud