aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-8/+3
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens1-2/+2
2025-02-21s390/vdso: Switch to generic storage implementationThomas Weißschuh1-3/+3
2025-01-12s390: kernel: convert timeouts to use secs_to_jiffies()Easwar Hariharan1-2/+2
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+7
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2024-10-30s390/time: Add PtP driverSven Schnelle1-0/+6
2024-10-30s390/time: Add clocksource id to TOD clockSven Schnelle1-0/+1
2024-10-25s390/time: Switch over to sysfs_emit()Mete Durlu1-15/+15
2024-10-15s390/vdso: Remove timekeeper includesThomas Weißschuh1-1/+0
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-11/+11
2024-02-09s390/time: make stp_subsys constRicardo B. Marliere1-1/+1
2024-02-09s390/time: improve steering precisionSven Schnelle1-2/+2
2023-09-19s390: use control register bit definesHeiko Carstens1-2/+2
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-2/+2
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-05s390/time: Provide sched_clock_noinstr()Peter Zijlstra1-0/+5
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-4/+4
2022-05-11s390/stp: fix todoff sizeSven Schnelle1-3/+1
2021-03-25s390/vdso: fix initializing and updating of vdso_dataHeiko Carstens1-3/+8
2021-03-25s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens1-0/+1
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-14/+14
2021-02-13s390/time: convert tod_clock_base to unionHeiko Carstens1-33/+17
2020-11-20s390/stp: let subsys_system_register() sysfs attributesJulian Wiedmann1-30/+14
2020-09-26s390/stp: unify stp_work_mutex and clock_sync_mutexSven Schnelle1-27/+26
2020-09-26s390/stp: add sysfs file to show scheduled leap secondsSven Schnelle1-0/+29
2020-09-26s390/stp: add support for leap secondsSven Schnelle1-9/+85
2020-09-26s390/stp: add locking to sysfs functionsSven Schnelle1-33/+85
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle1-56/+10
2020-07-22s390/time: improve comparison for tod steeringHeiko Carstens1-1/+1
2020-07-22s390/time: use CLOCKSOURCE_MASKHeiko Carstens1-1/+1
2020-07-01s390/stp: allow group and users to read stp sysfs filesSven Schnelle1-27/+22
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle1-1/+1
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino1-0/+1
2019-10-31s390/time: remove monotonic_clock()Heiko Carstens1-9/+0
2018-07-20s390/time: Remove read_boot_clock64()Pavel Tatashin1-13/+0
2018-07-20s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin1-0/+18
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner1-1/+1
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-20/+45
2017-05-26s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior1-3/+3
2017-04-14s390/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-02-07s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky1-2/+1
2017-01-16s390: use false/true when using boolHeiko Carstens1-1/+1