Age | Commit message (Expand) | Author |
2020-01-15 | tick/sched: Annotate lockless access to last_jiffies_update | Eric Dumazet |
2020-01-09 | time/posix-stubs: Provide compat itimer supoprt for alpha | Arnd Bergmann |
2019-12-30 | ptp: fix the race between the release of ptp_clock and cdev | Vladis Dronov |
2019-12-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-12-01 | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds |
2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-11-25 | y2038: alarm: fix half-second cut-off | Arnd Bergmann |
2019-11-25 | Merge branch 'timers/urgent' into timers/core, to pick up fix | Ingo Molnar |
2019-11-21 | time: Zero the upper 32-bits in __kernel_timespec on 32-bit | Dmitry Safonov |
2019-11-18 | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies | Ingo Molnar |
2019-11-15 | y2038: itimer: change implementation to timespec64 | Arnd Bergmann |
2019-11-15 | y2038: move itimer reset into itimer.c | Arnd Bergmann |
2019-11-15 | y2038: use compat_{get,set}_itimer on alpha | Arnd Bergmann |
2019-11-15 | y2038: itimer: compat handling to itimer.c | Arnd Bergmann |
2019-11-15 | y2038: time: avoid timespec usage in settimeofday() | Arnd Bergmann |
2019-11-15 | y2038: syscalls: change remaining timeval to __kernel_old_timeval | Arnd Bergmann |
2019-11-15 | y2038: uapi: change __kernel_time_t to __kernel_old_time_t | Arnd Bergmann |
2019-11-15 | y2038: remove CONFIG_64BIT_TIME | Arnd Bergmann |
2019-11-12 | time: Fix spelling mistake in comment | Mukesh Ojha |
2019-11-12 | time: Optimize ns_to_timespec64() | Arnd Bergmann |
2019-11-12 | ntp/y2038: Remove incorrect time_t truncation | Arnd Bergmann |
2019-11-11 | Merge tag 'v5.4-rc7' into sched/core, to pick up fixes | Ingo Molnar |
2019-11-06 | hrtimer: Annotate lockless access to timer->state | Eric Dumazet |
2019-11-04 | timekeeping/vsyscall: Update VDSO data unconditionally | Huacai Chen |
2019-10-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2019-10-29 | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable... | Frederic Weisbecker |
2019-10-23 | posix-cpu-timers: Fix two trivial comments | Yi Wang |
2019-10-23 | timers/sched_clock: Include local timekeeping.h for missing declarations | Ben Dooks (Codethink) |
2019-10-14 | hrtimer: Annotate lockless access to timer->base | Eric Dumazet |
2019-10-05 | time: Export tick start/stop functions for rcutorture | Paul E. McKenney |
2019-10-05 | nohz: Add TICK_DEP_BIT_RCU | Frederic Weisbecker |
2019-09-27 | tick: broadcast-hrtimer: Fix a race in bc_set_next | Balasubramani Vivekanandan |
2019-09-26 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2019-09-19 | timer: Read jiffies once when forwarding base clk | Li RongQing |
2019-09-17 | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-09-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-09-17 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2019-09-10 | posix-cpu-timers: Fix permission check regression | Thomas Gleixner |
2019-09-05 | alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP | Thadeu Lima de Souza Cascardo |
2019-09-05 | hrtimer: Add a missing bracket and hide `migration_base' on !SMP | Sebastian Andrzej Siewior |
2019-08-29 | posix-cpu-timers: Make expiry_active check actually work correctly | Thomas Gleixner |
2019-08-28 | tick: Mark sched_timer to expire in hard interrupt context | Sebastian Andrzej Siewior |
2019-08-28 | posix-cpu-timers: Utilize timerqueue for storage | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Move state tracking to struct posix_cputimers | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Deduplicate rlimit handling | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Remove pointless comparisons | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Get rid of 64bit divisions | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Consolidate timer expiry further | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Get rid of zero checks | Thomas Gleixner |
2019-08-28 | posix-cpu-timers: Respect INFINITY for hard RTTIME limit | Thomas Gleixner |