summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual2-2/+2
2025-03-16mm/cma: introduce cma_intersects functionFrank van der Linden1-8/+5
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts2-4/+4
2025-03-16mm: zbud: remove zbudYosry Ahmed2-2/+2
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel1-3/+1
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel2-1/+2
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-4/+10
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-12/+9
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda6-144/+151
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+5
2025-03-11Merge branch 'strict-mm-typechecks-support' into featuresVasily Gorbik7-52/+82
2025-03-11s390/syscall: Simplify syscall_get_arguments()Sven Schnelle1-4/+2
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle3-15/+0
2025-03-11s390/mm: Add configurable STRICT_MM_TYPECHECKSHeiko Carstens4-30/+43
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens3-26/+39
2025-03-11s390/mm: Convert pgprot_val() into functionHeiko Carstens1-2/+6
2025-03-11s390/mm: Use pgprot_val() instead of open codingHeiko Carstens1-1/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers2-2/+0
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers2-2/+0
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers2-2/+0
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-8/+3
2025-03-07Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-4/+5
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2025-03-04s390/atomic_ops: Let __atomic_add_const() variants always return voidHeiko Carstens1-4/+4
2025-03-04s390/traps: Change stack overflow messageSven Schnelle3-11/+11
2025-03-04s390/traps: Cleanup coding styleHeiko Carstens1-54/+25
2025-03-04s390/traps: Get rid of superfluous cpu_has_vx() checkHeiko Carstens1-5/+0
2025-03-04s390/traps: Use pr_emerg() instead of printk()Heiko Carstens1-2/+2
2025-03-04s390/traps: Cleanup get_user() handling in illegal_op()Heiko Carstens1-5/+5
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens1-20/+5
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens1-21/+7
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens1-19/+5
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens1-20/+6
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Add exception table supportHeiko Carstens5-11/+39
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens4-12/+16
2025-03-04s390/asm-offsets: Rename __LC_PGM_INT_CODEHeiko Carstens2-3/+2
2025-03-04s390: Use system header file variant of include directiveHeiko Carstens3-5/+5
2025-03-04s390/mm: Simplify gap clamping in mmap_base() using clamp()Qasim Ijaz1-8/+1
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens5-5/+190
2025-03-04s390/setup: Add decompressor_handled_param() wrapperHeiko Carstens1-3/+5
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens7-13/+11
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens4-14/+5
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens16-69/+82
2025-03-04s390/sysinfo: Move stsi() to header fileHeiko Carstens2-27/+27
2025-03-04s390/sysinfo: Cleanup stsi() inline assemblyHeiko Carstens1-26/+15
2025-03-04s390/sysinfo: Remove exception handling from __stsi()Heiko Carstens1-4/+3
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens5-22/+36
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens4-9/+9