aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-2/+2
2022-08-02wireguard: ratelimiter: use hrtimer in selftestGravatar Jason A. Donenfeld 1-0/+1
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Gravatar Thomas Gleixner 1-20/+20
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Gravatar Thomas Gleixner 1-2/+3
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Gravatar Thomas Gleixner 1-9/+65
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Gravatar Marcelo Tosatti 1-2/+33
2021-08-10hrtimer: Add bases argument to clock_was_set()Gravatar Thomas Gleixner 1-2/+2
2021-08-10timekeeping: Distangle resume and clock-was-set eventsGravatar Thomas Gleixner 1-9/+6
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseGravatar Thomas Gleixner 1-28/+59
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nGravatar Thomas Gleixner 1-16/+16
2021-08-10hrtimer: Consolidate reprogramming codeGravatar Peter Zijlstra 1-43/+29
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Gravatar Thomas Gleixner 1-7/+53
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+9
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-9/+9
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Gravatar Oleg Nesterov 1-1/+1
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Gravatar Anna-Maria Behnsen 1-21/+39
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-11-16hrtimer: Fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()Gravatar YueHaibing 1-5/+0
2020-09-24treewide: Make all debug_obj_descriptors constGravatar Stephen Boyd 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-29hrtimer: Use sequence counter with associated raw spinlockGravatar Ahmed S. Darwish 1-3/+10
2020-04-01hrtimer: Don't dereference the hrtimer pointer after the callbackGravatar Sebastian Andrzej Siewior 1-2/+3
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-03-21lockdep: Add hrtimer context tracing bitsGravatar Sebastian Andrzej Siewior 1-1/+5
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Gravatar Wen Yang 1-1/+1
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Gravatar Jules Irenge 1-1/+1
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesGravatar Andrei Vagin 1-5/+7
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+7
2019-11-15y2038: remove CONFIG_64BIT_TIMEGravatar Arnd Bergmann 1-1/+1
2019-11-06hrtimer: Annotate lockless access to timer->stateGravatar Eric Dumazet 1-4/+7
2019-10-14hrtimer: Annotate lockless access to timer->baseGravatar Eric Dumazet 1-4/+4
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPGravatar Sebastian Andrzej Siewior 1-1/+11
2019-08-21hrtimer: Don't take expiry_lock when timer is currently migratedGravatar Julien Grall 1-1/+5
2019-08-21hrtimer: Protect lockless access to timer->baseGravatar Julien Grall 1-1/+2
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadGravatar Frederic Weisbecker 1-4/+10
2019-08-01hrtimer: Prepare support for PREEMPT_RTGravatar Anna-Maria Gleixner 1-6/+89
2019-08-01hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTGravatar Sebastian Andrzej Siewior 1-0/+34
2019-08-01hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTGravatar Sebastian Andrzej Siewior 1-1/+11
2019-08-01hrtimer: Make enqueue mode check work on RTGravatar Thomas Gleixner 1-2/+7
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Gravatar Thomas Gleixner 1-2/+17
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsGravatar Sebastian Andrzej Siewior 1-11/+32
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Gravatar Thomas Gleixner 1-4/+4
2019-06-27hrtimer: Use a bullet for the returns bullet listGravatar Mauro Carvalho Chehab 1-3/+4
2019-06-12hrtimer: Remove unused header includeGravatar Yangtao Li 1-1/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-1/+1
2019-01-29timers: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesGravatar Thomas Gleixner 1-2/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1