index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-20
Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
7
-25
/
+32
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-1
/
+1
2021-11-18
s390/kexec: fix memory leak of ipl report buffer
Baoquan He
1
-0
/
+10
2021-11-18
s390/kexec: fix return code handling
Heiko Carstens
2
-2
/
+9
2021-11-18
s390/dump: fix copying to user-space of swapped kdump oldmem
Alexander Egorenkov
1
-2
/
+2
2021-11-16
s390: wire up sys_futex_waitv system call
Vasily Gorbik
1
-0
/
+1
2021-11-16
s390/vdso: filter out -mstack-guard and -mstack-size
Sven Schnelle
1
-2
/
+3
2021-11-16
s390/vdso: remove -nostdlib compiler flag
Masahiro Yamada
2
-2
/
+2
2021-11-16
s390/setup: re-arrange memblock setup
Vasily Gorbik
1
-5
/
+4
2021-11-16
s390/setup: avoid using memblock_enforce_memory_limit
Vasily Gorbik
1
-3
/
+0
2021-11-16
s390/setup: avoid reserving memory above identity mapping
Vasily Gorbik
1
-9
/
+1
2021-11-13
Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+3
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2021-11-08
s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove
Thomas Richter
1
-1
/
+3
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
22
-275
/
+403
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-8
/
+9
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
1
-1
/
+2
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
3
-7
/
+7
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
1
-1
/
+1
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+57
2021-11-01
Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-10
/
+15
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-13
/
+10
2021-10-29
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
1
-1
/
+1
2021-10-29
signal/s390: Use force_sigsegv in default_trap_handler
Eric W. Biederman
1
-1
/
+1
2021-10-27
KVM: s390: pv: properly handle page flags for protected guests
Claudio Imbrenda
1
-1
/
+33
2021-10-26
s390: support command lines longer than 896 bytes
Sven Schnelle
3
-5
/
+20
2021-10-26
s390/kexec_file: move kernel image size check
Sven Schnelle
1
-15
/
+2
2021-10-26
s390/cpumf: Allow multiple processes to access /dev/hwc
Thomas Richter
1
-78
/
+150
2021-10-26
s390: add support for BEAR enhancement facility
Sven Schnelle
7
-16
/
+61
2021-10-26
s390: introduce nospec_uses_trampoline()
Sven Schnelle
2
-2
/
+2
2021-10-26
s390: rename last_break to pgm_last_break
Sven Schnelle
2
-2
/
+2
2021-10-26
s390/ptrace: add last_break member to pt_regs
Sven Schnelle
2
-2
/
+2
2021-10-26
s390/sclp: sort out physical vs virtual pointers usage
Alexander Gordeev
1
-0
/
+1
2021-10-26
s390/setup: convert start and end initrd pointers to virtual
Alexander Gordeev
1
-1
/
+1
2021-10-26
s390/setup: use physical pointers for memblock_reserve()
Alexander Gordeev
1
-5
/
+2
2021-10-26
s390/setup: use virtual address for STSI instruction
Alexander Gordeev
1
-4
/
+2
2021-10-26
s390/cpcmd: use physical address for command and response
Alexander Gordeev
1
-3
/
+3
2021-10-25
KVM: s390: pv: avoid stalls when making pages secure
Claudio Imbrenda
1
-6
/
+23
2021-10-25
s390/uv: fully validate the VMA before calling follow_page()
David Hildenbrand
1
-1
/
+1
2021-10-20
exit: Remove calls of do_exit after noreturn versions of die
Eric W. Biederman
1
-1
/
+1
2021-10-19
s390: make STACK_FRAME_OVERHEAD available via asm-offsets.h
Heiko Carstens
1
-0
/
+1
2021-10-19
s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL support
Heiko Carstens
1
-6
/
+17
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-2
/
+2
2021-10-11
s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementations
Heiko Carstens
1
-12
/
+29
2021-10-11
s390/jump_label: add __init_or_module annotation
Heiko Carstens
1
-2
/
+3
2021-10-11
s390/jump_label: rename __jump_label_transform()
Heiko Carstens
1
-6
/
+6
2021-10-11
s390/jump_label: make use of HAVE_JUMP_LABEL_BATCH
Heiko Carstens
1
-0
/
+13
2021-10-11
s390/ftrace: add missing serialization for graph caller patching
Heiko Carstens
1
-0
/
+2
2021-10-11
s390/ftrace: use text_poke_sync_lock()
Heiko Carstens
1
-6
/
+6
2021-10-11
s390/jump_label: use text_poke_sync()
Heiko Carstens
1
-6
/
+2
[next]