summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-14s390/mm: Select ARCH_WANT_IRQS_OFF_ACTIVATE_MMHeiko Carstens1-5/+1
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens6-2/+74
2025-04-09s390: Allow to compile with z17 optimizationsVasily Gorbik1-0/+4
2025-04-05Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-356/+363
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-31s390/smp: Add support for HOTPLUG_SMTHeiko Carstens1-0/+6
2025-03-31s390/processor: Use bitop functions for cpu flag helper functionsHeiko Carstens1-12/+7
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens1-3/+0
2025-03-31s390/kvm: Split kvm_host header fileHeiko Carstens2-338/+349
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens1-3/+1
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds35-315/+395
2025-03-29Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-03-27Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+6
2025-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-49/+2
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle1-0/+3
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-1/+0
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel2-2/+6
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens5-13/+17
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik1-14/+3
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens1-1/+0
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens6-51/+0
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens1-1/+1
2025-03-18s390/lowcore: Use lghi instead llilh to clear registerHeiko Carstens1-2/+2
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens1-2/+18
2025-03-18s390/smp: Implement raw_smp_processor_id() with inline assemblyHeiko Carstens1-3/+21
2025-03-18s390/current: Implement current with inline assemblyHeiko Carstens1-1/+17
2025-03-18s390/lowcore: Use inline qualifier for get_lowcore() inline assemblyHeiko Carstens1-3/+6
2025-03-17mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda2-2/+1
2025-03-11Merge branch 'strict-mm-typechecks-support' into featuresVasily Gorbik2-26/+43
2025-03-11s390/syscall: Simplify syscall_get_arguments()Sven Schnelle1-4/+2
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle2-5/+0
2025-03-11s390/mm: Add configurable STRICT_MM_TYPECHECKSHeiko Carstens1-30/+30
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens2-1/+14
2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens1-2/+6
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+12
2025-03-04s390/atomic_ops: Let __atomic_add_const() variants always return voidHeiko Carstens1-4/+4
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens1-0/+1
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens2-6/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens3-12/+12
2025-03-04s390/sysinfo: Move stsi() to header fileHeiko Carstens1-1/+27
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens2-3/+2
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens2-2/+2
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens2-2/+2
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens4-3/+5
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens4-5/+6
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens2-2/+1
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens4-14/+10