aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 's390-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+3
2026-08-22Merge tags 'core-urgent-2026-08-22' and 'timers-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-4/+27
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+22
2026-08-18Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-173/+543
2026-08-18timer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner1-0/+1
2026-08-11timer_list: Use ktime_t over nanosecondsThomas Weißschuh (Schneider Electric)1-30/+27
2026-08-11timer_list: Use standard 'long long' format placeholdersThomas Weißschuh (Schneider Electric)1-9/+9
2026-08-11hrtimer: Add a lockdep assertion to hrtimer_update_base()Thomas Weißschuh (Schneider Electric)1-0/+2
2026-08-11timekeeping: Use u32 for clock_was_set_seqThomas Weißschuh (Schneider Electric)3-4/+5
2026-08-11timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()Thomas Weißschuh (Schneider Electric)1-2/+2
2026-08-11hrtimer: Account nr_retries on recovered interrupt retriesLiang Hao1-1/+3
2026-08-11timers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean1-1/+1
2026-08-11nohz: Replace dead select with choice defaultJulian Braha1-1/+0
2026-08-11timekeeping: Remove the unused ktime_get_clock_ts64()Thomas Weißschuh (Schneider Electric)1-34/+0
2026-08-10timekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)1-3/+5
2026-08-10timekeeping: Use READ_ONCE/WRITE_ONCE() for xtime_sec to prevent tearingDennis Moshegov1-3/+7
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-3/+2
2026-08-05sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_convJoel Granados1-2/+2
2026-08-05sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vecJoel Granados1-1/+25
2026-07-20timers/migration: Fix bad line kernel-doc warning in struct tmigr_cpuBabanpreet Singh1-1/+1
2026-07-10ntp: Remove tick_length_base, use tick_length directlyDavid Woodhouse1-9/+3
2026-07-10timekeeping: Settle competing time_offset and time_adjust skewDavid Woodhouse1-0/+75
2026-07-10timekeeping: Drive time_adjust skew via per-tick ntp_error transferDavid Woodhouse2-31/+107
2026-07-10timekeeping: Drive time_offset skew via per-tick ntp_error transferDavid Woodhouse3-9/+117
2026-07-10timekeeping: Account for clocksource tick quantisation via NTPDavid Woodhouse3-21/+72
2026-07-08tick: Remove arch_needs_cpuMete Durlu1-4/+3
2026-07-08timekeeping: Account for monotonicity adjustment in ntp_errorDavid Woodhouse1-0/+6
2026-07-07time: Respect COMPAT_32BIT_TIME for old time type functionsThomas Weißschuh1-4/+20
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh1-5/+2
2026-07-07timekeeping: Move the vDSO update declarations into a private headerThomas Weißschuh2-0/+22
2026-07-07hrtimer: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-07-07tick: Explicitly include linux/hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-07-07hrtimer: Move hrtimer_update_function() to hrtimer.cThomas Weißschuh (Schneider Electric)1-0/+24
2026-07-07hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_activeUsama Arif1-5/+13
2026-07-07timer_list: Annotate print_cpu() diagnostic readsYu Peng1-6/+11
2026-07-07time/namespace: Validate nanosecond field in proc_timens_set_offset()Malaya Kumar Rout1-2/+4
2026-07-07timers/migration: Fix memory leak in tmigr_setup_groups() error pathMalaya Kumar Rout1-1/+3
2026-07-07timekeeping: Unwind aux clock sysfs children on failureYuho Choi1-6/+15
2026-07-07clocksource: Unregister subsystem on device registration failureYuho Choi1-2/+6
2026-07-06clocksource: Remove unused WATCHDOG_INTERVAL_NS macroZhan Xusheng1-1/+0
2026-07-06hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()Zhan Xusheng1-3/+3
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner1-1/+15
2026-07-05posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()Oleg Nesterov1-3/+6
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner1-58/+115
2026-06-30hrtimer: Remove unused clock_base_next_timer_safe()Zhan Xusheng1-7/+0
2026-06-22time: Fix off-by-one in compat settimeofday() usec validationWang Yan1-1/+1
2026-06-17hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in commentEthan Nelson-Moore1-1/+1
2026-06-17posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()Zhan Xusheng1-1/+1
2026-06-17timekeeping: Register default clocksource before taking tk_core.lockMikhail Gavrilov1-3/+4