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
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
/
hrtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-16
/
+6
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
1
-15
/
+3
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-3
/
+3
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-3
/
+3
2024-06-25
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
1
-0
/
+2
2024-04-22
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
Jiapeng Chong
1
-13
/
+8
2024-04-08
hrtimer: Remove unused function
Jiapeng Chong
1
-19
/
+1
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
1
-2
/
+0
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
1
-1
/
+1
2024-02-23
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-20
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
1
-0
/
+3
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
1
-8
/
+10
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-21
/
+12
2023-06-22
hrtimer: Add missing sparse annotations to hrtimer locking
Ben Dooks
1
-0
/
+3
2023-01-31
hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()
Davidlohr Bueso
1
-3
/
+11
2023-01-31
hrtimer: Rely on rt_task() for DL tasks too
Davidlohr Bueso
1
-1
/
+1
2023-01-11
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
1
-0
/
+2
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+2
2022-08-02
wireguard: ratelimiter: use hrtimer in selftest
Jason A. Donenfeld
1
-0
/
+1
2021-08-12
hrtimer: Unbreak hrtimer_force_reprogram()
Thomas Gleixner
1
-20
/
+20
2021-08-12
hrtimer: Use raw_cpu_ptr() in clock_was_set()
Thomas Gleixner
1
-2
/
+3
2021-08-10
hrtimer: Avoid more SMP function calls in clock_was_set()
Thomas Gleixner
1
-9
/
+65
2021-08-10
hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
Marcelo Tosatti
1
-2
/
+33
2021-08-10
hrtimer: Add bases argument to clock_was_set()
Thomas Gleixner
1
-2
/
+2
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
1
-9
/
+6
2021-08-10
hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
Thomas Gleixner
1
-28
/
+59
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
1
-16
/
+16
2021-08-10
hrtimer: Consolidate reprogramming code
Peter Zijlstra
1
-43
/
+29
2021-08-10
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
1
-7
/
+53
2021-04-26
Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+9
2021-03-23
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
1
-9
/
+9
2021-03-17
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
1
-1
/
+1
2021-03-08
hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
Anna-Maria Behnsen
1
-21
/
+39
2020-12-15
Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-11-16
hrtimer: Fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-26
hrtimer: Remove unused inline function debug_hrtimer_free()
YueHaibing
1
-5
/
+0
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-07-29
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
1
-3
/
+10
2020-04-01
hrtimer: Don't dereference the hrtimer pointer after the callback
Sebastian Andrzej Siewior
1
-2
/
+3
2020-03-31
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
1
-1
/
+5
2020-03-04
hrtimer: Cast explicitely to u32t in __ktime_divns()
Wen Yang
1
-1
/
+1
2020-01-22
hrtimer: Add missing sparse annotation for __run_timer()
Jules Irenge
1
-1
/
+1
[next]