summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2026-03-13Merge branch 'page-table-check-support' of git://git.kernel.org/pub/scm/linux...Vasily Gorbik3-7/+56
2026-03-13s390: Enable page table check for debug_defconfigAlexander Gordeev1-0/+2
2026-03-13s390/pgtable: Add s390 support for page table checkTobias Huschle2-4/+51
2026-03-13s390/pgtable: Use set_pmd_bit() to invalidate PMD entryAlexander Gordeev1-3/+3
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor2-4/+2
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-2/+2
2026-03-11s390: Add -m64 to KBUILD_CPPFLAGSThomas Weißschuh1-2/+1
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov5-10/+7
2026-03-07s390: Revert "s390/irq/idle: Remove psw bits early"Heiko Carstens1-6/+8
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-03-06KVM: s390: Fix a deadlockClaudio Imbrenda1-2/+4
2026-03-05s390/boot: Respect kaslr_enabled() for identity randomizationVasily Gorbik1-1/+2
2026-03-05s390/Kconfig: Make modules sanity test a module-only optionVasily Gorbik1-1/+1
2026-03-05s390/setup: Drop stale ident_map_size declarationVasily Gorbik1-1/+0
2026-03-05s390: Drop unnecessary CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOTCoiby Xu4-10/+1
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu2-6/+5
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong1-14/+60
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+10
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich2-0/+14
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens1-4/+4
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik1-1/+0
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+0
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov8-67/+66
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini1-2/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-25s390/pfault: Fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2026-02-25s390/kexec: Disable stack protector in s390_reset_system()Vasily Gorbik1-1/+1
2026-02-25s390/idle: Remove psw_idle() prototypeHeiko Carstens1-2/+0
2026-02-25s390/vtime: Use lockdep_assert_irqs_disabled() instead of BUG_ON()Heiko Carstens1-2/+1
2026-02-25s390/vtime: Use __this_cpu_read() / get rid of READ_ONCE()Heiko Carstens1-14/+7
2026-02-25s390/irq/idle: Remove psw bits earlyHeiko Carstens1-8/+6
2026-02-25s390/idle: Inline update_timer_idle()Heiko Carstens4-35/+38
2026-02-25s390/idle: Slightly optimize idle time accountingHeiko Carstens1-7/+8
2026-02-25s390/idle: Add comment for non obvious codeHeiko Carstens1-0/+9
2026-02-25s390/vtime: Fix virtual timer forwardingHeiko Carstens1-16/+2
2026-02-25s390/idle: Fix cpu idle exit cpu time accountingHeiko Carstens3-6/+18
2026-02-24s390/bpf: Do not increment tailcall count when prog is NULLIlya Leoshkevich1-8/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds27-42/+42
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook34-81/+74
2026-02-20Merge tag 's390-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-34/+35
2026-02-18s390/debug: Convert debug area lock from a spinlock to a raw spinlockBenjamin Block2-32/+32
2026-02-17s390/smp: Avoid calling rebuild_sched_domains() earlyHeiko Carstens1-1/+1
2026-02-17s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=nAlexander Egorenkov1-1/+2
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds44-5489/+5561
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-1/+4