summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-03s390: remove runtime instrumentation interruptsMartin Schwidefsky6-70/+3
2015-11-03s390/cio: de-duplicate subchannel validationPierre Morel1-23/+4
2015-11-03s390/css: unneeded initialization in for_each_subchannelPierre Morel1-1/+0
2015-11-03s390/Kconfig: use builtin bswapChristian Borntraeger1-0/+1
2015-11-03s390/dasd: fix disconnected device with valid path maskStefan Haberland1-1/+6
2015-11-03s390/dasd: fix invalid PAV assignment after suspend/resumeStefan Haberland1-4/+16
2015-11-03s390/dasd: fix double free in dasd_eckd_read_confStefan Haberland1-12/+25
2015-11-03s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky1-4/+4
2015-10-27s390/cio: move ccw_device_stlck functionsSebastian Ott3-70/+60
2015-10-27s390/cio: move ccw_device_call_handlerSebastian Ott3-48/+38
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 Carstens3-72/+75
2015-10-27s390/nmi: remove pointless error stringsHeiko Carstens1-17/+12
2015-10-27s390: don't store registers on disabled wait anymoreHeiko Carstens1-41/+5
2015-10-27s390: get rid of __set_psw_mask()Heiko Carstens1-16/+11
2015-10-16s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner9-42/+64
2015-10-15s390/dasd: fix list_del corruption after lcu changesStefan Haberland1-1/+4
2015-10-14s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger1-3/+0
2015-10-14s390/zcrypt: use system work queue for ap_scan_busMartin Schwidefsky1-18/+8
2015-10-14s390/zcrypt: remove support for PCICC and PCICA cardsMartin Schwidefsky6-1445/+2
2015-10-14s390/zcrypt: introduce state machine for the AP busMartin Schwidefsky2-562/+520
2015-10-14s390/zcrypt: use explicit return code for flushed requestsMartin Schwidefsky6-66/+88
2015-10-14s390/zcrypt: cleanup AP bus timer codeMartin Schwidefsky1-18/+6
2015-10-14s390/zcrypt: fix suspend/resume of AP bus devicesMartin Schwidefsky1-166/+160
2015-10-14s390/zcrypt: fix device unregister raceMartin Schwidefsky1-2/+0
2015-10-14s390/zcrypt: fix memory leak with ap configuration dataMartin Schwidefsky2-133/+117
2015-10-14s390/zcrypt: remove duplicate low level functionsMartin Schwidefsky2-117/+32
2015-10-14s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens3-18/+39
2015-10-14s390/pci: reshuffle struct used to write debug dataSebastian Ott1-3/+3
2015-10-14s390/bitops: remove 31 bit related commentsHeiko Carstens2-22/+13
2015-10-14s390/cmpxchg: remove dead codeHeiko Carstens1-27/+3
2015-10-14s390/nmi: change type of mcck_interruption_code lowcore fieldHeiko Carstens1-1/+1
2015-10-14s390/flags: use _BITUL macroHeiko Carstens3-17/+22
2015-10-14s390/flags: fix flag handlingHeiko Carstens2-6/+6
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens6-17/+35
2015-10-14s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger1-1/+1
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger8-24/+40
2015-10-14s390/asm: make use of the OFFSET macro to define assember constantsMartin Schwidefsky1-140/+148
2015-10-14s390/sclp: avoid merged message outputMartin Schwidefsky3-83/+78
2015-10-14s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner3-64/+98
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner3-4/+6
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner13-199/+70
2015-10-14s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky1-2/+5
2015-10-14s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky2-3/+0
2015-10-14s390/diag: add tracepoint for diagnose callsMartin Schwidefsky6-14/+98
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky19-19/+282
2015-10-14s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky1-1/+22
2015-10-14s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky3-4/+58