summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker2022-03-071-10/+40
* tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker2022-03-071-6/+4
* tick: Detect and fix jiffies update stallFrederic Weisbecker2022-03-071-0/+17
* timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker2021-12-021-0/+7
* Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-281-41/+88
|\
| * tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra2021-05-131-6/+1
| * tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti2021-05-131-2/+17
| * tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti2021-05-131-2/+13
| * tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker2021-05-131-13/+27
| * tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye2021-05-131-6/+8
| * tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker2021-05-131-2/+0
| * tick/nohz: Conditionally restart tick on idle exitYunfeng Ye2021-05-131-15/+27
* | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-311-0/+1
|/
* Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-1/+5
|\
| * tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocRafael J. Wysocki2021-04-071-1/+5
* | Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \
| * | timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-1/+1
| |/
* / tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-171-1/+1
|/
* Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-271-7/+0
|\
| * tick/sched: Remove bogus boot "safety" checkThomas Gleixner2020-12-161-7/+0
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+2
|\ \ | |/ |/|
| * irq_work: CleanupPeter Zijlstra2020-11-241-4/+2
* | tick/sched: Make jiffies update quick check more robustThomas Gleixner2020-12-111-27/+47
* | tick: Get rid of tick_periodThomas Gleixner2020-11-191-11/+11
* | tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye2020-11-191-1/+11
* | tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner2020-11-191-5/+6
* | tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye2020-11-191-25/+22
* | tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner2020-11-191-13/+33
* | tick: Document protections for tick related dataThomas Gleixner2020-11-191-1/+3
|/
* tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney2020-08-241-1/+1
* tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker2020-06-291-7/+15
* lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-211-0/+1
* timekeeping: Split jiffies seqlockThomas Gleixner2020-03-211-7/+12
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-151-5/+9
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+11
|\
| * time: Export tick start/stop functions for rcutorturePaul E. McKenney2019-10-051-0/+4
| * nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2019-10-051-0/+7
* | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker2019-10-291-1/+1
|/
* tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-281-1/+1
* tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior2019-08-011-6/+9
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-2/+0
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-0/+12
|\
| * cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-0/+12
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-1/+2
|\ \
| * | timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-231-1/+2
| |/
* / nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-031-10/+24
|/
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-2/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* tick/sched : Remove redundant cpu_online() checkPeng Hao2018-10-101-1/+1