Age | Commit message (Expand) | Author |
2020-04-07 | time/namespace: Fix time_for_children symlink | Michael Kerrisk (man-pages) |
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-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-24 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-03-21 | lockdep: Add posixtimer context tracing bits | Sebastian Andrzej Siewior |
2020-03-21 | lockdep: Annotate irq_work | Sebastian Andrzej Siewior |
2020-03-21 | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior |
2020-03-21 | timekeeping: Split jiffies seqlock | Thomas Gleixner |
2020-03-19 | Revert "tick/common: Make tick_periodic() check for missing ticks" | Thomas Gleixner |
2020-03-19 | time/sched_clock: Expire timer in hardirq context | Ahmed S. Darwish |
2020-03-04 | tick/common: Make tick_periodic() check for missing ticks | Waiman Long |
2020-03-04 | hrtimer: Cast explicitely to u32t in __ktime_divns() | Wen Yang |
2020-03-04 | timekeeping: Prevent 32bit truncation in scale64_check_overflow() | Wen Yang |
2020-03-04 | posix-cpu-timers: Store a reference to a pid not a task | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: Pass the task into arm_timer() | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_group | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: cpu_clock_sample_group() no longer needs siglock | Eric W. Biederman |
2020-02-21 | y2038: remove unused time32 interfaces | Arnd Bergmann |
2020-02-20 | timer: Use hlist_unhashed_lockless() in timer_pending() | Eric Dumazet |
2020-02-17 | posix-timers: Pass lockdep expression to RCU lists | Amol Grover |
2020-02-17 | timer: Improve the comment describing schedule_timeout() | Alexander Popov |
2020-02-17 | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes | Thomas Gleixner |
2020-02-17 | lib/vdso: Avoid highres update if clocksource is not VDSO capable | Thomas Gleixner |
2020-02-17 | lib/vdso: Cleanup clock mode storage leftovers | Thomas Gleixner |
2020-02-17 | clocksource: Add common vdso clock mode storage | Thomas Gleixner |
2020-02-09 | Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-02-01 | clocksource: Prevent double add_timer_on() for watchdog_timer | Konstantin Khlebnikov |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-27 | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-24 | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n | Stephen Boyd |
2020-01-24 | alarmtimer: Use wakeup source from alarmtimer platform device | Stephen Boyd |
2020-01-24 | alarmtimer: Make alarmtimer platform device child of RTC device | Stephen Boyd |
2020-01-24 | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality | Stephen Boyd |
2020-01-22 | hrtimer: Add missing sparse annotation for __run_timer() | Jules Irenge |
2020-01-17 | lib/vdso: Update coarse timekeeper unconditionally | Thomas Gleixner |
2020-01-17 | lib/vdso: Make __arch_update_vdso_data() logic understandable | Thomas Gleixner |
2020-01-15 | tick/common: Touch watchdog in tick_unfreeze() on all CPUs | Chunyan Zhang |
2020-01-15 | alarmtimer: Unregister wakeup source when module get fails | Stephen Boyd |
2020-01-15 | tick/sched: Annotate lockless access to last_jiffies_update | Eric Dumazet |
2020-01-14 | fs/proc: Introduce /proc/pid/timens_offsets | Andrei Vagin |
2020-01-14 | x86/vdso: Zap vvar pages when switching to a time namespace | Dmitry Safonov |
2020-01-14 | time: Allocate per-timens vvar page | Dmitry Safonov |
2020-01-14 | posix-timers: Make clock_nanosleep() time namespace aware | Andrei Vagin |
2020-01-14 | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin |
2020-01-14 | alarmtimer: Make nanosleep() time namespace aware | Andrei Vagin |
2020-01-14 | posix-timers: Make timer_settime() time namespace aware | Andrei Vagin |
2020-01-14 | time: Add do_timens_ktime_to_host() helper | Andrei Vagin |
2020-01-14 | posix-clocks: Wire up clock_gettime() with timens offsets | Andrei Vagin |
2020-01-14 | posix-timers: Use clock_get_ktime() in common_timer_get() | Andrei Vagin |