summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-04101-3668/+2412
|\
| * s390: remove runtime instrumentation interruptsMartin Schwidefsky2015-11-036-70/+3
| * s390/cio: de-duplicate subchannel validationPierre Morel2015-11-031-23/+4
| * s390/css: unneeded initialization in for_each_subchannelPierre Morel2015-11-031-1/+0
| * s390/Kconfig: use builtin bswapChristian Borntraeger2015-11-031-0/+1
| * s390/dasd: fix disconnected device with valid path maskStefan Haberland2015-11-031-1/+6
| * s390/dasd: fix invalid PAV assignment after suspend/resumeStefan Haberland2015-11-031-4/+16
| * s390/dasd: fix double free in dasd_eckd_read_confStefan Haberland2015-11-031-12/+25
| * s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky2015-11-031-4/+4
| * s390/cio: move ccw_device_stlck functionsSebastian Ott2015-10-273-70/+60
| * s390/cio: move ccw_device_call_handlerSebastian Ott2015-10-273-48/+38
| * 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-273-72/+75
| * s390/nmi: remove pointless error stringsHeiko Carstens2015-10-271-17/+12
| * 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-169-42/+64
| * s390/dasd: fix list_del corruption after lcu changesStefan Haberland2015-10-151-1/+4
| * s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger2015-10-141-3/+0
| * s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky2015-10-141-18/+8
| * s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky2015-10-146-1445/+2
| * s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2015-10-142-562/+520
| * s390/zcrypt: use explicit return code for flushed requestsMartin Schwidefsky2015-10-146-66/+88
| * s390/zcrypt: cleanup AP bus timer codeMartin Schwidefsky2015-10-141-18/+6
| * s390/zcrypt: fix suspend/resume of AP bus devicesMartin Schwidefsky2015-10-141-166/+160
| * s390/zcrypt: fix device unregister raceMartin Schwidefsky2015-10-141-2/+0
| * s390/zcrypt: fix memory leak with ap configuration dataMartin Schwidefsky2015-10-142-133/+117
| * s390/zcrypt: remove duplicate low level functionsMartin Schwidefsky2015-10-142-117/+32
| * s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2015-10-143-18/+39
| * s390/pci: reshuffle struct used to write debug dataSebastian Ott2015-10-141-3/+3
| * s390/bitops: remove 31 bit related commentsHeiko Carstens2015-10-142-22/+13
| * 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-146-17/+35
| * s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger2015-10-141-1/+1
| * s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-148-24/+40
| * s390/asm: make use of the OFFSET macro to define assember constantsMartin Schwidefsky2015-10-141-140/+148
| * s390/sclp: avoid merged message outputMartin Schwidefsky2015-10-143-83/+78
| * s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-143-64/+98
| * s390/fpu: add static FPU save area for init_taskHendrik Brueckner2015-10-143-4/+6
| * s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-1413-199/+70
| * 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-146-14/+98
| * s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-1419-19/+282
| * s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky2015-10-141-1/+22