summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-09-091-1/+1
|\
| * asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-041-11/+6
|\ \
| * | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-291-11/+6
| |/
* / s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer2022-08-301-2/+4
|/
* provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-8/+2
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-30/+31
|\
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-30/+31
* | Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-066-34/+27
|\ \
| * | Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev2022-08-063-19/+15
| * | s390/unwind: fix fgraph return address recoverySumanth Korikkar2022-07-281-1/+1
| * | s390/smp: rework absolute lowcore accessAlexander Gordeev2022-07-283-15/+19
| * | Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev2022-07-284-18/+18
| |\ \
| | * | s390/crash: support multi-segment iteratorsAlexander Gordeev2022-07-202-3/+18
| | * | s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev2022-07-201-1/+0
| | * | s390/mm: remove unused tprot() functionAlexander Gordeev2022-07-201-14/+0
| | |/
| * | s390/uvdevice: autoload module based on CPU facilitySteffen Eiden2022-07-191-0/+1
| * | s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-191-15/+7
| |/
* | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-061-3/+3
|\ \
| * | vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen2022-07-231-3/+3
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\ \
| * | s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+2
|\ \
| * | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-1/+2
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-7/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-1/+0
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-0412-24/+208
|\ \
| * \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-0112-24/+208
| |\ \
| | * | KVM: s390: guest support for topology functionPierre Morel2022-07-201-3/+15
| | * | s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda2022-07-191-3/+16
| | * | KVM: s390: pv: add mmu_notifierClaudio Imbrenda2022-07-191-0/+2
| | * | KVM: s390: pv: usage counter instead of flagClaudio Imbrenda2022-07-133-3/+3
| | * | KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda2022-07-131-1/+36
| | * | KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda2022-07-131-0/+1
| | * | KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda2022-07-131-0/+2
| | * | s390: Add attestation query informationSteffen Eiden2022-07-111-1/+6
| | * | Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger2022-07-117-13/+83
| | |\ \
| | | * | KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato2022-07-112-0/+19
| | | * | KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato2022-07-111-0/+4
| | | * | KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato2022-07-112-0/+14
| | | * | KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato2022-07-112-0/+16
| | | * | KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato2022-07-111-0/+3
| | | * | s390/pci: stash dtsm and maxstblMatthew Rosato2022-07-112-2/+6
| | | * | s390/pci: stash associated GISA designationMatthew Rosato2022-07-112-1/+3
| | | * | s390/pci: externalize the SIC operation controls and routineMatthew Rosato2022-07-111-8/+9
| | | * | s390/airq: allow for airq structure that uses an input vectorMatthew Rosato2022-07-111-1/+3
| | | * | s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-111-1/+2
| | | * | s390/sclp: detect the AISI facilityMatthew Rosato2022-07-111-0/+1
| | | * | s390/sclp: detect the AENI facilityMatthew Rosato2022-07-111-0/+1