summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-19/+78
2025-05-28Merge tag 'kvm-s390-next-6.16-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-19/+78
2025-05-28KVM: s390: Simplify and move pv codeClaudio Imbrenda1-6/+6
2025-05-28s390/uv: Improve splitting of large folios that cannot be split while dirtyDavid Hildenbrand1-6/+60
2025-05-28s390/uv: Always return 0 from s390_wiggle_split_folio() if successfulDavid Hildenbrand1-10/+12
2025-05-28s390/uv: Don't return 0 from make_hva_secure() if the operation was not succe...David Hildenbrand1-1/+4
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+1
2025-05-27Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds12-112/+49
2025-05-21s390/perf: Remove driver-specific throttle supportKan Liang2-6/+1
2025-05-17s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register()Heiko Carstens1-33/+0
2025-05-05s390/entry: Fix last breaking event handling in case of stack corruptionHeiko Carstens1-1/+2
2025-04-30s390: Simple strcpy() to strscpy() conversionsHeiko Carstens2-9/+9
2025-04-30s390/uv: Remove uv_get_secret_metadata functionHarald Freudenberger1-30/+0
2025-04-30s390/uv: Rename find_secret() to uv_find_secret() and publishHarald Freudenberger1-5/+14
2025-04-30s390/cpumf: Adjust number of leading zeroes for z15 attributesThomas Richter1-2/+2
2025-04-17s390: Remove optional third argument of strscpy() if possibleHeiko Carstens3-3/+3
2025-04-17s390/ipl: Rename and change strncpy_skip_quote()Heiko Carstens1-13/+12
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens1-0/+5
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens3-18/+5
2025-04-09s390/cpumf: Fix double free on error in cpumf_pmu_event_init()Thomas Richter2-11/+1
2025-04-09s390/cpumf: Update CPU Measurement facility extended counter set supportThomas Richter2-4/+165
2025-04-09s390: Add z17 elf platformVasily Gorbik1-0/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-05Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds7-14/+8
2025-04-02mseal sysmap: enable s390Heiko Carstens1-1/+1
2025-03-31s390/smp: Add support for HOTPLUG_SMTHeiko Carstens1-7/+1
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens4-2/+3
2025-03-31s390/asm-offsets: Include ftrace_regs.h instead of ftrace.hHeiko Carstens1-1/+2
2025-03-31s390/kvm: Split kvm_host header fileHeiko Carstens1-1/+1
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens2-2/+0
2025-03-31s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocationSven Schnelle1-1/+1
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds26-349/+236
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-111/+16
2025-03-25Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+4
2025-03-25Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+1
2025-03-25Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2025-03-25Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-39/+23
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens4-5/+5
2025-03-18s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()Vasily Gorbik1-1/+2
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens1-4/+1
2025-03-18s390/syscall: Merge __do_syscall() and do_syscall()Heiko Carstens1-30/+17
2025-03-17s390: Rely on generic printing of preemption modelSebastian Andrzej Siewior1-6/+1
2025-03-17perf: Supply task information to sched_task()Kan Liang2-2/+4
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda1-7/+129
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+5
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-8/+3