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-06-08
Merge tag 'v7.1-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+1
2026-06-07
bpf: Add struct bpf_tramp_node object
Jiri Olsa
1
-22
/
+22
2026-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-89
/
+165
2026-06-04
Merge tag 's390-7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-6
/
+16
2026-06-03
s390/percpu: Provide arch_this_cpu_write() implementation
Heiko Carstens
1
-0
/
+30
2026-06-03
s390/percpu: Provide arch_this_cpu_read() implementation
Heiko Carstens
1
-0
/
+31
2026-06-03
s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
Heiko Carstens
1
-7
/
+19
2026-06-03
s390/percpu: Use new percpu code section for arch_this_cpu_add_return()
Heiko Carstens
1
-7
/
+19
2026-06-03
s390/percpu: Use new percpu code section for arch_this_cpu_add()
Heiko Carstens
1
-22
/
+43
2026-06-03
s390/percpu: Add missing do { } while (0) constructs
Heiko Carstens
1
-4
/
+4
2026-06-03
s390/percpu: Infrastructure for more efficient this_cpu operations
Heiko Carstens
7
-8
/
+173
2026-06-03
s390/fpu: Move GR_NUM / VX_NUM macros to separate header file
Heiko Carstens
3
-40
/
+56
2026-06-03
s390/fpu: Shorten GR_NUM / VX_NUM macros
Heiko Carstens
1
-142
/
+8
2026-06-02
s390/mm: use free_reserved_page() in vmem_free_pages()
David Hildenbrand (Arm)
1
-2
/
+1
2026-06-02
vdso/treewide: Drop GENERIC_TIME_VSYSCALL
Thomas Weißschuh
1
-1
/
+0
2026-06-02
s390/time: Prepare to stop elapsing in dynticks-idle
Frederic Weisbecker
3
-9
/
+73
2026-06-02
KVM: s390: Remove ptep_zap_softleaf_entry()
Claudio Imbrenda
1
-20
/
+5
2026-06-02
KVM: s390: Fix possible reference leak in fault-in code
Claudio Imbrenda
1
-8
/
+8
2026-06-02
KVM: s390: Prevent memslots outside the ASCE range
Claudio Imbrenda
1
-5
/
+28
2026-06-02
KVM: s390: Lock pte when making page secure
Claudio Imbrenda
1
-1
/
+20
2026-06-02
KVM: s390: Fix fault-in code
Claudio Imbrenda
1
-7
/
+7
2026-06-02
KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
Claudio Imbrenda
1
-5
/
+6
2026-06-02
KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
Claudio Imbrenda
1
-2
/
+6
2026-06-02
KVM: s390: Avoid potentially sleeping while atomic when zapping pages
Claudio Imbrenda
2
-45
/
+73
2026-06-02
KVM: s390: Fix _gmap_crstep_xchg_atomic()
Claudio Imbrenda
1
-0
/
+3
2026-06-02
KVM: s390: Fix _gmap_unmap_crste()
Claudio Imbrenda
1
-3
/
+16
2026-05-30
s390/mm: Make PTC and UV call order consistent
Alexander Gordeev
1
-21
/
+18
2026-05-30
s390/string: Remove strlcat() implementation
Heiko Carstens
2
-28
/
+0
2026-05-30
s390: Implement _THIS_IP_ using inline asm
Marco Elver
1
-0
/
+2
2026-05-29
crypto: s390 - add select CRYPTO_AEAD for aes
Arnd Bergmann
1
-0
/
+1
2026-05-28
uaccess: unify inline vs outline copy_{from,to}_user() selection
Yury Norov
1
-2
/
+1
2026-05-28
mm/sparse-vmemmap: pass @pgmap argument to memory deactivation paths
Muchun Song
1
-2
/
+3
2026-05-28
KVM: s390: Implement KVM_PRE_FAULT_MEMORY
Claudio Imbrenda
2
-0
/
+46
2026-05-28
KVM: s390: Track page size in struct guest_fault
Claudio Imbrenda
2
-0
/
+3
2026-05-28
s390/bug: Always emit format word in __BUG_ENTRY
Jan Polensky
1
-6
/
+6
2026-05-26
s390/tracing: Add s390-tod clock
Sven Schnelle
3
-0
/
+26
2026-05-26
s390/Kconfig: Cleanup defaults for selftests
Julian Braha
1
-5
/
+3
2026-05-26
s390/debug: Remove s390dbf_sysctl_header variable
Heiko Carstens
1
-3
/
+1
2026-05-26
s390/appldata: Remove unused appldata_sysctl_header variable
Heiko Carstens
1
-2
/
+1
2026-05-26
s390/configs: Enable IOMMUFD and VFIO cdev in defconfigs
Niklas Schnelle
2
-0
/
+8
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
10
-32
/
+107
2026-05-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-11
/
+73
2026-05-22
Merge tag 's390-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-13
/
+28
2026-05-22
KVM: s390: Properly reset zero bit in PGSTE
Claudio Imbrenda
1
-0
/
+1
2026-05-22
KVM: s390: vsie: Fix redundant rmap entries
Claudio Imbrenda
1
-1
/
+3
2026-05-22
KVM: s390: vsie: Fix unshadowing logic
Claudio Imbrenda
5
-5
/
+63
2026-05-22
KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
Claudio Imbrenda
1
-4
/
+3
2026-05-22
KVM: s390: vsie: Fix memory leak when unshadowing
Claudio Imbrenda
1
-1
/
+3
2026-05-21
ring-buffer: Flush and stop persistent ring buffer on panic
Masami Hiramatsu (Google)
1
-0
/
+1
2026-05-20
s390/processor: Implement cpu_relax() with cpu serialization
Heiko Carstens
1
-1
/
+3
[prev]
[next]