summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
3 dayshrtimer: Account nr_retries on recovered interrupt retriesLiang Hao
3 daystimekeeping: Account for monotonicity adjustment in ntp_errorDavid Woodhouse
3 daystime/namespace: Validate nanosecond field in proc_timens_set_offset()Malaya Kumar Rout
3 daystimers/migration: Fix memory leak in tmigr_setup_groups() error pathMalaya Kumar Rout
3 daystimekeeping: Unwind aux clock sysfs children on failureYuho Choi
3 daysclocksource: Unregister subsystem on device registration failureYuho Choi
9 daystimer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
9 daystimekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)
9 daystimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
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
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
2026-06-04timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshotDavid Woodhouse
2026-06-04timekeeping: Add support for AUX clock cross timestampingThomas Gleixner
2026-06-04timekeeping: Prepare for cross timestamps on arbitrary clock IDsThomas Gleixner
2026-06-04timekeeping: Add system_counterval_t to struct system_device_crosststampThomas Gleixner
2026-06-04timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()Thomas Gleixner
2026-06-04timekeeping: Remove system_time_snapshot::real/boot/rawThomas Gleixner
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh
2026-06-02timers/migration: Turn tmigr_hierarchy level_list into a flexible arrayRosen Penev
2026-06-02timers/migration: Deactivate per-capacity hierarchies under nohz_fullFrederic Weisbecker
2026-06-02timers/migration: Fix hotplug migrator selection target on asymetric capacity...Frederic Weisbecker
2026-06-02tick/sched: Account tickless idle cputime only when tick is stoppedFrederic Weisbecker
2026-06-02tick/sched: Remove unused fieldsFrederic Weisbecker
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker
2026-06-02tick/sched: Remove nohz disabled special case in cputime fetchFrederic Weisbecker
2026-06-02tick/sched: Unify idle cputime accountingFrederic Weisbecker
2026-06-02sched/cputime: Correctly support generic vtime idle timeFrederic Weisbecker
2026-06-02tick/sched: Fix TOCTOU in nohz idle time fetchFrederic Weisbecker
2026-06-02time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
2026-06-02clockevents: Fix duplicate type specifier in stub function parameterNaveen Kumar Chaudhary
2026-06-02time/namespace: Export init_time_ns and do_timens_ktime_to_host()Maoyi Xie
2026-06-02timekeeping: Use system_time_snapshot::systime/monoraw instead of ::real/rawThomas Gleixner
2026-06-02timekeeping: Provide ktime_get_snapshot_id()Thomas Gleixner
2026-05-28timers/migration: Update stale @online doc to @availableZhan Xusheng
2026-05-18clocksource: Add devm_clocksource_register_*() helpersDaniel Lezcano
2026-05-13hrtimer: Fix the bogus return type of __hrtimer_start_range_ns()Thomas Gleixner
2026-05-06hrtimer: Return ktime_t from hrtimer_get_next_event()/hrtimer_next_event_with...Thomas Weißschuh
2026-05-06clocksource: Clean up clocksource_update_freq() functionsThomas Weißschuh