aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens10-38/+31
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens7-29/+24
2016-01-19s390: wire up copy_file_range syscallHeiko Carstens2-0/+2
2016-01-19s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2-4/+0
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-11/+11
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds24-618/+695
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+15
2016-01-11s390/vdso: optimize getcpu system callMartin Schwidefsky8-3/+99
2016-01-11s390: drop smp_mb in vdso_initMichael S. Tsirkin1-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens6-105/+105
2016-01-11s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens1-7/+8
2015-12-30s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens2-2/+2
2015-12-18s390/smp: save timestamp on external callsHeiko Carstens1-0/+2
2015-12-18s390/sysinfo: Remove unused variablesChristian Borntraeger1-2/+1
2015-12-18s390/traps: Remove unused variableChristian Borntraeger1-3/+0
2015-12-18s390: compile head.S always with -march=z900Heiko Carstens1-2/+4
2015-12-18s390/facilities: make use of generated facility listHeiko Carstens1-24/+11
2015-12-18s390/facilities: always use lowcore's stfle field for storing facility bitsHeiko Carstens3-6/+7
2015-12-18s390/facilities: use stfl mnemonic instead of insn magicHeiko Carstens1-1/+1
2015-12-18s390/dis: Fix handling of format specifiersMichael Holzheu1-5/+12
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-11/+11
2015-11-30s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand2-0/+15
2015-11-27s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky1-0/+2
2015-11-27s390/sclp: Add VT220 support to early sclp consoleSascha Silbe1-15/+50
2015-11-27s390/dis: Fix printing of the register numbersChristian Borntraeger1-2/+2
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky2-165/+135
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky6-128/+153
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky4-35/+41
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky1-0/+1
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky3-97/+85
2015-11-27s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky4-61/+28
2015-11-16s390: remove SALIPL loaderHeiko Carstens1-79/+8
2015-11-16s390: wire up mlock2 system callHeiko Carstens2-0/+2
2015-11-16s390: remove g5 elf platform supportHeiko Carstens1-3/+0
2015-11-16s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky1-5/+1
2015-11-12s390/sclp: _sclp_wait_int(): retain full PSW maskSascha Silbe1-1/+1
2015-11-11s390: add support for ipl devices in subchannel sets > 0Sebastian Ott1-11/+37
2015-11-11s390/ipl: fix out of bounds access in scpdata_writeSebastian Ott1-12/+5
2015-11-09s390/diag: add a s390 prefix to the diagnose trace pointMartin Schwidefsky2-5/+5
2015-11-09s390/head: fix error message on unsupported hardwareSascha Silbe1-4/+4
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds26-547/+608
2015-11-03s390: remove runtime instrumentation interruptsMartin Schwidefsky3-63/+3
2015-11-03s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky1-4/+4
2015-10-27s390/topology: reduce per_cpu() invocationsHeiko Carstens1-12/+16
2015-10-27s390/nmi: reduce size of percpu variableHeiko Carstens1-3/+3
2015-10-27s390/nmi: fix terminologyHeiko Carstens1-9/+9
2015-10-27s390/nmi: remove castsHeiko Carstens1-26/+26
2015-10-27s390/nmi: remove pointless error stringsHeiko Carstens1-17/+12
2015-10-16s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner3-3/+2
2015-10-14s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2-14/+33