index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
1
-2
/
+4
2021-07-15
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
1
-3
/
+5
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-14
/
+0
2021-06-18
sched,timer: Use __set_current_state()
Peter Zijlstra
1
-1
/
+1
2021-05-11
timer: Revert "timer: Add timer_curr_running()"
Frederic Weisbecker
1
-14
/
+0
2021-03-23
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-01-07
rcu/nocb: Code-style nits in callback-offloading toggling
Paul E. McKenney
1
-0
/
+1
2021-01-07
timer: Add timer_curr_running()
Frederic Weisbecker
1
-0
/
+13
2020-12-15
Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-25
/
+32
2020-11-16
timers: Make run_local_timers() static
Thomas Gleixner
1
-24
/
+24
2020-11-15
timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timers
Sebastian Andrzej Siewior
1
-1
/
+8
2020-10-26
timers: Remove unused inline funtion debug_timer_free()
YueHaibing
1
-5
/
+0
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
1
-0
/
+2
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
1
-7
/
+0
2020-10-12
Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2020-09-24
timers: Mask invalid flags in do_init_timer()
Qianli Zhao
1
-0
/
+2
2020-09-24
treewide: Make all debug_obj_descriptors const
Stephen Boyd
1
-2
/
+2
2020-08-24
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-05
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-31
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+9
2020-02-21
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-06
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-26
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
[next]