aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-25s390: remove uncompressed kernel image buildVasily Gorbik2-9/+4
2018-06-25s390/decompressor: correct build flagsVasily Gorbik2-12/+21
2018-06-25s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik1-7/+0
2018-06-25s390: disable asm code expolines if cc does not support itVasily Gorbik2-2/+3
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann1-1/+0
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-30/+32
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds11-14/+17
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook5-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-5/+8
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-66/+99
2018-06-12s390/cio: sanitize css_general_characteristics definitionSebastian Ott1-30/+32
2018-06-07s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-256/+13
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-112/+335
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-133/+19
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+2
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-38/+12
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-26/+4
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+2
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-01Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini13-65/+98
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2018-05-30s390/archrandom: Rework arch random implementation.Harald Freudenberger2-14/+102
2018-05-30s390/net: add pnetid supportUrsula Braun4-0/+108
2018-05-29kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck1-1/+1
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-05-23s390/cio: add test for ccwgroup deviceSebastian Ott1-0/+10
2018-05-23s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott1-0/+1
2018-05-23s390: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-2/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-150/+396
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner45-874/+1430
2018-05-18s390/purgatory: Fix endless interrupt loopPhilipp Rudo1-1/+1
2018-05-17KVM: s390: vsie: simplify < 8k address checksDavid Hildenbrand1-5/+5
2018-05-17Merge tag 'kvm-s390-master-4.17-1'Christian Borntraeger1-1/+1
2018-05-17KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand1-1/+1
2018-05-17KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand1-12/+9
2018-05-17KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand1-7/+1
2018-05-17KVM: s390: introduce defines for control registersDavid Hildenbrand4-14/+30
2018-05-17KVM: s390: reset crypto attributes for all vcpusTony Krowiak2-5/+25
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank8-22/+28
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2018-05-14softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker1-0/+2
2018-05-09s390: remove closung punctuation from spectre messagesMartin Schwidefsky1-2/+2