summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker2015-09-021-4/+11
* nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-291-1/+1
* nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker2015-07-291-18/+16
* nohz: Restart nohz full tick from irq exitFrederic Weisbecker2015-07-291-24/+10
* nohz: Remove idle task special caseFrederic Weisbecker2015-07-291-5/+3
* timer: Minimize nohz off overheadThomas Gleixner2015-06-191-1/+1
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-11/+14
* nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner2015-05-071-6/+3
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-60/+49
* tick: Sched: Restructure codeThomas Gleixner2015-04-221-90/+81
* tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-221-54/+29
* tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-221-15/+4
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-011-1/+6
* time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-9/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-191-2/+0
|\
| * tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-191-2/+0
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-111-1/+1
|\ \ | |/ |/|
| * percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-291-1/+1
* | rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-031-1/+1
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-12/+12
|\
| * scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-2/+2
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-141-1/+1
|\ \
| * | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-091-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+8
|\ \ \
| * | | nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2014-08-221-0/+4
| * | | nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2014-08-221-0/+4
| | |/ | |/|
* | | nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker2014-09-131-0/+14
* | | nohz: Consolidate nohz full init codeFrederic Weisbecker2014-09-131-19/+19
| |/ |/|
* | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-0/+14
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-4/+6
|\
| * nohz: Support nohz full remote kickFrederic Weisbecker2014-06-161-4/+6
* | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-091-0/+10
|/
* 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
OpenPOWER on IntegriCloud