aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-19hrtimers: Update formatting of documentationGravatar Anna-Maria Behnsen 1-11/+3
2024-02-19hrtimers: Move hrtimer base related definitions into hrtimer_defs.hGravatar Anna-Maria Behnsen 1-103/+0
2023-12-20hrtimers: Split out hrtimer_types.hGravatar Kent Overstreet 1-42/+2
2023-12-20timekeeping: Kill percpu.h dependencyGravatar Kent Overstreet 1-1/+1
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierGravatar Thomas Gleixner 1-2/+2
2021-08-10timekeeping: Distangle resume and clock-was-set eventsGravatar Thomas Gleixner 1-1/+0
2021-08-10timerfd: Provide timerfd_resume()Gravatar Thomas Gleixner 1-0/+2
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nGravatar Thomas Gleixner 1-5/+0
2020-11-16hrtimer: Fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+5
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterGravatar Peter Zijlstra 1-0/+1
2020-07-29hrtimer: Use sequence counter with associated raw spinlockGravatar Ahmed S. Darwish 1-1/+1
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesGravatar Andrei Vagin 1-2/+1
2019-11-06hrtimer: Annotate lockless access to timer->stateGravatar Eric Dumazet 1-4/+10
2019-08-28hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARDGravatar Sebastian Andrzej Siewior 1-0/+2
2019-08-01hrtimer: Prepare support for PREEMPT_RTGravatar Anna-Maria Gleixner 1-0/+16
2019-08-01hrtimer: Make enqueue mode check work on RTGravatar Thomas Gleixner 1-0/+3
2019-08-01hrtimer: Introduce HARD expiry modeGravatar Sebastian Andrzej Siewior 1-0/+6
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Gravatar Thomas Gleixner 1-0/+3
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsGravatar Sebastian Andrzej Siewior 1-3/+14
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Gravatar Thomas Gleixner 1-2/+1
2019-06-22hrtimer: Split out hrtimer defines into separate headerGravatar Vincenzo Frascino 1-15/+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
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-2/+0
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 1-0/+2
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Gravatar Rafael J. Wysocki 1-0/+1
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Gravatar Rafael J. Wysocki 1-0/+1
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorGravatar Thomas Gleixner 1-2/+0
2018-01-16hrtimer: Implement support for softirq based hrtimersGravatar Anna-Maria Gleixner 1-5/+16
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextGravatar Anna-Maria Gleixner 1-0/+14
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalGravatar Anna-Maria Gleixner 1-3/+3
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalGravatar Anna-Maria Gleixner 1-2/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalGravatar Anna-Maria Gleixner 1-3/+3
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Gravatar Anna-Maria Gleixner 1-12/+8
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Gravatar Anna-Maria Gleixner 1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseGravatar Anna-Maria Gleixner 1-11/+9
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Gravatar Anna-Maria Gleixner 1-5/+11
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsGravatar Anna-Maria Gleixner 1-3/+3
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Gravatar Anna-Maria Gleixner 1-1/+1
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Gravatar Anna-Maria Gleixner 1-4/+4
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Gravatar Thomas Gleixner 1-4/+0
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 1-1/+1
2017-06-14posix-timers: Make nanosleep timespec argument constGravatar Thomas Gleixner 1-1/+1
2017-06-14posix-timers: Kill ->nsleep_restart()Gravatar Al Viro 1-1/+0
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperGravatar Al Viro 1-0/+2
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockGravatar Al Viro 1-1/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversGravatar Stephen Boyd 1-4/+0
2017-03-03sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Gravatar Ingo Molnar 1-1/+0
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-11/+0