index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-sched.c
Age
Commit message (
Expand
)
Author
2017-06-05
nohz: Fix buggy tick delay on IRQ storms
Frederic Weisbecker
2017-05-30
nohz: Reset next_tick cache even when the timer has no regs
Frederic Weisbecker
2017-05-17
nohz: Fix collision between tick and other hrtimers, again
Frederic Weisbecker
2017-05-17
nohz: Add hrtimer sanity check
Frederic Weisbecker
2017-05-15
sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()
Peter Zijlstra
2017-03-23
cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely
Rafael J. Wysocki
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-16
Revert "nohz: Fix collision between tick and other hrtimers"
Linus Torvalds
2017-02-10
tick/nohz: Fix possible missing clock reprog after tick soft restart
Frederic Weisbecker
2017-01-11
nohz: Fix collision between tick and other hrtimers
Frederic Weisbecker
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-11-22
sched/nohz: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-13
tick/nohz: Prevent stopping the tick on an offline CPU
Wanpeng Li
2016-09-02
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
Wanpeng Li
2016-07-19
tick/nohz: Optimize nohz idle enter
Gaurav Jindal
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
2016-07-07
timers/nohz: Remove pointless tick_nohz_kick_tick() function
Thomas Gleixner
2016-07-01
timers/nohz: Capitalize 'CPU' consistently
Ingo Molnar
2016-07-01
timers/nohz: Fix several typos
Wei Jiangang
2016-05-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-05
locking/atomics: Flip atomic_fetch_or() arguments
Peter Zijlstra
2016-04-23
sched/fair: Correctly handle nohz ticks CPU load accounting
Frederic Weisbecker
2016-04-23
sched/fair: Gather CPU load functions under a more conventional namespace
Frederic Weisbecker
2016-03-29
timers/nohz: Convert tick dependency mask to atomic_t
Frederic Weisbecker
2016-03-22
kernel/...: convert pr_warning to pr_warn
Joe Perches
2016-03-17
param: convert some "on"/"off" users to strtobool
Kees Cook
2016-03-02
sched-clock: Migrate to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
posix-cpu-timers: Migrate to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
perf: Migrate perf to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
2016-03-02
nohz: New tick dependency mask
Frederic Weisbecker
2016-02-13
nohz: Implement wide kick on top of irq work
Frederic Weisbecker
2016-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-01-27
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
Wanpeng Li
2016-01-26
tick/sched: Hide unused oneshot timer code
Arnd Bergmann
2016-01-21
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2016-01-15
time: nohz: Expose tick_nohz_enabled
Jean Delvare
2016-01-11
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2016-01-11
Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...
Linus Torvalds
2015-12-08
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
2015-12-04
sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...
Frederic Weisbecker
2015-11-25
nohz: Clarify magic in tick_nohz_stop_sched_tick()
Peter Zijlstra
2015-11-23
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
2015-09-02
nohz: Assert existing housekeepers when nohz full enabled
Frederic Weisbecker
[prev]
[next]