summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-18s390: introduce CPU alternativesVasily Gorbik5-0/+154
2017-10-18s390/debug: only write data onceSebastian Ott1-2/+4
2017-10-18s390/debug: improve debug_eventSebastian Ott1-10/+18
2017-10-18s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo1-3/+3
2017-10-16s390/debug: adjust coding styleHeiko Carstens1-490/+396
2017-10-16s390/cputime: fix guest/irq/softirq times after CPU hotplugChristian Borntraeger1-0/+3
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens1-7/+0
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens1-4/+2
2017-10-09Merge branch 'sthyi' into featuresMartin Schwidefsky5-1/+521
2017-10-09s390/sthyi: add s390_sthyi system callQingFeng Hao4-1/+35
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao1-13/+71
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao2-1/+429
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2-6/+6
2017-09-29s390/disassembler: add new z14 instructionsHeiko Carstens1-1/+82
2017-09-29s390/disassembler: add missing z13 instructionsHeiko Carstens1-2/+28
2017-09-29s390/disassembler: add sthyi instructionHeiko Carstens1-0/+1
2017-09-29s390/disassembler: remove double instructionsHeiko Carstens1-6/+0
2017-09-29s390/disassembler: fix LRDFU formatHeiko Carstens1-1/+1
2017-09-29s390/disassembler: add missing end marker for e7 tableHeiko Carstens1-0/+1
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky2-0/+6
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky2-3/+50
2017-09-28s390/cpumf: remove superfluous nr_cpumask_bits checkHeiko Carstens1-5/+1
2017-09-28s390/ptrace: add runtime instrumention register get/setAlice Frosi1-0/+109
2017-09-28s390/runtime_instrumentation: clean up struct runtime_instr_cbAlice Frosi1-6/+6
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens1-0/+2
2017-09-28s390: get rid of exit_thread()Heiko Carstens1-7/+0
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens2-8/+4
2017-09-28s390/ptrace: fix guarded storage regset handlingHeiko Carstens1-11/+22
2017-09-28s390/guarded storage: fix possible memory corruptionHeiko Carstens1-0/+2
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens2-18/+17
2017-09-28s390/runtime instrumention: fix possible memory corruptionHeiko Carstens1-2/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens1-4/+0
2017-09-20s390/topology: enable / disable topology dynamicallyHeiko Carstens1-2/+74
2017-09-20s390/topology: alternative topology for topology-less machinesHeiko Carstens2-23/+61
2017-09-19s390: switch to {get,put}_compat_sigset()Al Viro1-26/+7
2017-09-13s390/perf: fix bug when creating per-thread eventPu Hou1-3/+6
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-17/+15
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner1-1/+1
2017-08-23s390/smp: convert cpuhp_setup_state() return code to zero on successHeiko Carstens1-0/+1
2017-08-23s390: fix 'novx' early parameter handlingHeiko Carstens1-1/+1
2017-08-09s390/vmcp: make use of contiguous memory allocatorHeiko Carstens1-0/+1
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens1-9/+4
2017-07-26s390: add support for IBM z14 machinesMartin Schwidefsky1-0/+3
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky8-33/+69
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens5-9/+14
2017-07-26Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2-5/+21
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2-5/+21
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-17/+15
2017-07-13s390/perf: fix problem state detectionChristian Borntraeger1-1/+1