aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-17s390/time: fix clocksource steering for negative clock offsetsMartin Schwidefsky1-4/+3
2016-10-28s390/time: steer clocksource on STP sync eventsMartin Schwidefsky1-1/+40
2016-10-28s390/time: adjust last_update_clock at clock synchronizationMartin Schwidefsky1-0/+2
2016-10-28s390/time: refactor clock syncMartin Schwidefsky1-80/+69
2016-08-29s390/time: avoid races when updating tb_update_countDavid Hildenbrand1-5/+0
2016-08-29s390/time: fixup the clock comparator on all cpusDavid Hildenbrand1-0/+1
2016-08-29s390/time: cleanup etr leftoversDavid Hildenbrand1-21/+9
2016-08-29s390/time: simplify stp time syncsDavid Hildenbrand1-46/+4
2016-06-13s390/time: remove ETR supportMartin Schwidefsky1-988/+1
2016-06-13s390/time: add leap seconds to initial system timeMartin Schwidefsky1-2/+15
2016-06-13s390/time: LPAR offset handlingMartin Schwidefsky1-8/+38
2016-06-13s390/time: STP sync clock correctionMartin Schwidefsky1-6/+5
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook1-6/+2
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-4/+2
2015-10-14s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens1-10/+21
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2015-08-10s390/time: Migrate to new 'set-state' interfaceViresh Kumar1-6/+0
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang1-3/+13
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-2/+2
2015-05-22s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang1-3/+3
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-9/+9
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz1-1/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-1/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2014-09-09s390/vdso: add vdso support for coarse clocksMartin Schwidefsky1-0/+13
2014-08-26s390: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-8/+8
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-05-27s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky1-1/+1
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-3/+3
2013-11-25s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky1-15/+4
2013-11-25s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky1-9/+18
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky1-1/+0
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-13/+13
2013-01-31s390/timer: avoid overflow when programming clock comparatorHeiko Carstens1-0/+3
2013-01-16s390/time: fix sched_clock() overflowHeiko Carstens1-1/+1