aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-06-22hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks
2023-01-31hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso
2023-01-31hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-04-01hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann
2019-11-06hrtimer: Annotate lockless access to timer->stateEric Dumazet
2019-10-14hrtimer: Annotate lockless access to timer->baseEric Dumazet
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-08-21hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall
2019-08-21hrtimer: Protect lockless access to timer->baseJulien Grall
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-06-27hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab