index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
s390/vdso: add vdso randomization
Sven Schnelle
1
-1
/
+32
2022-04-25
s390/vdso: map vdso above stack
Sven Schnelle
2
-4
/
+5
2022-04-25
s390/vdso: move vdso mapping to its own function
Sven Schnelle
2
-5
/
+20
2022-04-25
s390/mmap: increase stack/mmap gap to 128MB
Sven Schnelle
1
-2
/
+2
2022-04-25
s390/zcrypt: code cleanup
Harald Freudenberger
2
-9
/
+9
2022-04-25
s390/zcrypt: cleanup CPRB struct definitions
Harald Freudenberger
1
-14
/
+12
2022-04-25
s390/cio: simplify the calculation of variables
Haowen Bai
1
-15
/
+68
2022-04-25
s390/smp: sort out physical vs virtual CPU0 lowcore pointer
Alexander Gordeev
1
-1
/
+1
2022-04-25
s390/kexec: set end-of-ipl flag in last diag308 call
Alexander Egorenkov
3
-3
/
+16
2022-04-25
s390/sclp: add detection of IPL-complete-control facility
Alexander Egorenkov
1
-0
/
+1
2022-04-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-8
/
+8
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
3
-8
/
+8
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
1
-6
/
+1
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-2
/
+1
2022-04-12
s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfig
Sven Schnelle
1
-0
/
+1
2022-04-12
s390: current_stack_pointer shouldn't be a function
Sven Schnelle
4
-10
/
+4
2022-04-10
s390: update defconfigs
Heiko Carstens
3
-7
/
+12
2022-04-07
s390/kexec: silence -Warray-bounds warning
Heiko Carstens
1
-1
/
+1
2022-04-06
s390: allow to compile with z16 optimizations
Heiko Carstens
2
-0
/
+21
2022-04-06
s390: add z16 elf platform
Heiko Carstens
1
-0
/
+4
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-04-02
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
1
-1
/
+1
2022-04-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+0
2022-04-01
Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
24
-140
/
+208
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+1
2022-03-31
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
1
-2
/
+1
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
3
-5
/
+2
2022-03-28
s390/alternatives: avoid using jgnop mnemonic
Vasily Gorbik
2
-2
/
+2
2022-03-27
s390/pci: rename get_zdev_by_bus() to zdev_from_bus()
Niklas Schnelle
2
-4
/
+4
2022-03-27
s390/pci: improve zpci_dev reference counting
Niklas Schnelle
4
-4
/
+16
2022-03-27
s390/smp: use physical address for SIGP_SET_PREFIX command
Alexander Gordeev
1
-1
/
+1
2022-03-27
s390/maccess: rework absolute lowcore accessors
Alexander Gordeev
6
-24
/
+32
2022-03-27
s390/smp: cleanup control register update routines
Alexander Gordeev
2
-29
/
+23
2022-03-27
s390/smp: cleanup target CPU callback starting
Alexander Gordeev
1
-4
/
+11
2022-03-27
s390/test_unwind: verify __kretprobe_trampoline is replaced
Vasily Gorbik
1
-1
/
+8
2022-03-27
s390/unwind: avoid duplicated unwinding entries for kretprobes
Vasily Gorbik
2
-2
/
+3
2022-03-27
s390/unwind: recover kretprobe modified return address in stacktrace
Vasily Gorbik
2
-6
/
+15
2022-03-27
s390/kprobes: enable kretprobes framepointer verification
Vasily Gorbik
1
-4
/
+4
2022-03-27
s390/test_unwind: extend kretprobe test
Vasily Gorbik
1
-16
/
+33
2022-03-27
s390/ap: adjust whitespace
Heiko Carstens
1
-23
/
+23
2022-03-27
s390/ap: use insn format for new instructions
Heiko Carstens
1
-7
/
+7
2022-03-27
s390/alternatives: use insn format for new instructions
Heiko Carstens
3
-8
/
+8
2022-03-27
s390/alternatives: use instructions instead of byte patterns
Heiko Carstens
2
-7
/
+20
2022-03-27
s390/traps: improve panic message for translation-specification exception
Heiko Carstens
1
-3
/
+3
2022-03-27
s390: fix typo in syscall_wrapper.h
Russell Currey
1
-1
/
+1
2022-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-03-25
Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
98
-1254
/
+1069
2022-03-24
kasan, x86, arm64, s390: rename functions for modules shadow
Andrey Konovalov
1
-1
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-119
/
+659
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
7
-10
/
+10
[prev]
[next]