aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens4-28/+12
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens2-0/+66
2017-10-09Merge branch 'sthyi' into featuresMartin Schwidefsky13-71/+182
2017-10-09s390/sthyi: add s390_sthyi system callQingFeng Hao6-2/+43
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao4-26/+71
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao6-73/+98
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2-6/+6
2017-10-04s390: use generic rwsem implementationHeiko Carstens2-210/+1
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-29s390/virtio: remove the old KVM virtio transportThomas Huth1-13/+0
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann1-0/+2
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger1-3/+293
2017-09-29s390/crypto: add inline assembly for KMA instruction to cpacf.hPatrick Steuer1-1/+51
2017-09-28s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky4-244/+72
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky5-43/+180
2017-09-28s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky2-17/+17
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky5-4/+56
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 Frosi3-48/+48
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens4-2/+5
2017-09-28s390: get rid of exit_thread()Heiko Carstens2-8/+0
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens3-10/+6
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 Carstens3-19/+20
2017-09-28s390/runtime instrumention: fix possible memory corruptionHeiko Carstens1-2/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens2-5/+1
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/mm: fix write access check in gup_huge_pmd()Gerald Schaefer1-4/+3
2017-09-19s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer1-1/+3
2017-09-13s390/perf: fix bug when creating per-thread eventPu Hou1-3/+6
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-47/+154
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-17/+15
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-1/+15
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-42/+175
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář2-7/+13
2017-09-07Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář23-121/+580
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+26
2017-09-06s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky4-19/+12
2017-09-06s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky3-3/+7
2017-09-06s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky2-23/+7