index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
hrtimer.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
1
-1
/
+1
2025-04-05
hrtimers: Delete hrtimer_init()
Nam Cao
1
-2
/
+0
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+5
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-0
/
+5
2025-02-10
hrtimers: Make hrtimer_update_function() less expensive
Thomas Gleixner
1
-1
/
+2
2025-01-16
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
1
-0
/
+1
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-2
/
+0
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-3
/
+0
2024-11-07
hrtimers: Introduce hrtimer_update_function()
Nam Cao
1
-0
/
+22
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+3
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-18
/
+1
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
1
-11
/
+3
2024-02-19
hrtimers: Move hrtimer base related definitions into hrtimer_defs.h
Anna-Maria Behnsen
1
-103
/
+0
2023-12-20
hrtimers: Split out hrtimer_types.h
Kent Overstreet
1
-42
/
+2
2023-12-20
timekeeping: Kill percpu.h dependency
Kent Overstreet
1
-1
/
+1
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-2
/
+2
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
1
-1
/
+0
2021-08-10
timerfd: Provide timerfd_resume()
Thomas Gleixner
1
-0
/
+2
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
1
-5
/
+0
2020-11-16
hrtimer: Fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+5
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-0
/
+1
2020-07-29
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
1
-2
/
+1
2019-11-06
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+10
2019-08-28
hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARD
Sebastian Andrzej Siewior
1
-0
/
+2
2019-08-01
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-0
/
+16
2019-08-01
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
1
-0
/
+3
2019-08-01
hrtimer: Introduce HARD expiry mode
Sebastian Andrzej Siewior
1
-0
/
+6
2019-08-01
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-0
/
+3
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-3
/
+14
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-2
/
+1
2019-06-22
hrtimer: Split out hrtimer defines into separate header
Vincenzo Frascino
1
-15
/
+1
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
1
-2
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
1
-0
/
+1
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
1
-2
/
+0
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-0
/
+2
2018-04-11
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
1
-0
/
+1
2018-04-07
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
1
-0
/
+1
2018-03-13
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
1
-2
/
+0
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-5
/
+16
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+14
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code
Anna-Maria Gleixner
1
-12
/
+8
2018-01-16
hrtimer: Make room in 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-11
/
+9
2018-01-16
hrtimer: Clean up 'enum hrtimer_mode'
Anna-Maria Gleixner
1
-5
/
+11
[next]