summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-11/+11
|\
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-11/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-1324-618/+695
|\ \
| * | s390/vdso: optimize getcpu system callMartin Schwidefsky2016-01-118-3/+99
| * | s390: drop smp_mb in vdso_initMichael S. Tsirkin2016-01-111-2/+0Star
| * | s390: rename struct _lowcore to struct lowcoreHeiko Carstens2016-01-116-105/+105
| * | s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens2016-01-111-7/+8
| * | s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens2015-12-302-2/+2
| * | s390/smp: save timestamp on external callsHeiko Carstens2015-12-181-0/+2
| * | s390/sysinfo: Remove unused variablesChristian Borntraeger2015-12-181-2/+1Star
| * | 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: make use of generated facility listHeiko Carstens2015-12-181-24/+11Star
| * | 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-181-1/+1
| * | s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky2015-11-271-0/+2
| * | s390/sclp: Add VT220 support to early sclp consoleSascha Silbe2015-11-271-15/+50
| * | s390/dis: Fix printing of the register numbersChristian Borntraeger2015-11-271-2/+2
| * | s390/dump: cleanup CPU save area handlingMartin Schwidefsky2015-11-272-165/+135Star
| * | s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-276-128/+153
| * | s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky2015-11-274-35/+41
| * | s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2015-11-271-0/+1
| * | s390/dump: streamline oldmem copy functionsMartin Schwidefsky2015-11-273-97/+85Star
| * | s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-274-61/+28Star
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-122-0/+15
|\ \
| * | s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand2015-11-302-0/+15
| |/
* / s390/dis: Fix handling of format specifiersMichael Holzheu2015-12-181-5/+12
|/
* s390: remove SALIPL loaderHeiko Carstens2015-11-161-79/+8Star
* s390: wire up mlock2 system callHeiko Carstens2015-11-162-0/+2
* s390: remove g5 elf platform supportHeiko Carstens2015-11-161-3/+0Star
* s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-161-5/+1Star
* 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-111-11/+37
* s390/ipl: fix out of bounds access in scpdata_writeSebastian Ott2015-11-111-12/+5Star
* s390/diag: add a s390 prefix to the diagnose trace pointMartin Schwidefsky2015-11-092-5/+5
* s390/head: fix error message on unsupported hardwareSascha Silbe2015-11-091-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-0426-547/+608
|\
| * s390: remove runtime instrumentation interruptsMartin Schwidefsky2015-11-033-63/+3Star
| * 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-271-26/+26
| * s390/nmi: remove pointless error stringsHeiko Carstens2015-10-271-17/+12Star
| * s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner2015-10-163-3/+2Star
| * s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2015-10-142-14/+33
| * s390/udelay: make udelay have busy loop semanticsHeiko Carstens2015-10-142-1/+4
| * s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-145-21/+27
| * s390/asm: make use of the OFFSET macro to define assember constantsMartin Schwidefsky2015-10-141-140/+148
| * s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-141-41/+65