summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
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-314/+394
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+6
2025-03-25Merge 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-16mm/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-06Merge 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
2025-03-04s390: Static branches for machine features infrastructureHeiko Carstens2-2/+83
2025-03-04s390/cpufeature: Convert MACHINE_HAS_IDTE to cpu_has_idte()Heiko Carstens3-4/+4
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens2-2/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens4-4/+4
2025-03-04s390/cpufeature: Convert MACHINE_HAS_TOPOLOGY to cpu_has_topology()Heiko Carstens2-2/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_TLB_LC to cpu_has_tlb_lc()Heiko Carstens2-2/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens2-2/+1