summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-2/+2
|\
| * atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-6/+0Star
|\ \
| * | s390/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-6/+0Star
| |/
* / KVM: s390: host STP toleration for VMsFan Zhang2015-08-041-3/+13
|/
* s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang2015-05-221-3/+3
* time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-9/+9
* clocksource: Mostly kill clocksource_register()John Stultz2015-03-131-1/+1
* s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens2014-10-271-1/+2
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-3/+3
|\
| * s390: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* | s390/vdso: add vdso support for coarse clocksMartin Schwidefsky2014-09-091-0/+13
|/
* timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-8/+8
* clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-1/+1
* s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky2014-05-271-1/+1
* s390/irq: Use defines for external interruption codesThomas Huth2014-04-031-3/+3
* s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4Star
* s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-251-9/+18
* s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-281-1/+0Star
* s390/time: rename tod clock access functionsHeiko Carstens2013-02-141-13/+13
* s390/timer: avoid overflow when programming clock comparatorHeiko Carstens2013-01-311-0/+3
* s390/time: fix sched_clock() overflowHeiko Carstens2013-01-161-1/+1
* s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-081-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-2/+2
|\
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
* | s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2012-09-261-2/+2
|/
* s390/vtimer: rework virtual timer interfaceMartin Schwidefsky2012-07-201-1/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+0Star
* [S390] irq: external interrupt code passingHeiko Carstens2012-03-111-2/+2
* [S390] correct ktime to tod clock comparator conversionMartin Schwidefsky2012-02-171-2/+5
* s390: time - convert sysdev_class to a regular subsystemKay Sievers2011-12-221-129/+131
* [S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2011-10-301-0/+1
* time, s390: Get rid of compile warningHeiko Carstens2011-10-121-1/+1
* s390: Use direct ktime path for s390 clockevent deviceMartin Schwidefsky2011-09-081-4/+9
* [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-261-1/+0Star
* [S390] convert old cpumask API into new oneKOSAKI Motohiro2011-05-231-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* [S390] irq: have detailed statistics for interrupt typesHeiko Carstens2011-01-051-0/+3
* [S390] add kprobes annotationsMartin Schwidefsky2011-01-051-1/+2
* [S390] cleanup lowcore access from external interruptsMartin Schwidefsky2010-10-251-8/+9
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-4/+4
|\
| * timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-4/+4
* | [S390] etr: fix clock synchronization raceMartin Schwidefsky2010-07-271-6/+12
|/
* Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-1/+0Star
|\
| * stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-1/+0Star
* | [S390] vdso: use ntp adjusted clock multiplierHendrik Brueckner2010-04-221-0/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-081-12/+37
|\