summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-2418-243/+160Star
|\
| * s390: remove SALIPL loaderHeiko Carstens2015-11-161-79/+8Star
| * s390: wire up mlock2 system callHeiko Carstens2015-11-163-1/+4
| * s390: remove g5 elf platform supportHeiko Carstens2015-11-161-3/+0Star
| * s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-164-86/+23Star
| * s390/sclp: _sclp_wait_int(): retain full PSW maskSascha Silbe2015-11-121-1/+1
| * s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-113-12/+40
| * s390/ipl: fix out of bounds access in scpdata_writeSebastian Ott2015-11-111-12/+5Star
| * s390/pci_dma: improve debugging of errors during dma mapSebastian Ott2015-11-091-11/+30
| * s390/pci_dma: handle dma table failuresSebastian Ott2015-11-092-15/+27
| * s390/pci_dma: unify label of invalid translation table entriesSebastian Ott2015-11-091-4/+3Star
| * s390/syscalls: remove system call number calculationHeiko Carstens2015-11-091-8/+8
| * s390/diag: add a s390 prefix to the diagnose trace pointMartin Schwidefsky2015-11-093-8/+8
| * s390/head: fix error message on unsupported hardwareSascha Silbe2015-11-091-4/+4
* | KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand2015-11-192-8/+3Star
* | KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand2015-11-191-0/+4
* | KVM: s390: fix pfmf intercept handlerHeiko Carstens2015-11-191-1/+1
* | KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand2015-11-191-1/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-066-145/+127Star
|\
| * Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+2
| |\
| | * KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+2
| * | KVM: s390: use simple switch statement as multiplexerChristian Borntraeger2015-10-291-21/+21
| * | KVM: s390: drop useless newline in debugging dataChristian Borntraeger2015-10-291-4/+4
| * | KVM: s390: SCA must not cross page boundariesDavid Hildenbrand2015-10-291-1/+3
| * | KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand2015-10-133-15/+14Star
| * | KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand2015-10-133-23/+21Star
| * | KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2015-10-132-20/+6Star
| * | KVM: s390: correctly handle injection of pgm irqs and per eventsDavid Hildenbrand2015-10-131-1/+20
| * | KVM: s390: simplify in-kernel program irq injectionDavid Hildenbrand2015-10-132-32/+20Star
| * | KVM: s390: drop out early in kvm_s390_has_irq()David Hildenbrand2015-10-131-11/+9Star
| * | KVM: s390: kvm_arch_vcpu_runnable already cares about timer interruptsDavid Hildenbrand2015-10-131-1/+1
| * | KVM: s390: set interception requests for all floating irqsDavid Hildenbrand2015-10-131-12/+7Star
| * | KVM: s390: disabled wait cares about machine checks, not PERDavid Hildenbrand2015-10-131-5/+3Star
| * | KVM: s390: remove unused variable in __inject_vmChristian Borntraeger2015-10-131-3/+0Star
* | | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-064-13/+34
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-024-13/+34
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer2015-10-064-13/+34
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-0468-866/+1136
|\ \ \ \ \ \
| * | | | | | s390: remove runtime instrumentation interruptsMartin Schwidefsky2015-11-036-70/+3Star
| * | | | | | s390/Kconfig: use builtin bswapChristian Borntraeger2015-11-031-0/+1
| * | | | | | s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky2015-11-031-4/+4
| * | | | | | s390/topology: reduce per_cpu() invocationsHeiko Carstens2015-10-271-12/+16
| * | | | | | s390/nmi: reduce size of percpu variableHeiko Carstens2015-10-271-3/+3
| * | | | | | s390/nmi: fix terminologyHeiko Carstens2015-10-271-9/+9
| * | | | | | s390/nmi: remove castsHeiko Carstens2015-10-272-69/+72
| * | | | | | s390/nmi: remove pointless error stringsHeiko Carstens2015-10-271-17/+12Star
| * | | | | | s390: don't store registers on disabled wait anymoreHeiko Carstens2015-10-271-41/+5Star
| * | | | | | s390: get rid of __set_psw_mask()Heiko Carstens2015-10-271-16/+11Star
| * | | | | | s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner2015-10-169-42/+64
| * | | | | | s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger2015-10-141-3/+0Star