| Commit message (Expand) | Author | Age | Files | Lines |
* | hrtimers: Update formatting of documentation | Anna-Maria Behnsen | 2024-02-19 | 1 | -11/+3 |
* | hrtimers: Move hrtimer base related definitions into hrtimer_defs.h | Anna-Maria Behnsen | 2024-02-19 | 1 | -103/+0 |
* | hrtimers: Split out hrtimer_types.h | Kent Overstreet | 2023-12-20 | 1 | -42/+2 |
* | timekeeping: Kill percpu.h dependency | Kent Overstreet | 2023-12-20 | 1 | -1/+1 |
* | hrtimers: Push pending hrtimers away from outgoing CPU earlier | Thomas Gleixner | 2023-11-11 | 1 | -2/+2 |
* | timekeeping: Distangle resume and clock-was-set events | Thomas Gleixner | 2021-08-10 | 1 | -1/+0 |
* | timerfd: Provide timerfd_resume() | Thomas Gleixner | 2021-08-10 | 1 | -0/+2 |
* | hrtimer: Ensure timerfd notification for HIGHRES=n | Thomas Gleixner | 2021-08-10 | 1 | -5/+0 |
* | hrtimer: Fix kernel-doc markups | Mauro Carvalho Chehab | 2020-11-16 | 1 | -1/+5 |
* | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra | 2020-08-06 | 1 | -0/+1 |
* | hrtimer: Use sequence counter with associated raw spinlock | Ahmed S. Darwish | 2020-07-29 | 1 | -1/+1 |
* | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin | 2020-01-14 | 1 | -2/+1 |
* | hrtimer: Annotate lockless access to timer->state | Eric Dumazet | 2019-11-06 | 1 | -4/+10 |
* | hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARD | Sebastian Andrzej Siewior | 2019-08-28 | 1 | -0/+2 |
* | hrtimer: Prepare support for PREEMPT_RT | Anna-Maria Gleixner | 2019-08-01 | 1 | -0/+16 |
* | hrtimer: Make enqueue mode check work on RT | Thomas Gleixner | 2019-08-01 | 1 | -0/+3 |
* | hrtimer: Introduce HARD expiry mode | Sebastian Andrzej Siewior | 2019-08-01 | 1 | -0/+6 |
* | hrtimer: Provide hrtimer_sleeper_start_expires() | Thomas Gleixner | 2019-08-01 | 1 | -0/+3 |
* | hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls | Sebastian Andrzej Siewior | 2019-08-01 | 1 | -3/+14 |
* | hrtimer: Remove task argument from hrtimer_init_sleeper() | Thomas Gleixner | 2019-07-30 | 1 | -2/+1 |
* | hrtimer: Split out hrtimer defines into separate header | Vincenzo Frascino | 2019-06-22 | 1 | -15/+1 |
* | hrtimers/tick/clockevents: Remove sloppy license references | Thomas Gleixner | 2018-11-23 | 1 | -2/+0 |
* | time: Add SPDX license identifiers | Thomas Gleixner | 2018-11-23 | 1 | -0/+1 |
* | time: Remove useless filenames in top level comments | Thomas Gleixner | 2018-11-23 | 1 | -2/+0 |
* | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME | Thomas Gleixner | 2018-04-26 | 1 | -0/+2 |
*-. | Merge branches 'pm-cpuidle' and 'pm-qos' | Rafael J. Wysocki | 2018-04-11 | 1 | -0/+1 |
|\ \ |
|
| * | | time: hrtimer: Introduce hrtimer_next_event_without() | Rafael J. Wysocki | 2018-04-07 | 1 | -0/+1 |
| |/ |
|
* / | hrtimer: Unify MONOTONIC and BOOTTIME clock behavior | Thomas Gleixner | 2018-03-13 | 1 | -2/+0 |
|/ |
|
* | hrtimer: Implement support for softirq based hrtimers | Anna-Maria Gleixner | 2018-01-16 | 1 | -5/+16 |
* | hrtimer: Add clock bases and hrtimer mode for softirq context | Anna-Maria Gleixner | 2018-01-16 | 1 | -0/+14 |
* | hrtimer: Make hrtimer_reprogramm() unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -3/+3 |
* | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -2/+2 |
* | hrtimer: Make the remote enqueue check unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -3/+3 |
* | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl... | Anna-Maria Gleixner | 2018-01-16 | 1 | -12/+8 |
* | hrtimer: Make room in 'struct hrtimer_cpu_base' | Anna-Maria Gleixner | 2018-01-16 | 1 | -2/+2 |
* | hrtimer: Store running timer in hrtimer_clock_base | Anna-Maria Gleixner | 2018-01-16 | 1 | -11/+9 |
* | hrtimer: Clean up 'enum hrtimer_mode' | Anna-Maria Gleixner | 2018-01-16 | 1 | -5/+11 |
* | hrtimer: Fix hrtimer_start[_range_ns]() function descriptions | Anna-Maria Gleixner | 2018-01-16 | 1 | -3/+3 |
* | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock() | Anna-Maria Gleixner | 2018-01-16 | 1 | -1/+1 |
* | hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base' | Anna-Maria Gleixner | 2018-01-16 | 1 | -4/+4 |
* | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/... | Thomas Gleixner | 2018-01-16 | 1 | -4/+0 |
* | nanosleep: Use get_timespec64() and put_timespec64() | Deepa Dinamani | 2017-06-30 | 1 | -1/+1 |
* | posix-timers: Make nanosleep timespec argument const | Thomas Gleixner | 2017-06-14 | 1 | -1/+1 |
* | posix-timers: Kill ->nsleep_restart() | Al Viro | 2017-06-14 | 1 | -1/+0 |
* | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper | Al Viro | 2017-06-14 | 1 | -0/+2 |
* | hrtimer_nanosleep(): Pass rmtp in restart_block | Al Viro | 2017-06-14 | 1 | -1/+0 |
* | time: Change k_clock nsleep() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -1/+1 |
* | hrtimer: Remove hrtimer_peek_ahead_timers() leftovers | Stephen Boyd | 2017-03-17 | 1 | -4/+0 |
* | sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+0 |
* | time: Remove CONFIG_TIMER_STATS | Kees Cook | 2017-02-10 | 1 | -11/+0 |