summaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
Commit message (Expand)AuthorAgeFilesLines
* hrtimers: Update formatting of documentationAnna-Maria Behnsen2024-02-191-11/+3
* hrtimers: Move hrtimer base related definitions into hrtimer_defs.hAnna-Maria Behnsen2024-02-191-103/+0
* hrtimers: Split out hrtimer_types.hKent Overstreet2023-12-201-42/+2
* timekeeping: Kill percpu.h dependencyKent Overstreet2023-12-201-1/+1
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-111-2/+2
* timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-101-1/+0
* timerfd: Provide timerfd_resume()Thomas Gleixner2021-08-101-0/+2
* hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-08-101-5/+0
* hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+5
* locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-1/+1
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-141-2/+1
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2019-11-061-4/+10
* hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARDSebastian Andrzej Siewior2019-08-281-0/+2
* hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner2019-08-011-0/+16
* hrtimer: Make enqueue mode check work on RTThomas Gleixner2019-08-011-0/+3
* hrtimer: Introduce HARD expiry modeSebastian Andrzej Siewior2019-08-011-0/+6
* hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-0/+3
* hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-011-3/+14
* hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-301-2/+1
* hrtimer: Split out hrtimer defines into separate headerVincenzo Frascino2019-06-221-15/+1
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-2/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-0/+2
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-111-0/+1
|\ \
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-0/+1
| |/
* / hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-2/+0
|/
* hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-5/+16
* hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+14
* hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-2/+2
* hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-12/+8
* hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-2/+2
* hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-11/+9
* hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner2018-01-161-5/+11
* hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-1/+1
* hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-4/+4
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-4/+0
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-1/+1
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-1/+0
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-141-0/+2
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-1/+0
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-1/+1
* hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+0
* sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar2017-03-031-1/+0
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-11/+0