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