summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
41 hoursMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
42 hoursMerge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daystimer_list: Use ktime_t over nanosecondsThomas Weißschuh (Schneider Electric)
9 daystimer_list: Use standard 'long long' format placeholdersThomas Weißschuh (Schneider Electric)
9 dayshrtimer: Add a lockdep assertion to hrtimer_update_base()Thomas Weißschuh (Schneider Electric)
9 daystimekeeping: Use u32 for clock_was_set_seqThomas Weißschuh (Schneider Electric)
9 daystimekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()Thomas Weißschuh (Schneider Electric)
9 dayshrtimer: Account nr_retries on recovered interrupt retriesLiang Hao
9 daystimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
9 daysnohz: Replace dead select with choice defaultJulian Braha
9 daystimekeeping: Remove the unused ktime_get_clock_ts64()Thomas Weißschuh (Schneider Electric)
10 daystimekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)
10 daystimekeeping: Use READ_ONCE/WRITE_ONCE() for xtime_sec to prevent tearingDennis Moshegov
2026-07-20timers/migration: Fix bad line kernel-doc warning in struct tmigr_cpuBabanpreet Singh
2026-07-10ntp: Remove tick_length_base, use tick_length directlyDavid Woodhouse
2026-07-10timekeeping: Settle competing time_offset and time_adjust skewDavid Woodhouse
2026-07-10timekeeping: Drive time_adjust skew via per-tick ntp_error transferDavid Woodhouse
2026-07-10timekeeping: Drive time_offset skew via per-tick ntp_error transferDavid Woodhouse
2026-07-10timekeeping: Account for clocksource tick quantisation via NTPDavid Woodhouse
2026-07-08timekeeping: Account for monotonicity adjustment in ntp_errorDavid Woodhouse
2026-07-07time: Respect COMPAT_32BIT_TIME for old time type functionsThomas Weißschuh
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh
2026-07-07timekeeping: Move the vDSO update declarations into a private headerThomas Weißschuh
2026-07-07hrtimer: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)
2026-07-07tick: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)
2026-07-07hrtimer: Move hrtimer_update_function() to hrtimer.cThomas Weißschuh (Schneider Electric)
2026-07-07hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_activeUsama Arif
2026-07-07timer_list: Annotate print_cpu() diagnostic readsYu Peng
2026-07-07time/namespace: Validate nanosecond field in proc_timens_set_offset()Malaya Kumar Rout
2026-07-07timers/migration: Fix memory leak in tmigr_setup_groups() error pathMalaya Kumar Rout
2026-07-07timekeeping: Unwind aux clock sysfs children on failureYuho Choi
2026-07-07clocksource: Unregister subsystem on device registration failureYuho Choi
2026-07-06clocksource: Remove unused WATCHDOG_INTERVAL_NS macroZhan Xusheng
2026-07-06hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()Zhan Xusheng
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner
2026-07-05posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()Oleg Nesterov
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-06-30hrtimer: Remove unused clock_base_next_timer_safe()Zhan Xusheng
2026-06-22time: Fix off-by-one in compat settimeofday() usec validationWang Yan
2026-06-17hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in commentEthan Nelson-Moore
2026-06-17posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()Zhan Xusheng
2026-06-17timekeeping: Register default clocksource before taking tk_core.lockMikhail Gavrilov
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-clocksource-2026-06-13' of gitolite.kernel.org:pub/scm/linu...Linus Torvalds
2026-06-13posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
2026-06-13time/jiffies: Register jiffies clocksource before usageThomas Gleixner
2026-06-09timers/migration: Temporarily disable per capacity hierarchiesFrederic Weisbecker