summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390/facilities: optimize test_facility()Heiko Carstens2015-12-181-0/+6
* s390/facilities: remove unneeded facility bitsHeiko Carstens2015-12-181-12/+0Star
* s390/facilities: add helper tool to generate facility listsHeiko Carstens2015-12-182-0/+72
* s390/facilities: use stfl mnemonic instead of insn magicHeiko Carstens2015-12-181-4/+2Star
* s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky2015-11-271-0/+12
* s390: remove is_32bit_task() helperHeiko Carstens2015-11-273-7/+6Star
* s390/sclp: Add VT220 support to early sclp consoleSascha Silbe2015-11-271-1/+1
* s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer2015-11-271-0/+2
* s390/dump: cleanup CPU save area handlingMartin Schwidefsky2015-11-272-27/+5Star
* s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-274-14/+4Star
* s390/dump: streamline oldmem copy functionsMartin Schwidefsky2015-11-272-2/+3
* s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-271-2/+0Star
* s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky2015-11-271-1/+0Star
* s390/zcore: copy vector registers into the image dataMartin Schwidefsky2015-11-271-0/+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-061-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-062-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/+0Star
* | | | | | s390/nmi: remove castsHeiko Carstens2015-10-271-43/+46
* | | | | | 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-166-39/+62
* | | | | | s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger2015-10-141-3/+0Star
* | | | | | 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/+12Star
* | | | | | s390/cmpxchg: remove dead codeHeiko Carstens2015-10-141-27/+3Star
* | | | | | 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/+2Star
* | | | | | 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/+0Star
* | | | | | 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
* | | | | | s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky2015-10-141-1/+22
* | | | | | s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky2015-10-141-4/+55
* | | | | | s390/cio: introduce pathmask_to_posSebastian Ott2015-10-141-0/+10