summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2025-03-16mm/cma: introduce cma_intersects functionFrank van der Linden
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-16mm: zbud: remove zbudYosry Ahmed
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
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-11s390/mm: Use pgprot_val() instead of open codingHeiko Carstens
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-07Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
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/traps: Change stack overflow messageSven Schnelle
2025-03-04s390/traps: Cleanup coding styleHeiko Carstens
2025-03-04s390/traps: Get rid of superfluous cpu_has_vx() checkHeiko Carstens
2025-03-04s390/traps: Use pr_emerg() instead of printk()Heiko Carstens
2025-03-04s390/traps: Cleanup get_user() handling in illegal_op()Heiko Carstens
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens
2025-03-04s390/boot: Add exception table supportHeiko Carstens
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens
2025-03-04s390/asm-offsets: Rename __LC_PGM_INT_CODEHeiko Carstens
2025-03-04s390: Use system header file variant of include directiveHeiko Carstens
2025-03-04s390/mm: Simplify gap clamping in mmap_base() using clamp()Qasim Ijaz
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens
2025-03-04s390/setup: Add decompressor_handled_param() wrapperHeiko 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/sysinfo: Cleanup stsi() inline assemblyHeiko Carstens
2025-03-04s390/sysinfo: Remove exception handling from __stsi()Heiko 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