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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-2
/
+2
2017-11-21
s390: cmm: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-11-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
36
-475
/
+985
2017-11-17
Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+0
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-26
/
+7
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-40
/
+62
2017-11-16
s390: remove unused parameter from Makefile
Heiko Carstens
1
-1
/
+1
2017-11-16
s390/cpum_sf: correctly set the PID and TID in perf samples
Hendrik Brueckner
3
-2
/
+78
2017-11-16
s390/cpum_sf: load program parameter at sampler enablement
Hendrik Brueckner
2
-0
/
+9
2017-11-16
s390/perf: extend perf_regs support to include floating-point registers
Hendrik Brueckner
2
-0
/
+37
2017-11-16
s390/perf: add perf_regs support and user stack dump
Heiko Carstens
4
-1
/
+79
2017-11-16
s390/cpum_sf: do not register PMU if no sampling mode is authorized
Hendrik Brueckner
1
-0
/
+3
2017-11-16
s390/cpumf: remove raw event support in basic-only sampling mode
Pu Hou
2
-175
/
+27
2017-11-16
s390/cpumf: enable using AUX buffer
Pu Hou
1
-11
/
+44
2017-11-16
s390/cpumf: introduce AUX buffer for dump diagnostic sample data
Pu Hou
1
-0
/
+446
2017-11-16
Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
15
-111
/
+244
2017-11-16
s390/disassembler: increase show_code buffer size
Vasily Gorbik
1
-2
/
+2
2017-11-16
s390: Remove CONFIG_HARDENED_USERCOPY
Michael Holzheu
3
-12
/
+1
2017-11-15
mm: account pud page tables
Kirill A. Shutemov
1
-1
/
+3
2017-11-15
fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
Jeff Layton
1
-1
/
+0
2017-11-14
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-5
/
+0
2017-11-14
s390: enable CPU alternatives unconditionally
Heiko Carstens
4
-44
/
+10
2017-11-14
s390/nmi: remove unused code
Heiko Carstens
1
-2
/
+0
2017-11-14
s390/mm: remove unused code
Heiko Carstens
1
-6
/
+3
2017-11-14
s390/spinlock: fix indentation
Heiko Carstens
1
-3
/
+4
2017-11-14
s390/vdso: add missing boot_vdso_data declaration
Heiko Carstens
1
-0
/
+1
2017-11-14
s390/kbuild: get rid of a warning when compiling with KCOV
Vasily Gorbik
1
-0
/
+1
2017-11-14
s390: correct some inline assembly constraints
Vasily Gorbik
3
-4
/
+4
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
16
-210
/
+228
2017-11-14
s390/mm,kvm: improve detection of KVM guest faults
Martin Schwidefsky
3
-5
/
+10
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+7
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-15
/
+3
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
89
-3752
/
+4411
2017-11-10
s390/noexec: execute kexec datamover without DAT
Heiko Carstens
2
-3
/
+1
2017-11-10
s390: fix transactional execution control register handling
Heiko Carstens
3
-2
/
+5
2017-11-10
s390/bpf: take advantage of stack_depth tracking
Michael Holzheu
2
-15
/
+18
2017-11-09
s390: simplify transactional execution elf hwcap handling
Heiko Carstens
1
-1
/
+1
2017-11-09
KVM: s390: provide a capability for AIS state migration
Christian Borntraeger
1
-0
/
+1
2017-11-09
s390/virtio: remove unused header file kvm_virtio.h
Christian Borntraeger
2
-65
/
+0
2017-11-09
KVM: s390: clear_io_irq() requests are not expected for adapter interrupts
Michael Mueller
1
-0
/
+2
2017-11-09
KVM: s390: abstract conversion between isc and enum irq_types
Michael Mueller
1
-4
/
+14
2017-11-09
KVM: s390: vsie: use common code functions for pinning
David Hildenbrand
1
-32
/
+18
2017-11-09
KVM: s390: SIE considerations for AP Queue virtualization
Tony Krowiak
1
-4
/
+21
2017-11-09
KVM: s390: document memory ordering for kvm_s390_vcpu_wakeup
Christian Borntraeger
1
-0
/
+6
2017-11-08
s390: avoid undefined behaviour
Heiko Carstens
2
-9
/
+9
2017-11-08
s390/disassembler: generate opcode tables from text file
Heiko Carstens
6
-1856
/
+1813
2017-11-08
s390/disassembler: remove insn_to_mnemonic()
Heiko Carstens
2
-29
/
+0
2017-11-08
s390: remove named saved segment support
Heiko Carstens
10
-210
/
+9
2017-11-08
s390/archrandom: Reconsider s390 arch random implementation
Harald Freudenberger
1
-13
/
+13
2017-11-08
s390/pci: do not require AIS facility
Christian Borntraeger
3
-4
/
+9
[next]