summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-271-2/+0
| * | s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky2015-11-271-1/+0
| * | s390/zcore: copy vector registers into the image dataMartin Schwidefsky2015-11-271-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+3
|\ \
| * | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-124-8/+69
|\ \
| * | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+4
| * | KVM: s390: implement the RI support of guestFan Zhang2016-01-072-1/+5
| * | KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-152-0/+3
| * | s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand2015-11-301-0/+7
| * | s390/sclp: introduce check for SIEDavid Hildenbrand2015-11-301-1/+5
| * | KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski2015-11-301-1/+1
| * | KVM: s390: Introduce switching codeEugene (jno) Dvurechenski2015-11-301-0/+1
| * | KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski2015-11-301-1/+2
| * | KVM: s390: Introduce new structuresEugene (jno) Dvurechenski2015-11-301-6/+41
| * | s390/sclp: introduce checks for ESCA and HVSEugene (jno) Dvurechenski2015-11-301-0/+2
| |/
* | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2015-12-041-1/+1
|/
* s390: wire up mlock2 system callHeiko Carstens2015-11-161-1/+2
* s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-161-3/+10
* s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-112-1/+3
* s390/pci_dma: handle dma table failuresSebastian Ott2015-11-091-1/+3
* 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-091-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-0/+2
|\
| * 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
* | | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-052-1/+8
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-022-1/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer2015-10-062-1/+8
* | | | | | s390: remove runtime instrumentation interruptsMartin Schwidefsky2015-11-033-7/+0
* | | | | | s390/nmi: remove castsHeiko Carstens2015-10-271-43/+46
* | | | | | s390: don't store registers on disabled wait anymoreHeiko Carstens2015-10-271-41/+5
* | | | | | s390: get rid of __set_psw_mask()Heiko Carstens2015-10-271-16/+11
* | | | | | s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner2015-10-166-39/+62
* | | | | | s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger2015-10-141-3/+0
* | | | | | s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2015-10-141-4/+6
* | | | | | s390/bitops: remove 31 bit related commentsHeiko Carstens2015-10-141-19/+12
* | | | | | s390/cmpxchg: remove dead codeHeiko Carstens2015-10-141-27/+3
* | | | | | s390/nmi: change type of mcck_interruption_code lowcore fieldHeiko Carstens2015-10-141-1/+1
* | | | | | s390/flags: use _BITUL macroHeiko Carstens2015-10-143-17/+22
* | | | | | s390/flags: fix flag handlingHeiko Carstens2015-10-142-6/+6
* | | | | | s390/udelay: make udelay have busy loop semanticsHeiko Carstens2015-10-143-0/+17
* | | | | | s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-142-1/+11
* | | | | | s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-142-23/+33
* | | | | | s390/fpu: add static FPU save area for init_taskHendrik Brueckner2015-10-141-0/+2
* | | | | | s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-142-14/+2
* | | | | | s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky2015-10-141-2/+5
* | | | | | s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky2015-10-142-3/+0
* | | | | | s390/diag: add tracepoint for diagnose callsMartin Schwidefsky2015-10-142-10/+45
* | | | | | s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-143-9/+97
OpenPOWER on IntegriCloud