summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorLines
2022-09-21KVM: s390: pci: register pci hooks without interpretationMatthew Rosato-5/+13
2022-09-21KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato-2/+2
2022-09-21KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch-3/+13
2022-09-21KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato-5/+5
2022-09-10Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-2/+3
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2022-09-07s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev-1/+1
2022-09-07s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev-1/+2
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-1/+1
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-16/+26
2022-08-30s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer-2/+4
2022-08-30s390: update defconfigsHeiko Carstens-48/+60
2022-08-30s390: fix nospec table alignmentsJosh Poimboeuf-0/+1
2022-08-30s390/mm: remove useless hugepage address alignmentGerald Schaefer-2/+0
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel-16/+26
2022-08-27Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-7/+19
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka-8/+2
2022-08-25s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer-1/+3
2022-08-25s390: fix double free of GS and RI CBs on fork() failureBrian Foster-6/+16
2022-08-15s390/hypfs: avoid error message under KVMJuergen Gross-2/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds-30/+31
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-188/+138
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-3/+3
2022-08-06Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev-1/+1
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev-294/+83
2022-08-06Revert "s390/smp,ptdump: add absolute lowcore markers"Alexander Gordeev-7/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+32
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-69/+20
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-155/+2315
2022-08-04Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas-7/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2022-08-02Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds-3/+3
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-45/+8
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-5/+27
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-27/+7
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini-155/+2315
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross-2/+2
2022-07-28s390/unwind: fix fgraph return address recoverySumanth Korikkar-1/+1
2022-07-28s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()Sven Schnelle-3/+5
2022-07-28s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev-0/+7
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev-83/+294
2022-07-28s390/setup: rearrange absolute lowcore initializationAlexander Gordeev-7/+6
2022-07-28s390/boot: cleanup adjust_to_uv_max() functionAlexander Gordeev-8/+14
2022-07-28s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev-1/+1
2022-07-28Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev-124/+46
2022-07-26Merge tag 's390-5.19-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+6
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld-22/+7
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen-3/+3