summaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-30Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-38/+43
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+16
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-2/+1
2025-09-23time/sched_clock: Export symbol for sched_clock register functionDaniel Lezcano1-2/+2
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-21time: Fix spelling mistakes in commentsHaofeng Li4-4/+4
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-1/+1
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19time: support ns lookupChristian Brauner1-1/+10
2025-09-19time: use ns_common_init()Christian Brauner1-5/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+10
2025-09-09clocksource: Print durations for sync check unconditionallyJiri Wiesner1-3/+2
2025-09-09hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang1-8/+3
2025-09-09tick: Do not set device to detached state in tick_shutdown()Bibo Mao3-13/+7
2025-09-09hrtimer: Reorder branches in hrtimer_clockid_to_base()Thomas Weißschuh1-2/+2
2025-09-09hrtimer: Remove hrtimer_clock_base:: Get_timeThomas Weißschuh2-11/+25
2025-09-09timers/itimer: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-2/+1
2025-09-09posix-timers: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-3/+2
2025-09-04time: Build generic update_vsyscall() only with generic time vDSOThomas Weißschuh1-1/+1
2025-09-03time: export timespec64_add_safe() symbolGatien Chevallier1-0/+1
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh2-4/+10
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-07-31Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds1-4/+1
2025-07-31clocksource: Improve randomness in clocksource_verify_choose_cpus()Yury Norov [NVIDIA]1-4/+1
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-131/+680
2025-07-29Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-19/+12
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-22timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl1-1/+1
2025-07-18vdso/vsyscall: Update auxiliary clock data in the datapageThomas Weißschuh3-0/+57
2025-07-18vdso: Introduce aux_clock_resolution_ns()Thomas Weißschuh1-2/+4
2025-07-09vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()Thomas Weißschuh1-1/+2
2025-07-09vdso/vsyscall: Introduce a helper to fill clock configurationsThomas Weißschuh1-14/+13
2025-07-09Merge v6.16-rc2 into timers/ptpThomas Gleixner1-0/+9
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptpThomas Gleixner1-0/+34
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner1-0/+33
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-27timekeeping: Provide interface to control auxiliary clocksThomas Gleixner1-0/+116
2025-06-27timekeeping: Provide update for auxiliary timekeepersThomas Gleixner1-0/+19
2025-06-27timekeeping: Provide adjtimex() for auxiliary clocksThomas Gleixner1-0/+16
2025-06-27timekeeping: Prepare do_adtimex() for auxiliary clocksThomas Gleixner1-3/+33
2025-06-27timekeeping: Make do_adjtimex() reusableThomas Gleixner1-46/+56
2025-06-27timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()Thomas Gleixner1-8/+31