aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
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/ebiederm/user-namespaceLinus 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-4/+20
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2-4/+20
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-17/+15
2017-07-13s390/perf: fix problem state detectionChristian Borntraeger1-1/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2-6/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+29
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2017-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-92/+207
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-31/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-25/+0
2017-06-28Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky3-11/+89
2017-06-27KVM: s390: Backup the guest's machine check infoQingFeng Hao1-0/+34
2017-06-27s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao3-11/+55