summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* tick: Split nohz and highres features from nohz_modeFrederic Weisbecker2024-02-261-1/+1
* tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-261-2/+0
* tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu2024-02-261-1/+1
* hrtimer: Select housekeeping CPU during migrationCosta Shulyupin2024-02-221-1/+2
* Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar2024-02-191-0/+3
|\
| * hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-061-0/+3
* | hrtimers: Update formatting of documentationAnna-Maria Behnsen2024-02-191-8/+10
|/
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-111-21/+12
* hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks2023-06-221-0/+3
* hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso2023-01-311-3/+11
* hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso2023-01-311-1/+1
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-111-0/+2
* freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
* wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-021-0/+1
* hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner2021-08-121-20/+20
* hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner2021-08-121-2/+3
* hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner2021-08-101-9/+65
* hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti2021-08-101-2/+33
* hrtimer: Add bases argument to clock_was_set()Thomas Gleixner2021-08-101-2/+2
* timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-101-9/+6
* hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner2021-08-101-28/+59
* hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-08-101-16/+16
* hrtimer: Consolidate reprogramming codePeter Zijlstra2021-08-101-43/+29
* hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-08-101-7/+53
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-9/+9
|\
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-9/+9
* | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-1/+1
|/
* hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
* Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-1/+1
|\
| * hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
|/
* treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-3/+10
* hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior2020-04-011-2/+3
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+1
|\
| * hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
* | lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
|/
* hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge2020-01-221-1/+1
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-141-5/+7
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-4/+7
|\
| * hrtimer: Annotate lockless access to timer->stateEric Dumazet2019-11-061-4/+7
* | y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
|/
* hrtimer: Annotate lockless access to timer->baseEric Dumazet2019-10-141-4/+4
* hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior2019-09-051-1/+11
* hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall2019-08-211-1/+5
* hrtimer: Protect lockless access to timer->baseJulien Grall2019-08-211-1/+2
* hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker2019-08-201-4/+10
* hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner2019-08-011-6/+89
* hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior2019-08-011-0/+34