index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-cpu-timers: Provide mechanisms to defer timer handling to task_work
Thomas Gleixner
2020-08-06
1
-0
/
+1
*
Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-08-05
1
-145
/
+108
|
\
|
*
timers: Recalculate next timer interrupt only when necessary
Frederic Weisbecker
2020-07-24
1
-3
/
+18
|
*
timers: Lower base clock forwarding threshold
Frederic Weisbecker
2020-07-17
1
-1
/
+1
|
*
timers: Remove must_forward_clk
Frederic Weisbecker
2020-07-17
1
-16
/
+6
|
*
timers: Spare timer softirq until next expiry
Frederic Weisbecker
2020-07-17
1
-41
/
+8
|
*
timers: Expand clk forward logic beyond nohz
Frederic Weisbecker
2020-07-17
1
-22
/
+4
|
*
timers: Reuse next expiry cache after nohz exit
Frederic Weisbecker
2020-07-17
1
-4
/
+2
|
*
timers: Always keep track of next expiry
Frederic Weisbecker
2020-07-17
1
-21
/
+21
|
*
timers: Optimize _next_timer_interrupt() level iteration
Frederic Weisbecker
2020-07-17
1
-1
/
+9
|
*
timers: Add comments about calc_index() ceiling work
Frederic Weisbecker
2020-07-17
1
-1
/
+11
|
*
timers: Move trigger_dyntick_cpu() to enqueue_timer()
Frederic Weisbecker
2020-07-17
1
-36
/
+25
|
*
timers: Use only bucket expiry for base->next_expiry value
Anna-Maria Behnsen
2020-07-17
1
-30
/
+34
|
*
timers: Preserve higher bits of expiration on index calculation
Frederic Weisbecker
2020-07-17
1
-1
/
+1
*
|
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-07-29
1
-0
/
+8
|
/
*
timer: Fix wheel index calculation on last level
Frederic Weisbecker
2020-07-17
1
-2
/
+2
*
timer: Prevent base->clk from moving backward
Frederic Weisbecker
2020-07-09
1
-3
/
+14
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-2
/
+1
*
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-31
1
-7
/
+9
|
\
|
*
timer: Improve the comment describing schedule_timeout()
Alexander Popov
2020-02-17
1
-7
/
+9
*
|
timer: Use hlist_unhashed_lockless() in timer_pending()
Eric Dumazet
2020-02-21
1
-3
/
+4
|
/
*
timer: Read jiffies once when forwarding base clk
Li RongQing
2019-09-19
1
-3
/
+5
*
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
Thomas Gleixner
2019-08-21
1
-1
/
+1
*
timers: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
2019-08-01
1
-8
/
+95
*
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
|
*
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
*
|
timer/trace: Improve timer tracing
Anna-Maria Gleixner
2019-03-24
1
-4
/
+13
*
|
timer: Move trace point to get proper index
Anna-Maria Gleixner
2019-03-24
1
-9
/
+4
|
/
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-05
1
-1
/
+1
|
\
|
*
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
Paul E. McKenney
2019-01-26
1
-1
/
+1
*
|
timers: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-29
1
-1
/
+1
|
/
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-2
/
+0
*
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
2018-08-02
1
-13
/
+16
*
timer: Fix coding style
Yi Wang
2018-07-19
1
-1
/
+1
*
timers: Adjust a kernel-doc comment
Mauro Carvalho Chehab
2018-05-13
1
-7
/
+7
*
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
2018-02-28
1
-0
/
+6
*
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2018-01-16
1
-1
/
+8
*
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-16
1
-41
/
+42
*
timers: Unconditionally check deferrable base
Thomas Gleixner
2018-01-14
1
-1
/
+1
*
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2017-12-29
1
-2
/
+2
*
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
1
-0
/
+15
*
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2017-12-29
1
-9
/
+7
*
timer: Pass function down to initialization routines
Kees Cook
2017-11-22
1
-6
/
+15
*
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-22
1
-3
/
+3
*
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-22
1
-10
/
+7
*
timers: Add a function to start/reduce a timer
David Howells
2017-11-12
1
-7
/
+38
*
timer: Convert stub timer to timer_setup()
Thomas Gleixner
2017-10-18
1
-3
/
+3
*
timers: Avoid an unnecessary iteration in __run_timers()
Zhenzhong Duan
2017-10-18
1
-2
/
+5
*
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-10-05
1
-7
/
+19
[next]