summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* s390/stp: clock_delta should be signedSven Schnelle2022-05-111-4/+4
* s390/stp: fix todoff sizeSven Schnelle2022-05-111-3/+1
* s390/vdso: fix initializing and updating of vdso_dataHeiko Carstens2021-03-251-3/+8
* s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens2021-03-251-0/+1
* s390/time,idle: get rid of unsigned long longHeiko Carstens2021-03-081-14/+14
* s390/time: convert tod_clock_base to unionHeiko Carstens2021-02-131-33/+17
* s390/stp: let subsys_system_register() sysfs attributesJulian Wiedmann2020-11-201-30/+14
* s390/stp: unify stp_work_mutex and clock_sync_mutexSven Schnelle2020-09-261-27/+26
* s390/stp: add sysfs file to show scheduled leap secondsSven Schnelle2020-09-261-0/+29
* s390/stp: add support for leap secondsSven Schnelle2020-09-261-9/+85
* s390/stp: add locking to sysfs functionsSven Schnelle2020-09-261-33/+85
* s390: convert to GENERIC_VDSOSven Schnelle2020-08-261-56/+10
* s390/time: improve comparison for tod steeringHeiko Carstens2020-07-221-1/+1
* s390/time: use CLOCKSOURCE_MASKHeiko Carstens2020-07-221-1/+1
* s390/stp: allow group and users to read stp sysfs filesSven Schnelle2020-07-011-27/+22
* s390: convert to msecs_to_jiffies()Sven Schnelle2020-06-291-1/+1
* s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-161-0/+1
* s390/time: remove monotonic_clock()Heiko Carstens2019-10-311-9/+0
* s390/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-13/+0
* s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin2018-07-201-0/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-301-0/+1
|\
| * s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
|/
* s390/dasd: Change unsigned long long to unsigned longJan Höppner2017-08-231-1/+1
* s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky2017-07-261-20/+45
* s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+3
* s390/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-171-1/+1
* s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-071-2/+1
* s390: use false/true when using boolHeiko Carstens2017-01-161-1/+1
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/time: fix clocksource steering for negative clock offsetsMartin Schwidefsky2016-11-171-4/+3
* s390/time: steer clocksource on STP sync eventsMartin Schwidefsky2016-10-281-1/+40
* s390/time: adjust last_update_clock at clock synchronizationMartin Schwidefsky2016-10-281-0/+2
* s390/time: refactor clock syncMartin Schwidefsky2016-10-281-80/+69
* s390/time: avoid races when updating tb_update_countDavid Hildenbrand2016-08-291-5/+0
* s390/time: fixup the clock comparator on all cpusDavid Hildenbrand2016-08-291-0/+1
* s390/time: cleanup etr leftoversDavid Hildenbrand2016-08-291-21/+9
* s390/time: simplify stp time syncsDavid Hildenbrand2016-08-291-46/+4
* s390/time: remove ETR supportMartin Schwidefsky2016-06-131-988/+1
* s390/time: add leap seconds to initial system timeMartin Schwidefsky2016-06-131-2/+15
* s390/time: LPAR offset handlingMartin Schwidefsky2016-06-131-8/+38
* s390/time: STP sync clock correctionMartin Schwidefsky2016-06-131-6/+5
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-6/+2
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-4/+2
* s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2015-10-141-10/+21
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-2/+2
|\
| * atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-2/+2