index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-28
crypto: s390 - drop redundant dependencies on S390
Eric Biggers
1
-10
/
+0
2025-04-23
crypto: s390/sha512 - Use API partial block handling
Herbert Xu
3
-136
/
+47
2025-04-23
crypto: s390/sha3 - Use API partial block handling
Herbert Xu
3
-73
/
+54
2025-04-23
crypto: arm64/sha3-ce - Use API partial block handling
Herbert Xu
1
-1
/
+0
2025-04-23
crypto: s390/sha256 - Use API partial block handling
Herbert Xu
1
-16
/
+17
2025-04-23
crypto: s390/sha1 - Use API partial block handling
Herbert Xu
3
-15
/
+92
2025-04-23
crypto: s390/ghash - Use API partial block handling
Herbert Xu
1
-57
/
+47
2025-04-17
iommu/s390: allow larger region tables
Matthew Rosato
1
-0
/
+1
2025-04-17
iommu/s390: support iova_to_phys for additional table regions
Matthew Rosato
1
-0
/
+2
2025-04-17
s390: Remove optional third argument of strscpy() if possible
Heiko Carstens
3
-3
/
+3
2025-04-17
s390/ipl: Rename and change strncpy_skip_quote()
Heiko Carstens
1
-13
/
+12
2025-04-17
s390/string: Remove optimized strncpy()
Heiko Carstens
2
-25
/
+0
2025-04-16
watchdog: diag288_wdt: Implement module autoload
Heiko Carstens
5
-0
/
+65
2025-04-14
s390/boot: Replace strncpy() with strscpy()
Vasily Gorbik
2
-2
/
+2
2025-04-14
s390/boot: Add sized_strscpy() to enable strscpy() usage
Vasily Gorbik
1
-0
/
+12
2025-04-14
s390/mm: Select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
Heiko Carstens
2
-5
/
+2
2025-04-14
s390/mm: Reimplement lazy ASCE handling
Heiko Carstens
12
-25
/
+97
2025-04-11
Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
8
-15
/
+198
2025-04-09
s390/cpumf: Fix double free on error in cpumf_pmu_event_init()
Thomas Richter
2
-11
/
+1
2025-04-09
s390/cpumf: Update CPU Measurement facility extended counter set support
Thomas Richter
2
-4
/
+165
2025-04-09
s390: Allow to compile with z17 optimizations
Vasily Gorbik
4
-0
/
+28
2025-04-09
s390: Add z17 elf platform
Vasily Gorbik
1
-0
/
+4
2025-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-12
/
+12
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-1
/
+1
2025-04-07
crypto: s390/chacha - remove the skcipher algorithms
Eric Biggers
2
-95
/
+13
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+4
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
3
-4
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-4
/
+4
2025-04-04
Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
18
-384
/
+389
2025-04-03
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+2
2025-04-01
mseal sysmap: enable s390
Heiko Carstens
2
-1
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-33
/
+14
2025-03-31
s390/pci: Fix dev.dma_range_map missing sentinel element
Niklas Schnelle
1
-13
/
+11
2025-03-31
s390/mm: Dump fault info in case of low address protection fault
Heiko Carstens
1
-0
/
+1
2025-03-31
s390/smp: Add support for HOTPLUG_SMT
Heiko Carstens
3
-7
/
+8
2025-03-31
s390: Fix linker error when -no-pie option is unavailable
Sumanth Korikkar
1
-1
/
+1
2025-03-31
s390/processor: Use bitop functions for cpu flag helper functions
Heiko Carstens
1
-12
/
+7
2025-03-31
s390/asm-offsets: Remove ASM_OFFSETS_C
Heiko Carstens
6
-5
/
+4
2025-03-31
s390/asm-offsets: Include ftrace_regs.h instead of ftrace.h
Heiko Carstens
1
-1
/
+2
2025-03-31
s390/kvm: Split kvm_host header file
Heiko Carstens
3
-339
/
+350
2025-03-31
s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs
Niklas Schnelle
1
-0
/
+3
2025-03-31
s390/lowcore: Remove unused machine_flags
Heiko Carstens
3
-5
/
+1
2025-03-31
s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation
Sven Schnelle
1
-1
/
+1
2025-03-31
Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
4
-12
/
+12
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+10
2025-03-29
Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
102
-1011
/
+1255
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-36
/
+20
2025-03-28
Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-9
/
+41
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-2
/
+0
[prev]
[next]