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