summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/traps: Remove unused variableChristian Borntraeger2015-12-181-3/+0Star
* s390: compile head.S always with -march=z900Heiko Carstens2015-12-181-2/+4
* s390/facilities: add z13 als bitHeiko Carstens2015-12-181-0/+3
* s390/facilities: optimize test_facility()Heiko Carstens2015-12-181-0/+6
* s390/facilities: remove unneeded facility bitsHeiko Carstens2015-12-181-12/+0Star
* s390/facilities: make use of generated facility listHeiko Carstens2015-12-181-24/+11Star
* s390/facilities: add helper tool to generate facility listsHeiko Carstens2015-12-186-0/+160
* s390/facilities: always use lowcore's stfle field for storing facility bitsHeiko Carstens2015-12-183-6/+7
* s390/facilities: use stfl mnemonic instead of insn magicHeiko Carstens2015-12-182-5/+3Star
* s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky2015-11-273-8/+31
* s390: remove is_32bit_task() helperHeiko Carstens2015-11-273-7/+6Star
* s390: add 'install' target to 'make help'Michael Holzheu2015-11-271-0/+4
* s390/sclp: Add VT220 support to early sclp consoleSascha Silbe2015-11-272-16/+51
* s390/dis: Fix printing of the register numbersChristian Borntraeger2015-11-271-2/+2
* s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer2015-11-273-7/+17
* s390: get_user_pages_fast() might sleepDavid Hildenbrand2015-11-271-0/+1
* s390/spinlock: avoid diagnose loopMartin Schwidefsky2015-11-271-9/+19
* s390/dump: cleanup CPU save area handlingMartin Schwidefsky2015-11-274-192/+140Star
* s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-2710-142/+157
* s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky2015-11-274-35/+41
* s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2015-11-272-15/+16
* s390/dump: streamline oldmem copy functionsMartin Schwidefsky2015-11-275-99/+88Star
* s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-275-63/+28Star
* 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
* 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