aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17param: convert some "on"/"off" users to strtoboolGravatar Kees Cook 1-6/+2
2016-03-07s390: Use pr_warn instead of pr_warningGravatar Joe Perches 1-4/+2
2015-10-14s390/etr,stp: fix possible deadlock on machine checkGravatar Heiko Carstens 1-10/+21
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+0
2015-08-10s390/time: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-6/+0
2015-08-04KVM: s390: host STP toleration for VMsGravatar Fan Zhang 1-3/+13
2015-07-27atomic: Replace atomic_{set,clear}_mask() usageGravatar Peter Zijlstra 1-2/+2
2015-05-22s390: time: Provide read_boot_clock64() and read_persistent_clock64()Gravatar Xunlei Pang 1-3/+3
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoGravatar Peter Zijlstra 1-9/+9
2015-03-13clocksource: Mostly kill clocksource_register()Gravatar John Stultz 1-1/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Gravatar Heiko Carstens 1-1/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3
2014-09-09s390/vdso: add vdso support for coarse clocksGravatar Martin Schwidefsky 1-0/+13
2014-08-26s390: Replace __get_cpu_var usesGravatar Christoph Lameter 1-3/+3
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperGravatar Thomas Gleixner 1-8/+8
2014-07-23clocksource: Get rid of cycle_lastGravatar Thomas Gleixner 1-1/+1
2014-05-27s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallGravatar Martin Schwidefsky 1-1/+1
2014-04-03s390/irq: Use defines for external interruption codesGravatar Thomas Huth 1-3/+3
2013-11-25s390,time: revert direct ktime path for s390 clockevent deviceGravatar Martin Schwidefsky 1-15/+4
2013-11-25s390/time,vdso: convert to the new update_vsyscall interfaceGravatar Martin Schwidefsky 1-9/+18
2013-08-28s390/time: return with irqs disabled from psw_idleGravatar Martin Schwidefsky 1-1/+0
2013-02-14s390/time: rename tod clock access functionsGravatar Heiko Carstens 1-13/+13
2013-01-31s390/timer: avoid overflow when programming clock comparatorGravatar Heiko Carstens 1-0/+3
2013-01-16s390/time: fix sched_clock() overflowGravatar Heiko Carstens 1-1/+1
2013-01-08s390/irq: remove split irq fields from /proc/statGravatar Heiko Carstens 1-2/+2
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2012-09-26s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSGravatar Heiko Carstens 1-2/+2
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hGravatar John Stultz 1-1/+1
2012-07-20s390/vtimer: rework virtual timer interfaceGravatar Martin Schwidefsky 1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 1-1/+0
2012-03-11[S390] irq: external interrupt code passingGravatar Heiko Carstens 1-2/+2
2012-02-17[S390] correct ktime to tod clock comparator conversionGravatar Martin Schwidefsky 1-2/+5
2011-12-21s390: time - convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-129/+131
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesGravatar Martin Schwidefsky 1-0/+1
2011-10-12time, s390: Get rid of compile warningGravatar Heiko Carstens 1-1/+1
2011-09-08s390: Use direct ktime path for s390 clockevent deviceGravatar Martin Schwidefsky 1-4/+9
2011-05-26[S390] irq: merge irq.c and s390_ext.cGravatar Heiko Carstens 1-1/+0
2011-05-23[S390] convert old cpumask API into new oneGravatar KOSAKI Motohiro 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-01-05[S390] irq: have detailed statistics for interrupt typesGravatar Heiko Carstens 1-0/+3
2011-01-05[S390] add kprobes annotationsGravatar Martin Schwidefsky 1-1/+2
2010-10-25[S390] cleanup lowcore access from external interruptsGravatar Martin Schwidefsky 1-8/+9
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-4/+4
2010-07-27[S390] etr: fix clock synchronization raceGravatar Martin Schwidefsky 1-6/+12
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetGravatar John Stultz 1-4/+4
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Gravatar Ingo Molnar 1-1/+0
2010-05-06stop_machine: reimplement using cpu_stopGravatar Tejun Heo 1-1/+0
2010-04-22[S390] vdso: use ntp adjusted clock multiplierGravatar Hendrik Brueckner 1-0/+1