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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-05
KVM: s390: start using the GIB
Michael Mueller
1
-0
/
+7
2019-02-05
KVM: s390: add gib_alert_irq_handler()
Michael Mueller
6
-2
/
+175
2019-02-05
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
Michael Mueller
1
-3
/
+22
2019-02-05
KVM: s390: add functions to (un)register GISC with GISA
Michael Mueller
2
-0
/
+125
2019-02-05
KVM: s390: add kvm reference to struct sie_page2
Michael Mueller
2
-1
/
+3
2019-02-05
KVM: s390: add the GIB and its related life-cyle functions
Michael Mueller
4
-0
/
+55
2019-02-05
s390/cio: add function chsc_sgib()
Michael Mueller
1
-0
/
+1
2019-02-05
KVM: s390: introduce struct kvm_s390_gisa_interrupt
Michael Mueller
3
-24
/
+36
2019-02-05
KVM: s390: remove kvm_s390_ from gisa static inline functions
Michael Mueller
1
-14
/
+13
2019-02-05
KVM: s390: use pending_irqs_no_gisa() where appropriate
Michael Mueller
1
-2
/
+2
2019-02-05
KVM: s390: coding style kvm_s390_gisa_init/clear()
Michael Mueller
1
-10
/
+10
2019-02-05
KVM: s390: move bitmap idle_mask into arch struct top level
Michael Mueller
3
-8
/
+7
2019-02-05
KVM: s390: make bitmap declaration consistent
Michael Mueller
2
-2
/
+2
2019-02-05
KVM: s390: drop obsolete else path
Michael Mueller
1
-1
/
+1
2019-02-05
KVM: s390: clarify kvm related kernel message
Michael Mueller
1
-3
/
+3
2019-02-04
s390: bpf: fix JMP32 code-gen
Heiko Carstens
1
-1
/
+5
2019-02-03
arch: Use asm-generic/socket.h when possible
Deepa Dinamani
2
-119
/
+1
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-14
/
+52
2019-01-28
s390: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-10
/
+0
2019-01-28
s390: pci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-11
/
+3
2019-01-28
s390/hypfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
7
-27
/
+19
2019-01-28
s390/setup: set control program code via diag 318
Collin Walling
4
-0
/
+35
2019-01-28
s390/suspend: fix stack setup in swsusp_arch_suspend
Martin Schwidefsky
1
-2
/
+2
2019-01-28
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
1
-1
/
+1
2019-01-28
s390: make built-in.a not directly depend on *.o.chkbss files
Masahiro Yamada
3
-18
/
+15
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-10
/
+19
2019-01-26
s390: bpf: implement jitting of JMP32
Jiong Wang
1
-14
/
+52
2019-01-25
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
2
-3
/
+3
2019-01-25
arch: add split IPC system calls where needed
Arnd Bergmann
1
-0
/
+12
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-2
/
+2
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2
-2
/
+2
2019-01-23
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into features
Martin Schwidefsky
10
-569
/
+328
2019-01-23
s390: fix system call tracing
Heiko Carstens
1
-0
/
+25
2019-01-18
s390/hypfs: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-18
s390/kasan: improve string/memory functions checks
Vasily Gorbik
3
-6
/
+51
2019-01-18
s390: remove the ptep_modify_prot_{start,commit} exports
Christoph Hellwig
1
-2
/
+0
2019-01-18
s390: remove compat_wrapper.c
Arnd Bergmann
3
-326
/
+140
2019-01-18
s390: autogenerate compat syscall wrappers
Arnd Bergmann
5
-21
/
+147
2019-01-18
s390: use generic UID16 implementation
Arnd Bergmann
5
-252
/
+41
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
2
-2
/
+4
2019-01-18
s390: open-code s390_personality syscall
Arnd Bergmann
1
-2
/
+5
2019-01-17
net: introduce SO_BINDTOIFINDEX sockopt
David Herrmann
1
-0
/
+2
2019-01-11
s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU
David Hildenbrand
1
-1
/
+6
2019-01-11
s390/vdso: correct vdso mapping for compat tasks
Vasily Gorbik
2
-4
/
+3
2019-01-11
s390/smp: fix CPU hotplug deadlock with CPU rescan
Gerald Schaefer
1
-0
/
+4
2019-01-11
s390/mm: always force a load of the primary ASCE on context switch
Martin Schwidefsky
1
-3
/
+2
2019-01-11
s390/early: improve machine detection
Christian Borntraeger
2
-2
/
+4
2019-01-06
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
5
-36
/
+8
2019-01-05
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+3
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
2
-14
/
+5
[prev]
[next]