summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-04-28crypto: s390 - drop redundant dependencies on S390Eric Biggers1-10/+0
2025-04-23crypto: s390/sha512 - Use API partial block handlingHerbert Xu3-136/+47
2025-04-23crypto: s390/sha3 - Use API partial block handlingHerbert Xu3-73/+54
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu1-1/+0
2025-04-23crypto: s390/sha256 - Use API partial block handlingHerbert Xu1-16/+17
2025-04-23crypto: s390/sha1 - Use API partial block handlingHerbert Xu3-15/+92
2025-04-23crypto: s390/ghash - Use API partial block handlingHerbert Xu1-57/+47
2025-04-17iommu/s390: allow larger region tablesMatthew Rosato1-0/+1
2025-04-17iommu/s390: support iova_to_phys for additional table regionsMatthew Rosato1-0/+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-17s390/string: Remove optimized strncpy()Heiko Carstens2-25/+0
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens5-0/+65
2025-04-14s390/boot: Replace strncpy() with strscpy()Vasily Gorbik2-2/+2
2025-04-14s390/boot: Add sized_strscpy() to enable strscpy() usageVasily Gorbik1-0/+12
2025-04-14s390/mm: Select ARCH_WANT_IRQS_OFF_ACTIVATE_MMHeiko Carstens2-5/+2
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens12-25/+97
2025-04-11Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-15/+198
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: Allow to compile with z17 optimizationsVasily Gorbik4-0/+28
2025-04-09s390: Add z17 elf platformVasily Gorbik1-0/+4
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+12
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-04-07crypto: s390/chacha - remove the skcipher algorithmsEric Biggers2-95/+13
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-1/+7
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-4/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-4/+4
2025-04-04Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds18-384/+389
2025-04-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2025-04-01mseal sysmap: enable s390Heiko Carstens2-1/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-33/+14
2025-03-31s390/pci: Fix dev.dma_range_map missing sentinel elementNiklas Schnelle1-13/+11
2025-03-31s390/mm: Dump fault info in case of low address protection faultHeiko Carstens1-0/+1
2025-03-31s390/smp: Add support for HOTPLUG_SMTHeiko Carstens3-7/+8
2025-03-31s390: Fix linker error when -no-pie option is unavailableSumanth Korikkar1-1/+1
2025-03-31s390/processor: Use bitop functions for cpu flag helper functionsHeiko Carstens1-12/+7
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens6-5/+4
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 Carstens3-339/+350
2025-03-31s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFsNiklas Schnelle1-0/+3
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens3-5/+1
2025-03-31s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocationSven Schnelle1-1/+1
2025-03-31Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-12/+12
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-4/+10
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds102-1011/+1255
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-36/+20
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-9/+41
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+0