summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)Author
2025-04-04Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31s390/smp: Add support for HOTPLUG_SMTHeiko Carstens
2025-03-31s390/processor: Use bitop functions for cpu flag helper functionsHeiko Carstens
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens
2025-03-31s390/kvm: Split kvm_host header fileHeiko Carstens
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens
2025-03-18s390/lowcore: Use lghi instead llilh to clear registerHeiko Carstens
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens
2025-03-18s390/smp: Implement raw_smp_processor_id() with inline assemblyHeiko Carstens
2025-03-18s390/current: Implement current with inline assemblyHeiko Carstens
2025-03-18s390/lowcore: Use inline qualifier for get_lowcore() inline assemblyHeiko Carstens
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda
2025-03-11Merge branch 'strict-mm-typechecks-support' into featuresVasily Gorbik
2025-03-11s390/syscall: Simplify syscall_get_arguments()Sven Schnelle
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle
2025-03-11s390/mm: Add configurable STRICT_MM_TYPECHECKSHeiko Carstens
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens
2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-04s390/atomic_ops: Let __atomic_add_const() variants always return voidHeiko Carstens
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens
2025-03-04s390/sysinfo: Move stsi() to header fileHeiko Carstens
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens
2025-03-04s390: Static branches for machine features infrastructureHeiko Carstens
2025-03-04s390/cpufeature: Convert MACHINE_HAS_IDTE to cpu_has_idte()Heiko Carstens
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens