summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)AuthorLines
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+6
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer-15/+3
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos-1/+1
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior-0/+2
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef-3/+3
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef-3/+3
2024-06-25hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang-0/+2
2024-04-22hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong-13/+8
2024-04-08hrtimer: Remove unused functionJiapeng Chong-19/+1
2024-02-26tick: Split nohz and highres features from nohz_modeFrederic Weisbecker-1/+1
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker-2/+0
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu-1/+1
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin-1/+2
2024-02-19Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar-0/+3
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen-8/+10
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker-0/+3
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner-21/+12
2023-06-22hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks-0/+3
2023-01-31hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso-3/+11
2023-01-31hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso-1/+1
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn-0/+2
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-2/+2
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld-0/+1
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner-20/+20
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner-2/+3
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner-9/+65
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti-2/+33
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner-2/+2
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner-9/+6
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner-28/+59
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner-16/+16
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra-43/+29
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner-7/+53
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+9
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar-9/+9
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov-1/+1
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen-21/+39
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing-5/+0
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish-3/+10
2020-04-01hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior-2/+3
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior-1/+5
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang-1/+1
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge-1/+1