index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
tick: Remove arch_needs_cpu
Mete Durlu
1
-4
/
+3
2026-06-15
Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...
Linus Torvalds
1
-168
/
+44
2026-06-02
tick/sched: Account tickless idle cputime only when tick is stopped
Frederic Weisbecker
1
-24
/
+26
2026-06-02
tick/sched: Move dyntick-idle cputime accounting to cputime code
Frederic Weisbecker
1
-131
/
+32
2026-06-02
tick/sched: Remove nohz disabled special case in cputime fetch
Frederic Weisbecker
1
-5
/
+2
2026-06-02
tick/sched: Unify idle cputime accounting
Frederic Weisbecker
1
-50
/
+19
2026-06-02
sched/cputime: Correctly support generic vtime idle time
Frederic Weisbecker
1
-3
/
+9
2026-06-02
tick/sched: Fix TOCTOU in nohz idle time fetch
Frederic Weisbecker
1
-5
/
+6
2026-05-06
hrtimer: Return ktime_t from hrtimer_get_next_event()/hrtimer_next_event_with...
Thomas Weißschuh
1
-2
/
+1
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-1
/
+2
2026-04-10
clockevents: Prevent timer interrupt starvation
Thomas Gleixner
1
-0
/
+1
2026-04-07
tick/nohz: Fix inverted return value in check_tick_dependency() fast path
Josh Snyder
1
-1
/
+1
2026-02-27
tick/sched: Avoid hrtimer_cancel/start() sequence
Thomas Gleixner
1
-7
/
+20
2026-02-10
Merge tag 'timers-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2026-01-30
tick/nohz: Optimize check_tick_dependency() with early return
Ionut Nechita (Sunlight Linux)
1
-0
/
+3
2026-01-28
cpufreq: ondemand: Simplify idle cputime granularity test
Frederic Weisbecker
1
-1
/
+7
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2025-12-02
Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+26
2025-11-19
tick/sched: Fix bogus condition in report_idle_softirq()
Wen Yang
1
-6
/
+5
2025-11-01
tick/sched: Limit non-timekeeper CPUs calling jiffies update
Steve Wahl
1
-4
/
+26
2025-02-18
time: Switch to hrtimer_setup()
Nam Cao
1
-4
/
+2
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-19
/
+6
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-10-31
tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYING
Frederic Weisbecker
1
-19
/
+6
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-0
/
+6
2024-07-03
tick/sched: Combine WARN_ON_ONCE and print_once
Anna-Maria Behnsen
1
-4
/
+4
2024-06-21
tick: Remove unnused tick_nohz_get_idle_calls()
Christian Loehle
1
-14
/
+0
2024-04-10
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
1
-14
/
+22
2024-04-01
tick/sched: Fix various kernel-doc warnings
Randy Dunlap
1
-3
/
+15
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
1
-12
/
+1
2024-02-26
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
1
-7
/
+25
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
1
-15
/
+17
2024-02-26
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
1
-33
/
+55
2024-02-26
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
1
-5
/
+0
2024-02-26
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
1
-2
/
+2
2024-02-26
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
1
-9
/
+5
2024-02-26
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
1
-5
/
+1
2024-02-26
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
1
-60
/
+36
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
1
-21
/
+18
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
1
-7
/
+19
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
1
-12
/
+28
2024-02-19
tick/sched: Add function description for tick_nohz_next_event()
Anna-Maria Behnsen
1
-0
/
+10
2024-01-25
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-19
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
1
-0
/
+5
2023-12-20
tick-sched: Warn when next tick seems to be in the past
Anna-Maria Behnsen
1
-0
/
+4
2023-12-20
tick/sched: Cleanup confusing variables
Anna-Maria Behnsen
1
-6
/
+5
2023-12-20
tick-sched: Fix function names in comments
Anna-Maria Behnsen
1
-5
/
+5
[next]