summaryrefslogtreecommitdiff
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-251-0/+1
|\
| * Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-0/+1
| |\
| * \ Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-11-181-0/+1
| |\ \
| | * | KVM: s390: count invalid yieldsChristian Borntraeger2019-10-101-0/+1
* | | | Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-2510-81/+65
|\ \ \ \
| * | | | s390/early: move control registers setup in C codeVasily Gorbik2019-11-201-0/+1
| * | | | s390: always inline current_stack_pointer()Heiko Carstens2019-10-311-1/+1
| * | | | s390/mm: add mm_pxd_folded() checks to pxd_free()Gerald Schaefer2019-10-311-2/+14
| * | | | s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer2019-10-311-2/+2
| * | | | s390/mm: simplify page table helpers for large entriesGerald Schaefer2019-10-311-55/+28
| * | | | s390/mm: make pmd/pud_bad() report large entries as badGerald Schaefer2019-10-311-8/+2
| * | | | s390/time: ensure get_clock_monotonic() returns monotonic valuesHeiko Carstens2019-10-311-6/+10
| * | | | s390/unwind: fix get_stack_pointer(NULL, NULL)Ilya Leoshkevich2019-10-311-1/+1
| * | | | s390/time: remove monotonic_clock()Heiko Carstens2019-10-311-1/+0
| * | | | s390/qdio: move SSQD Sniffer mask definitionJulian Wiedmann2019-10-311-0/+1
| * | | | s390/alternatives: make use of asm_inlineHeiko Carstens2019-10-312-3/+3
| * | | | s390/bug: make use of asm_inlineHeiko Carstens2019-10-311-2/+2
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-2/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-2/+0
| | |/ / | |/| |
* | | | s390/unwind: fix mixing regs and spIlya Leoshkevich2019-10-311-0/+1
|/ / /
* | | s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger2019-10-111-2/+2
|/ /
* | s390/mm: mark function(s) __always_inlineHeiko Carstens2019-10-041-11/+11
* | s390/jump_label: mark function(s) __always_inlineHeiko Carstens2019-10-041-2/+2
* | s390/cpu_mf: mark function(s) __always_inlineHeiko Carstens2019-10-041-1/+2
* | s390/atomic,bitops: mark function(s) __always_inlineHeiko Carstens2019-10-042-5/+5
* | s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-042-3/+9
* | s390: mark __cpacf_query() as __always_inlineJiri Kosina2019-10-041-1/+1
* | s390/qdio: clarify size of the QIB parm areaJulian Wiedmann2019-10-011-1/+1
* | s390/cpumsf: Check for CPU Measurement samplingThomas Richter2019-10-011-1/+4
|/
* Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-263-7/+9
|\
| * s390/cpumf: Remove mixed white spaceThomas Richter2019-09-191-5/+5
| * s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter2019-09-191-0/+2
| * s390/zcrypt: CEX7S exploitation supportHarald Freudenberger2019-09-191-2/+2
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-1/+0
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-4/+1
|\ \
| * | s390/mm: Remove sev_active() functionThiago Jung Bauermann2019-08-091-1/+0
| * | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-091-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-1/+5
|\ \ \
| * | | s390/qeth: add TX NAPI support for IQD devicesJulian Wiedmann2019-08-241-0/+1
| * | | s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann2019-08-241-1/+1
| * | | s390/qdio: enable drivers to poll for Output completionsJulian Wiedmann2019-08-241-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-09-111-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsThomas Huth2019-09-041-0/+6
| | |/
* | | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-179-139/+269
|\ \ \ | |/ / |/| |
| * | s390/crypto: Support for SHA3 via CPACF (MSA6)Joerg Schmidbauer2019-09-131-0/+8
| * | s390/base: remove unused s390_base_mcck_handlerVasily Gorbik2019-09-031-2/+0
| * | s390/mem_detect: provide single get_mem_detect_endVasily Gorbik2019-08-261-0/+12
| * | s390/pkey: add CCA AES cipher key supportHarald Freudenberger2019-08-211-22/+235