index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
2022-05-14
timers: Provide a better debugobjects hint for delayed works
Stephen Boyd
2022-04-10
timers: Move timer sysctl into the timer code
tangmeng
2022-04-09
timers: Simplify calc_index()
Thomas Gleixner
2022-04-09
timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()
Anna-Maria Behnsen
2022-04-09
timers: Fix warning condition in __run_timers()
Anna-Maria Behnsen
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
2021-07-27
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
2021-07-15
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-18
sched,timer: Use __set_current_state()
Peter Zijlstra
2021-05-10
timer: Revert "timer: Add timer_curr_running()"
Frederic Weisbecker
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
2021-01-06
rcu/nocb: Code-style nits in callback-offloading toggling
Paul E. McKenney
2021-01-06
timer: Add timer_curr_running()
Frederic Weisbecker
2020-12-14
Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-11-16
timers: Make run_local_timers() static
Thomas Gleixner
2020-11-15
timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timers
Sebastian Andrzej Siewior
2020-10-26
timers: Remove unused inline funtion debug_timer_free()
YueHaibing
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
2020-10-12
Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-09-24
timers: Mask invalid flags in do_init_timer()
Qianli Zhao
2020-09-24
treewide: Make all debug_obj_descriptors const
Stephen Boyd
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-06
posix-cpu-timers: Provide mechanisms to defer timer handling to task_work
Thomas Gleixner
2020-08-04
Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-07-29
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-07-24
timers: Recalculate next timer interrupt only when necessary
Frederic Weisbecker
2020-07-17
timers: Lower base clock forwarding threshold
Frederic Weisbecker
2020-07-17
timers: Remove must_forward_clk
Frederic Weisbecker
2020-07-17
timers: Spare timer softirq until next expiry
Frederic Weisbecker
2020-07-17
timers: Expand clk forward logic beyond nohz
Frederic Weisbecker
2020-07-17
timers: Reuse next expiry cache after nohz exit
Frederic Weisbecker
2020-07-17
timers: Always keep track of next expiry
Frederic Weisbecker
2020-07-17
timers: Optimize _next_timer_interrupt() level iteration
Frederic Weisbecker
2020-07-17
timers: Add comments about calc_index() ceiling work
Frederic Weisbecker
2020-07-17
timers: Move trigger_dyntick_cpu() to enqueue_timer()
Frederic Weisbecker
2020-07-17
timers: Use only bucket expiry for base->next_expiry value
Anna-Maria Behnsen
2020-07-17
timers: Preserve higher bits of expiration on index calculation
Frederic Weisbecker
2020-07-17
timer: Fix wheel index calculation on last level
Frederic Weisbecker
2020-07-09
timer: Prevent base->clk from moving backward
Frederic Weisbecker
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-02-20
timer: Use hlist_unhashed_lockless() in timer_pending()
Eric Dumazet
2020-02-17
timer: Improve the comment describing schedule_timeout()
Alexander Popov
2019-09-19
timer: Read jiffies once when forwarding base clk
Li RongQing
2019-08-21
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
Thomas Gleixner
2019-08-01
timers: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
[next]