summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-31/+30Star
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+4
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-8/+2Star
* sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-19/+0Star
* posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-6/+1Star
* sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-5/+0Star
* perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-021-7/+1Star
* nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-021-9/+9
* nohz: New tick dependency maskFrederic Weisbecker2016-03-021-7/+143
* nohz: Implement wide kick on top of irq workFrederic Weisbecker2016-02-131-8/+4Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-7/+9
|\
| * tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-01-271-2/+2
| * tick/sched: Hide unused oneshot timer codeArnd Bergmann2016-01-261-5/+7
* | Merge branch 'pm-cpuidle'Rafael J. Wysocki2016-01-211-1/+1
|\ \
| * | time: nohz: Expose tick_nohz_enabledJean Delvare2016-01-151-1/+1
* | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-121-3/+3
|\ \ \
| * | | watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-081-3/+3
| |/ /
| | |
| \ \
*-. | | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-121-2/+18
|\ \| | | | |/ | |/|
| * | nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra2015-11-251-2/+18
| |/
* | sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2015-12-041-1/+1
* | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-231-4/+4
|/
* 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/+16Star
* nohz: Restart nohz full tick from irq exitFrederic Weisbecker2015-07-291-24/+10Star
* nohz: Remove idle task special caseFrederic Weisbecker2015-07-291-5/+3Star
* 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/+3Star
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-60/+49Star
* tick: Sched: Restructure codeThomas Gleixner2015-04-221-90/+81Star
* tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-221-54/+29Star
* tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-221-15/+4Star
* 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-141-9/+2Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-191-2/+0Star
|\
| * tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-191-2/+0Star
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-121-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-041-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
| |/ |/|