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
*
Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-04-01
9
-64
/
+56
|
\
|
*
s390/smp: use physical address for SIGP_SET_PREFIX command
Alexander Gordeev
2022-03-27
1
-1
/
+1
|
*
s390/maccess: rework absolute lowcore accessors
Alexander Gordeev
2022-03-27
5
-19
/
+20
|
*
s390/smp: cleanup control register update routines
Alexander Gordeev
2022-03-27
1
-24
/
+12
|
*
s390/smp: cleanup target CPU callback starting
Alexander Gordeev
2022-03-27
1
-4
/
+11
|
*
s390/unwind: avoid duplicated unwinding entries for kretprobes
Vasily Gorbik
2022-03-27
1
-2
/
+2
|
*
s390/unwind: recover kretprobe modified return address in stacktrace
Vasily Gorbik
2022-03-27
1
-6
/
+2
|
*
s390/kprobes: enable kretprobes framepointer verification
Vasily Gorbik
2022-03-27
1
-4
/
+4
|
*
s390/alternatives: use insn format for new instructions
Heiko Carstens
2022-03-27
1
-5
/
+5
|
*
s390/traps: improve panic message for translation-specification exception
Heiko Carstens
2022-03-27
1
-3
/
+3
*
|
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+1
|
\
\
|
*
|
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
2022-03-31
1
-2
/
+1
*
|
|
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-29
2
-4
/
+2
|
\
\
\
|
*
|
|
tracehook: Remove tracehook.h
Eric W. Biederman
2022-03-10
2
-2
/
+0
|
*
|
|
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2022-03-10
1
-2
/
+2
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-25
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
kasan, x86, arm64, s390: rename functions for modules shadow
Andrey Konovalov
2022-03-25
1
-1
/
+1
*
|
|
|
Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-03-25
38
-374
/
+284
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
s390/kprobes: Avoid additional kprobe in kretprobe handling
Tobias Huschle
2022-03-10
3
-34
/
+59
|
*
|
|
s390: convert ".insn" encoding to instruction names
Vasily Gorbik
2022-03-10
2
-3
/
+3
|
*
|
|
s390: assume stckf is always present
Vasily Gorbik
2022-03-10
2
-15
/
+9
|
*
|
|
s390: raise minimum supported machine generation to z10
Vasily Gorbik
2022-03-10
12
-90
/
+16
|
*
|
|
s390: remove unused expoline to BC instructions
Vasily Gorbik
2022-03-08
1
-20
/
+5
|
*
|
|
s390/irq: use assignment instead of cast
Heiko Carstens
2022-03-08
1
-1
/
+1
|
*
|
|
s390/traps: get rid of magic cast for per code
Heiko Carstens
2022-03-08
1
-1
/
+1
|
*
|
|
s390/traps: get rid of magic cast for program interruption code
Heiko Carstens
2022-03-08
1
-1
/
+1
|
*
|
|
s390/signal: fix typo in comments
Heiko Carstens
2022-03-08
2
-2
/
+2
|
*
|
|
s390/asm-offsets: remove unused defines
Heiko Carstens
2022-03-08
1
-5
/
+0
|
*
|
|
s390: remove .fixup section
Heiko Carstens
2022-03-08
1
-1
/
+0
|
*
|
|
s390/extable: add and use fixup_exception helper function
Heiko Carstens
2022-03-08
3
-17
/
+4
|
*
|
|
s390/base: pass pt_regs to early program check handler
Heiko Carstens
2022-03-08
2
-17
/
+19
|
*
|
|
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
2022-03-08
8
-0
/
+8
|
*
|
|
s390/extable: sort amode31 extable early
Heiko Carstens
2022-03-08
2
-1
/
+6
|
*
|
|
s390/entry: remove unused expoline thunk
Vasily Gorbik
2022-03-01
1
-1
/
+0
|
*
|
|
s390/ftrace: make use of epsw to get psw mask
Heiko Carstens
2022-03-01
1
-4
/
+10
|
*
|
|
s390/ptrace: remove opencoded offsetof
Heiko Carstens
2022-03-01
1
-88
/
+76
|
*
|
|
s390/smp: sort out physical vs virtual pointers usage
Alexander Gordeev
2022-03-01
1
-3
/
+3
|
*
|
|
s390: always use the packed stack layout
Vasily Gorbik
2022-03-01
1
-5
/
+1
|
*
|
|
Merge branch 'fixes' into features
Vasily Gorbik
2022-03-01
3
-1
/
+47
|
|
\
\
\
|
*
|
|
|
s390/maccess: fix semantics of memcpy_real() and its callers
Alexander Gordeev
2022-02-09
3
-35
/
+32
|
*
|
|
|
s390/dump: fix old lowcore virtual vs physical address confusion
Alexander Gordeev
2022-02-09
3
-2
/
+5
|
*
|
|
|
s390/lgr: use simple assignment instead of memcpy
Heiko Carstens
2022-02-06
1
-2
/
+1
|
*
|
|
|
s390/dump: fix os_info virtual vs physical address confusion
Alexander Gordeev
2022-02-06
1
-2
/
+2
|
*
|
|
|
s390/ftrace: verify opcode before applying patch
Sven Schnelle
2022-02-06
1
-16
/
+27
|
*
|
|
|
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
2022-02-06
14
-18
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
drivers/base/node: consolidate node device subsystem initialization in node_d...
David Hildenbrand
2022-03-22
1
-7
/
+0
|
|
/
/
|
/
|
|
*
|
|
s390/ftrace: fix arch_ftrace_get_regs implementation
Heiko Carstens
2022-03-01
2
-1
/
+10
*
|
|
s390/ftrace: fix ftrace_caller/ftrace_regs_caller generation
Heiko Carstens
2022-03-01
1
-0
/
+35
*
|
|
s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE
Alexander Egorenkov
2022-03-01
1
-0
/
+2
|
/
/
*
|
s390/module: fix loading modules with a lot of relocations
Ilya Leoshkevich
2022-01-24
1
-19
/
+18
[next]