Age | Commit message (Expand) | Author |
2020-04-01 | hrtimer: Don't dereference the hrtimer pointer after the callback | Sebastian Andrzej Siewior |
2020-03-30 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-21 | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior |
2020-03-04 | hrtimer: Cast explicitely to u32t in __ktime_divns() | Wen Yang |
2020-01-22 | hrtimer: Add missing sparse annotation for __run_timer() | Jules Irenge |
2020-01-14 | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin |
2019-12-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-11-15 | y2038: remove CONFIG_64BIT_TIME | Arnd Bergmann |
2019-11-06 | hrtimer: Annotate lockless access to timer->state | Eric Dumazet |
2019-10-14 | hrtimer: Annotate lockless access to timer->base | Eric Dumazet |
2019-09-05 | hrtimer: Add a missing bracket and hide `migration_base' on !SMP | Sebastian Andrzej Siewior |
2019-08-21 | hrtimer: Don't take expiry_lock when timer is currently migrated | Julien Grall |
2019-08-21 | hrtimer: Protect lockless access to timer->base | Julien Grall |
2019-08-20 | hrtimer: Improve comments on handling priority inversion against softirq kthread | Frederic Weisbecker |
2019-08-01 | hrtimer: Prepare support for PREEMPT_RT | Anna-Maria Gleixner |
2019-08-01 | hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT | Sebastian Andrzej Siewior |
2019-08-01 | hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT | Sebastian Andrzej Siewior |
2019-08-01 | hrtimer: Make enqueue mode check work on RT | Thomas Gleixner |
2019-08-01 | hrtimer: Provide hrtimer_sleeper_start_expires() | Thomas Gleixner |
2019-08-01 | hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls | Sebastian Andrzej Siewior |
2019-07-30 | hrtimer: Remove task argument from hrtimer_init_sleeper() | Thomas Gleixner |
2019-06-27 | hrtimer: Use a bullet for the returns bullet list | Mauro Carvalho Chehab |
2019-06-12 | hrtimer: Remove unused header include | Yangtao Li |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann |
2019-01-29 | timers: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-11-23 | hrtimers/tick/clockevents: Remove sloppy license references | Thomas Gleixner |
2018-11-23 | time: Add SPDX license identifiers | Thomas Gleixner |
2018-11-23 | time: Remove useless filenames in top level comments | Thomas Gleixner |
2018-08-27 | y2038: globally rename compat_time to old_time32 | Arnd Bergmann |
2018-07-12 | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz... | Thomas Gleixner |
2018-07-12 | hrtimer: Improve kernel message printing | Geert Uytterhoeven |
2018-06-19 | posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME | Arnd Bergmann |
2018-05-02 | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner |
2018-04-26 | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME | Thomas Gleixner |
2018-04-19 | time: Change nanosleep to safe __kernel_* types | Deepa Dinamani |
2018-04-19 | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME | Deepa Dinamani |
2018-04-11 | Merge branches 'pm-cpuidle' and 'pm-qos' | Rafael J. Wysocki |
2018-04-09 | time: hrtimer: Use timerqueue_iterate_next() to get to the next timer | Rafael J. Wysocki |
2018-04-07 | time: hrtimer: Introduce hrtimer_next_event_without() | Rafael J. Wysocki |
2018-03-13 | hrtimer: Unify MONOTONIC and BOOTTIME clock behavior | Thomas Gleixner |
2018-02-06 | hrtimer: remove unneeded kallsyms include | Sergey Senozhatsky |
2018-01-27 | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner |
2018-01-27 | hrtimer: Reset hrtimer cpu base proper on CPU hotplug | Thomas Gleixner |
2018-01-16 | hrtimer: Implement SOFT/HARD clock base selection | Anna-Maria Gleixner |
2018-01-16 | hrtimer: Implement support for softirq based hrtimers | Anna-Maria Gleixner |
2018-01-16 | hrtimer: Prepare handling of hard and softirq based hrtimers | Anna-Maria Gleixner |
2018-01-16 | hrtimer: Add clock bases and hrtimer mode for softirq context | Anna-Maria Gleixner |
2018-01-16 | hrtimer: Use irqsave/irqrestore around __run_hrtimer() | Anna-Maria Gleixner |
2018-01-16 | hrtimer: Factor out __hrtimer_next_event_base() | Anna-Maria Gleixner |