aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hrtimer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao1-1/+1
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao1-2/+0
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2025-02-18can: Switch to use hrtimer_setup()Nam Cao1-0/+5
2025-02-10hrtimers: Make hrtimer_update_function() less expensiveThomas Gleixner1-1/+2
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-0/+1
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao1-2/+0
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao1-3/+0
2024-11-07hrtimers: Introduce hrtimer_update_function()Nam Cao1-0/+22
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao1-0/+2
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao1-0/+3
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao1-0/+2
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao1-18/+1
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen1-11/+3
2024-02-19hrtimers: Move hrtimer base related definitions into hrtimer_defs.hAnna-Maria Behnsen1-103/+0
2023-12-20hrtimers: Split out hrtimer_types.hKent Overstreet1-42/+2
2023-12-20timekeeping: Kill percpu.h dependencyKent Overstreet1-1/+1
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner1-2/+2
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner1-1/+0
2021-08-10timerfd: Provide timerfd_resume()Thomas Gleixner1-0/+2
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner1-5/+0
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+5
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish1-1/+1
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin1-2/+1
2019-11-06hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+10
2019-08-28hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARDSebastian Andrzej Siewior1-0/+2
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner1-0/+16
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner1-0/+3
2019-08-01hrtimer: Introduce HARD expiry modeSebastian Andrzej Siewior1-0/+6
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner1-0/+3
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior1-3/+14
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner1-2/+1
2019-06-22hrtimer: Split out hrtimer defines into separate headerVincenzo Frascino1-15/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-2/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-0/+2
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-0/+1
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki1-0/+1
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-2/+0
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner1-5/+16
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner1-0/+14
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the codeAnna-Maria Gleixner1-12/+8
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner1-11/+9
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner1-5/+11