index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
s390: workaround invalid gcc-11 out of bounds read warning
Heiko Carstens
1
-2
/
+3
2023-01-11
s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
Heiko Carstens
1
-39
/
+62
2023-01-10
s390/kexec: fix ipl report address for kdump
Alexander Egorenkov
1
-2
/
+3
2023-01-06
s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
Masahiro Yamada
1
-0
/
+2
2023-01-06
s390: expicitly align _edata and _end symbols on page boundary
Alexander Gordeev
1
-0
/
+2
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
1
-0
/
+1
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-11
/
+23
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-12-12
Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-20
/
+0
2022-12-12
Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
10
-191
/
+512
2022-12-06
s390/nmi: get rid of private slab cache
Heiko Carstens
1
-31
/
+9
2022-12-06
s390/nmi: move storage error checking back to C, enter with DAT on
Heiko Carstens
3
-32
/
+21
2022-12-06
s390/nmi: print machine check interruption code before stopping system
Heiko Carstens
1
-0
/
+52
2022-12-06
s390/nmi: rework register validation handling
Heiko Carstens
1
-54
/
+10
2022-12-06
s390/nmi: use vector instruction macros instead of byte patterns
Heiko Carstens
1
-5
/
+4
2022-12-06
s390/vx: add vx-insn.h wrapper include file
Heiko Carstens
1
-2
/
+1
2022-12-06
s390/ipl: use octal values instead of S_* macros
Sven Schnelle
1
-36
/
+30
2022-12-06
s390/ipl: add eckd dump support
Sven Schnelle
1
-1
/
+71
2022-12-06
s390/ipl: add eckd support
Sven Schnelle
1
-0
/
+282
2022-12-01
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
1
-20
/
+0
2022-11-28
Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
3
-11
/
+23
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-25
[s390] copy_oldmem_kernel() - WRITE is "data source", not destination
Al Viro
1
-1
/
+1
2022-11-24
s390/crashdump: fix TOD programmable field size
Heiko Carstens
1
-1
/
+1
2022-11-23
s390/kprobes: define insn cache ops within private header file
Heiko Carstens
2
-2
/
+10
2022-11-23
s390/debug: remove function type cast
Heiko Carstens
1
-3
/
+4
2022-11-23
s390/ipl: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-3
/
+4
2022-11-23
KVM: s390: pv: avoid export before import if possible
Claudio Imbrenda
1
-0
/
+7
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
2022-10-27
perf: Rewrite core context handling
Peter Zijlstra
2
-2
/
+2
2022-10-26
s390/pai: fix raw data collection for PMU pai_ext
Thomas Richter
1
-0
/
+1
2022-10-26
s390/pai: rename structure member users to active_events
Thomas Richter
1
-6
/
+6
2022-10-26
s390/pai: rework pai_crypto mapped buffer reference count
Thomas Richter
1
-22
/
+20
2022-10-26
s390/pai: move enum definition to header file
Thomas Richter
1
-9
/
+3
2022-10-26
s390/entry: sort out physical vs virtual pointers usage in sie64a
Nico Boehr
2
-11
/
+16
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-2
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+2
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-2
/
+2
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
4
-8
/
+20
2022-09-27
perf: Use sample_flags for raw_data
Namhyung Kim
2
-0
/
+2
2022-09-26
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-09-16
s390/pai: Add support for PAI Extension 1 NNPA counters
Thomas Richter
2
-1
/
+672
2022-09-14
s390/mm: uninline copy_oldmem_kernel() function
Alexander Gordeev
3
-1
/
+16
2022-09-14
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
2
-24
/
+4
2022-09-14
s390/dump: save IPL CPU registers once DAT is available
Alexander Gordeev
2
-34
/
+32
[next]