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
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
1
-1
/
+0
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Mike Rapoport (Microsoft)
1
-3
/
+1
2026-04-03
Merge tag 's390-7.0-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+5
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
16
-202
/
+293
2026-04-02
xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
1
-19
/
+0
2026-04-02
s390: move the XOR code to lib/raid/
Christoph Hellwig
2
-137
/
+1
2026-04-02
xor: remove macro abuse for XOR implementation registrations
Christoph Hellwig
1
-7
/
+5
2026-04-02
xor: split xor.h
Christoph Hellwig
1
-1
/
+1
2026-04-03
crypto: s390 - Remove des and des3_ede code
Eric Biggers
5
-521
/
+0
2026-04-02
KVM: s390: Add KVM capability for ESA mode guests
Hendrik Brueckner
1
-0
/
+6
2026-04-02
KVM: s390: vsie: Accommodate ESA prefix pages
Eric Farman
3
-4
/
+11
2026-04-02
KVM: s390: vsie: Disable some bits when in ESA mode
Eric Farman
1
-0
/
+14
2026-04-02
KVM: s390: vsie: Allow non-zarch guests
Eric Farman
2
-3
/
+6
2026-03-31
KVM: s390: Fix lpsw/e breaking event handling
Janosch Frank
1
-2
/
+6
2026-03-31
KVM: s390: only deliver service interrupt with payload
Eric Farman
1
-0
/
+3
2026-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-178
/
+231
2026-03-28
Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-3
/
+9
2026-03-28
s390/entry: Scrub r12 register on kernel entry
Vasily Gorbik
1
-0
/
+3
2026-03-28
s390/syscalls: Add spectre boundary for syscall dispatch table
Greg Kroah-Hartman
1
-1
/
+4
2026-03-28
s390/barrier: Make array_index_mask_nospec() __always_inline
Vasily Gorbik
1
-2
/
+2
2026-03-27
resource: Pass full extent of empty space to resource_alignf callback
Ilpo Järvinen
1
-0
/
+1
2026-03-26
KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl
Claudio Imbrenda
1
-3
/
+15
2026-03-26
KVM: s390: vsie: Fix guest page tables protection
Claudio Imbrenda
1
-2
/
+10
2026-03-26
KVM: s390: vsie: Fix unshadowing while shadowing
Claudio Imbrenda
2
-1
/
+19
2026-03-26
KVM: s390: vsie: Fix refcount overflow for shadow gmaps
Claudio Imbrenda
1
-1
/
+3
2026-03-26
KVM: s390: vsie: Fix nested guest memory shadowing
Claudio Imbrenda
1
-6
/
+15
2026-03-26
KVM: s390: Correctly handle guest mappings without struct page
Claudio Imbrenda
3
-13
/
+14
2026-03-26
KVM: s390: Fix gmap_link()
Claudio Imbrenda
3
-54
/
+52
2026-03-26
KVM: s390: vsie: Fix check for pre-existing shadow mapping
Claudio Imbrenda
1
-2
/
+3
2026-03-26
KVM: s390: Remove non-atomic dat_crstep_xchg()
Claudio Imbrenda
5
-96
/
+99
2026-03-26
KVM: s390: vsie: Fix dat_split_ste()
Claudio Imbrenda
1
-0
/
+1
2026-03-24
randomize_kstack: Unify random source across arches
Ryan Roberts
2
-9
/
+1
2026-03-24
module: Give MODULE_SIG_STRING a more descriptive name
Thomas Weißschuh
1
-2
/
+2
2026-03-24
module: Give 'enum pkey_id_type' a more specific name
Thomas Weißschuh
1
-1
/
+1
2026-03-24
s390/percpu: Provide arch_raw_cpu_ptr()
Heiko Carstens
1
-0
/
+18
2026-03-24
s390/cpum_sf: Cap sampling rate to prevent lsctl exception
Thomas Richter
1
-1
/
+5
2026-03-24
Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
10
-21
/
+53
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
2
-2
/
+2
2026-03-23
lib/crypto: s390/ghash: Migrate optimized code into library
Eric Biggers
5
-157
/
+0
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
2
-8
/
+10
2026-03-16
s390/bpf: Zero-extend bpf prog return values and kfunc arguments
Ilya Leoshkevich
1
-15
/
+24
2026-03-16
KVM: s390: vsie: Avoid injecting machine check on signal
Christian Borntraeger
7
-15
/
+22
2026-03-16
KVM: s390: log machine checks more aggressively
Christian Borntraeger
3
-2
/
+6
2026-03-16
KVM: s390: Limit adapter indicator access to mapped page
Janosch Frank
1
-0
/
+12
2026-03-16
s390/mm: Add missing secure storage access fixups for donated memory
Janosch Frank
1
-2
/
+9
2026-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2026-03-13
Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-6
/
+8
2026-03-13
integrity: Eliminate weak definition of arch_get_secureboot()
Nathan Chancellor
2
-5
/
+6
[prev]
[next]