index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
2024-04-10
1
-14
/
+22
*
tick/sched: Fix various kernel-doc warnings
Randy Dunlap
2024-04-01
1
-3
/
+15
*
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2024-02-26
1
-12
/
+1
*
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
2024-02-26
1
-7
/
+25
*
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
2024-02-26
1
-15
/
+17
*
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
2024-02-26
1
-33
/
+55
*
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
2024-02-26
1
-1
/
+1
*
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
2024-02-26
1
-5
/
+0
*
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
2024-02-26
1
-2
/
+2
*
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2024-02-26
1
-9
/
+5
*
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
2024-02-26
1
-5
/
+1
*
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
2024-02-26
1
-60
/
+36
*
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
2024-02-26
1
-21
/
+18
*
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2024-02-22
1
-7
/
+19
*
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2024-02-22
1
-1
/
+1
*
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
2024-02-22
1
-12
/
+28
*
tick/sched: Add function description for tick_nohz_next_event()
Anna-Maria Behnsen
2024-02-19
1
-0
/
+10
*
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
2024-01-25
1
-0
/
+5
*
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
2024-01-19
1
-0
/
+5
*
tick-sched: Warn when next tick seems to be in the past
Anna-Maria Behnsen
2023-12-20
1
-0
/
+4
*
tick/sched: Cleanup confusing variables
Anna-Maria Behnsen
2023-12-20
1
-6
/
+5
*
tick-sched: Fix function names in comments
Anna-Maria Behnsen
2023-12-20
1
-5
/
+5
*
tick/nohz: Update comments some more
Ingo Molnar
2023-09-29
1
-76
/
+74
*
tick/nohz: Don't shutdown the lowres tick from itself
Frederic Weisbecker
2023-09-27
1
-11
/
+13
*
tick/nohz: Update obsolete comments
Frederic Weisbecker
2023-09-27
1
-10
/
+36
*
tick/nohz: Rename the tick handlers to more self-explanatory names
Frederic Weisbecker
2023-09-27
1
-4
/
+4
*
tick/rcu: Fix false positive "softirq work is pending" messages
Paul Gortmaker
2023-08-30
1
-1
/
+1
*
Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...
Linus Torvalds
2023-06-26
1
-1
/
+1
|
\
|
*
tick/rcu: Fix bogus ratelimit condition
Wen Yang
2023-06-18
1
-1
/
+1
*
|
tick/common: Align tick period during sched_timer setup
Thomas Gleixner
2023-06-16
1
-1
/
+12
|
/
*
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-04-25
1
-72
/
+63
|
\
|
*
timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()
Frederic Weisbecker
2023-04-18
1
-12
/
+8
|
*
timers/nohz: Add a comment about broken iowait counter update race
Frederic Weisbecker
2023-04-18
1
-2
/
+8
|
*
timers/nohz: Protect idle/iowait sleep time under seqcount
Frederic Weisbecker
2023-04-18
1
-6
/
+16
|
*
timers/nohz: Only ever update sleeptime from idle exit
Frederic Weisbecker
2023-04-18
1
-58
/
+37
*
|
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2023-04-05
1
-0
/
+5
*
|
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
2023-04-05
1
-3
/
+8
|
/
*
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-02
1
-1
/
+1
|
\
|
*
context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()
Frederic Weisbecker
2022-06-29
1
-1
/
+1
*
|
tick/nohz: unexport __init-annotated tick_nohz_full_setup()
Masahiro Yamada
2022-06-27
1
-1
/
+0
|
/
*
Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-05-23
1
-2
/
+10
|
\
|
*
timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...
Nicholas Piggin
2022-04-25
1
-2
/
+10
*
|
tick/sched: Fix non-kernel-doc comment
Jiapeng Chong
2022-04-10
1
-2
/
+2
*
|
tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
Paul Gortmaker
2022-04-10
1
-1
/
+1
|
/
*
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
Frederic Weisbecker
2022-03-07
1
-10
/
+40
*
tick/rcu: Remove obsolete rcu_needs_cpu() parameters
Frederic Weisbecker
2022-03-07
1
-6
/
+4
*
tick: Detect and fix jiffies update stall
Frederic Weisbecker
2022-03-07
1
-0
/
+17
*
timers/nohz: Last resort update jiffies on nohz_full IRQ entry
Frederic Weisbecker
2021-12-02
1
-0
/
+7
*
Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-28
1
-41
/
+88
|
\
|
*
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
2021-05-13
1
-6
/
+1
[next]