summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)Author
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens
2017-10-09Merge branch 'sthyi' into featuresMartin Schwidefsky
2017-10-09s390/sthyi: add s390_sthyi system callQingFeng Hao
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao
2017-10-04s390: use generic rwsem implementationHeiko Carstens
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann
2017-09-29s390/crypto: add inline assembly for KMA instruction to cpacf.hPatrick Steuer
2017-09-28s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky
2017-09-28s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky
2017-09-28s390/runtime_instrumentation: clean up struct runtime_instr_cbAlice Frosi
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens
2017-09-19s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-06s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky
2017-09-06s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky
2017-09-06s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky
2017-09-06s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger
2017-09-06s390/zcrypt: externalize AP config info queryHarald Freudenberger
2017-09-06s390/zcrypt: externalize test AP queueTony Krowiak
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro
2017-08-31s390/mm: fork vs. 5 level page tabelMartin Schwidefsky
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger
2017-08-29s390/dasd: Add discard support for FBA devicesJan Höppner
2017-08-29s390/mm: use generic mm_hooksMartin Schwidefsky
2017-08-29KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda
2017-08-29KVM: s390: Multiple Epoch Facility supportCollin L. Walling
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2017-08-23s390/topology: Remove the unused parent_node() macroDou Liyang
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15iommu/s390: Add support for iommu_device handlingJoerg Roedel
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim