summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-7/+15
2025-03-13s390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens1-3/+3
2025-02-27s390/boot: Fix ESSA detectionHeiko Carstens1-1/+1
2025-02-21s390/pci: Fix handling of isolated VFsNiklas Schnelle3-1/+28
2025-02-21s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()Niklas Schnelle1-14/+42
2025-02-17s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens4-13/+18
2025-02-17s390/pci: Fix SR-IOV for PFs initially in standbyNiklas Schnelle1-1/+0
2025-02-17KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2025-02-17s390/futex: Fix FUTEX_OP_ANDN implementationHeiko Carstens1-1/+1
2025-02-17s390/stackleak: Use exrl instead of ex in __stackleak_poison()Sven Schnelle1-2/+1
2025-02-08s390: Add '-std=gnu11' to decompressor and purgatory CFLAGSNathan Chancellor2-2/+2
2025-02-08s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens3-0/+7
2025-02-08s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-24/+50
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui3-3/+3
2025-01-07KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMsChristoph Schlameuss1-0/+2
2025-01-07KVM: s390: Reject setting flic pfault attributes on ucontrol VMsChristoph Schlameuss1-0/+4
2025-01-07KVM: s390: vsie: fix virtual/physical address in unpin_scb()Claudio Imbrenda1-1/+1
2024-12-15s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-11s390/ipl: Fix never less than zero warningAlexander Gordeev1-1/+1
2024-12-10s390/mm: Fix DirectMap accountingHeiko Carstens1-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds25-197/+336
2024-11-29Revert "s390/mm: Allow large pages for KASAN shadow mapping"Vasily Gorbik1-11/+1
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens1-2/+22
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Generate shorter code for arch_spin_unlock()Heiko Carstens1-3/+3
2024-11-28s390/spinlock: Remove condition code clobber from arch_spin_unlock()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens2-8/+9
2024-11-28s390: Support PREEMPT_DYNAMICHeiko Carstens2-4/+19
2024-11-28s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-11-28s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25
2024-11-28s390/mm/hugetlbfs: Add missing includesHeiko Carstens1-0/+2
2024-11-27s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer2-2/+3
2024-11-27s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer2-5/+71
2024-11-27s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer3-24/+47
2024-11-27s390/mm: Rearrange region-third and segment table entry SW bitsGerald Schaefer2-8/+9
2024-11-27KVM: s390: Increase size of union sca_utility to four bytesHeiko Carstens1-5/+10
2024-11-27KVM: s390: Remove one byte cmpxchg() usageHeiko Carstens1-11/+2
2024-11-27KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens4-19/+18
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-24s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-1/+11
2024-11-24s390: Add ARCH_HAS_PREEMPT_LAZY supportHeiko Carstens2-3/+6
2024-11-24s390: Add missing _TIF definesHeiko Carstens1-7/+6
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-6/+50
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-146/+36
2024-11-22Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+13
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-0/+14
2024-11-21s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik2-0/+10
2024-11-21s390/cpum_sf: Simplify release of SDBs and SDBTsThomas Richter1-25/+13