summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-11-2925-197/+336
|\
| * Revert "s390/mm: Allow large pages for KASAN shadow mapping"Vasily Gorbik2024-11-291-11/+1
| * s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens2024-11-281-2/+22
| * s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens2024-11-281-1/+1
| * s390/spinlock: Generate shorter code for arch_spin_unlock()Heiko Carstens2024-11-281-3/+3
| * s390/spinlock: Remove condition code clobber from arch_spin_unlock()Heiko Carstens2024-11-281-1/+1
| * s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens2024-11-282-8/+9
| * s390: Support PREEMPT_DYNAMICHeiko Carstens2024-11-282-4/+19
| * s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle2024-11-281-25/+9
| * s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2024-11-282-6/+25
| * s390/mm/hugetlbfs: Add missing includesHeiko Carstens2024-11-281-0/+2
| * s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer2024-11-272-2/+3
| * s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer2024-11-272-5/+71
| * s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer2024-11-273-24/+47
| * s390/mm: Rearrange region-third and segment table entry SW bitsGerald Schaefer2024-11-272-8/+9
| * KVM: s390: Increase size of union sca_utility to four bytesHeiko Carstens2024-11-271-5/+10
| * KVM: s390: Remove one byte cmpxchg() usageHeiko Carstens2024-11-271-11/+2
| * KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens2024-11-274-19/+18
| * s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik2024-11-241-1/+11
| * s390: Add ARCH_HAS_PREEMPT_LAZY supportHeiko Carstens2024-11-242-3/+6
| * s390: Add missing _TIF definesHeiko Carstens2024-11-241-7/+6
| * s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik2024-11-212-0/+10
| * s390/cpum_sf: Simplify release of SDBs and SDBTsThomas Richter2024-11-211-25/+13
| * s390/stacktrace: Use break instead of return statementHeiko Carstens2024-11-211-1/+1
| * s390/mm: Remove bogus comment in __tlb_flush_mm()Alexander Gordeev2024-11-211-5/+0
| * s390/debug: Pass in and enforce output buffer size for format handlersNiklas Schnelle2024-11-212-37/+54
* | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-261-1/+1
|\ \
| * | PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen2024-10-181-1/+1
* | | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-251-1/+1
|\ \ \
| * | | Improve consistency of '#error' directive messagesNataniel Farzan2024-11-111-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-235-6/+50
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2024-11-125-4/+48
| |\ \ \ \
| | * | | | KVM: s390: add gen17 facilities to CPU modelHendrik Brueckner2024-11-112-0/+9
| | * | | | KVM: s390: add msa11 to cpu modelHendrik Brueckner2024-11-113-3/+14
| | * | | | KVM: s390: add concurrent-function facility to cpu modelHendrik Brueckner2024-11-113-1/+25
| | | |/ / | | |/| |
| * | | | Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-11-089-19/+49
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memorySean Christopherson2024-10-251-1/+1
| * | | | KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson2024-10-251-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-236-146/+36
|\ \ \ \
| * | | | arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2024-11-072-0/+12
| * | | | mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2024-11-061-1/+1
| * | | | mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-061-17/+0
| * | | | arch/s390: clean up hugetlb definitionsOscar Salvador2024-11-061-42/+16
| * | | | mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador2024-11-061-85/+0
| * | | | arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2024-11-061-2/+7
| | |/ / | |/| |
* | | | Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-223-4/+13
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel2024-11-153-4/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | | * | | iommu/s390: Implement blocking domainMatthew Rosato2024-10-153-4/+13
| | |/ / /
* | | | | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-213-0/+14
|\ \ \ \ \