index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/pai: fix raw data collection for PMU pai_ext
Thomas Richter
2022-10-26
1
-0
/
+1
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
2
-2
/
+2
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
1
-1
/
+2
|
\
|
*
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-27
1
-1
/
+2
*
|
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-10-10
1
-2
/
+2
|
\
\
|
*
|
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
2022-10-02
1
-2
/
+2
*
|
|
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
2
-0
/
+2
|
\
\
\
|
*
|
|
Merge branch 'v6.0-rc7'
Peter Zijlstra
2022-09-29
4
-8
/
+20
|
|
\
|
|
|
*
|
|
perf: Use sample_flags for raw_data
Namhyung Kim
2022-09-27
2
-0
/
+2
*
|
|
|
s390/pai: Add support for PAI Extension 1 NNPA counters
Thomas Richter
2022-09-16
2
-1
/
+672
*
|
|
|
s390/mm: uninline copy_oldmem_kernel() function
Alexander Gordeev
2022-09-14
3
-1
/
+16
*
|
|
|
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
2022-09-14
2
-24
/
+4
*
|
|
|
s390/dump: save IPL CPU registers once DAT is available
Alexander Gordeev
2022-09-14
2
-34
/
+32
*
|
|
|
s390/smp: rework absolute lowcore access
Alexander Gordeev
2022-09-14
7
-30
/
+163
*
|
|
|
s390/smp: call smp_reinit_ipl_cpu() before scheduler is available
Alexander Gordeev
2022-09-14
2
-2
/
+2
*
|
|
|
Merge branch 'fixes' into features
Vasily Gorbik
2022-09-14
3
-2
/
+4
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
s390/smp: enforce lowcore protection on CPU restart
Alexander Gordeev
2022-09-07
1
-1
/
+1
|
*
|
|
s390/boot: fix absolute zero lowcore corruption on boot
Alexander Gordeev
2022-09-07
2
-1
/
+2
|
*
|
|
s390: fix nospec table alignments
Josh Poimboeuf
2022-08-30
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
s390: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-30
2
-2
/
+2
|
/
/
*
/
s390: fix double free of GS and RI CBs on fork() failure
Brian Foster
2022-08-25
1
-6
/
+16
|
/
*
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-08-07
6
-109
/
+86
|
\
|
*
Revert "s390/smp: enforce lowcore protection on CPU restart"
Alexander Gordeev
2022-08-06
1
-1
/
+1
|
*
Revert "s390/smp: rework absolute lowcore access"
Alexander Gordeev
2022-08-06
7
-155
/
+29
|
*
s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()
Sven Schnelle
2022-07-28
1
-3
/
+5
|
*
s390/smp: rework absolute lowcore access
Alexander Gordeev
2022-07-28
7
-29
/
+155
|
*
s390/setup: rearrange absolute lowcore initialization
Alexander Gordeev
2022-07-28
1
-7
/
+6
|
*
s390/smp: enforce lowcore protection on CPU restart
Alexander Gordeev
2022-07-28
1
-1
/
+1
|
*
Merge branch 'vmcore-iov_iter' into features
Alexander Gordeev
2022-07-28
1
-80
/
+28
|
|
\
|
|
*
s390/crash: support multi-segment iterators
Alexander Gordeev
2022-07-20
1
-106
/
+22
|
|
*
s390/crash: use static swap buffer for copy_to_user_real()
Alexander Gordeev
2022-07-20
1
-14
/
+12
|
|
*
s390/crash: move copy_to_user_real() to crash_dump.c
Alexander Gordeev
2022-07-20
1
-0
/
+26
|
|
*
s390/crash: fix incorrect number of bytes to copy to user space
Alexander Gordeev
2022-07-20
1
-1
/
+1
|
|
*
s390/crash: remove redundant panic() on save area allocation failure
Alexander Gordeev
2022-07-20
1
-1
/
+1
|
*
|
s390/uvdevice: autoload module based on CPU facility
Steffen Eiden
2022-07-19
1
-0
/
+1
|
*
|
s390/cpufeature: allow for facility bits
Heiko Carstens
2022-07-19
1
-0
/
+3
|
*
|
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
2022-07-19
3
-11
/
+43
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-08-04
1
-0
/
+156
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
1
-0
/
+156
|
|
\
\
\
|
|
*
|
|
KVM: s390: pv: add export before import
Claudio Imbrenda
2022-07-13
1
-0
/
+28
|
|
*
|
|
KVM: s390: pv: handle secure storage violations for protected guests
Claudio Imbrenda
2022-07-13
1
-0
/
+55
|
|
*
|
|
s390: Add attestation query information
Steffen Eiden
2022-07-11
1
-0
/
+20
|
|
*
|
|
Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2022-06-07
1
-0
/
+53
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
s390/uv: Add dump fields to query
Janosch Frank
2022-06-01
1
-0
/
+33
|
|
|
*
|
s390/uv: Add SE hdr query information
Janosch Frank
2022-06-01
1
-0
/
+20
*
|
|
|
|
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-03
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-07-18
1
-2
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
2022-08-03
1
-5
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
kexec, KEYS, s390: Make use of built-in and secondary keyring for signature v...
Michal Suchanek
2022-07-15
1
-5
/
+13
|
|
|
/
/
/
|
|
/
|
|
|
[next]