aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-42/+175
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář2-7/+13
2017-09-07Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář23-121/+580
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+26
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds61-609/+1020
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+5
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar4-6/+17
2017-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+14
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro1-2/+3
2017-08-31s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky1-2/+4
2017-08-31s390/mm: fork vs. 5 level page tabelMartin Schwidefsky1-0/+5
2017-08-31KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand1-5/+1
2017-08-31KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand1-2/+4
2017-08-31KVM: s390: guestdbg: fix range checkDavid Hildenbrand1-1/+1
2017-08-29KVM: s390: we are always in czam modeDavid Hildenbrand2-1/+4
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2-8/+33
2017-08-29s390/dasd: Add discard support for FBA devicesJan Höppner1-1/+5
2017-08-29s390/uaccess: avoid mvcos jump labelMartin Schwidefsky1-12/+26
2017-08-29s390/mm: use generic mm_hooksMartin Schwidefsky1-26/+1
2017-08-29s390/facilities: fix typoHeiko Carstens1-1/+1
2017-08-29KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda4-5/+17
2017-08-29KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens1-8/+0
2017-08-29KVM: s390: Multiple Epoch Facility supportCollin L. Walling6-1/+125
2017-08-28KVM: s390: Support Configuration z/Architecture ModeJason J. Herne2-19/+18
2017-08-28Merge tag 'kvm-s390-master-4.13-2' into kvms390/nextChristian Borntraeger2-4/+11
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-18/+5
2017-08-23s390/topology: Remove the unused parent_node() macroDou Liyang1-6/+0
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner2-2/+2
2017-08-23s390/smp: convert cpuhp_setup_state() return code to zero on successHeiko Carstens1-0/+1
2017-08-23s390: fix 'novx' early parameter handlingHeiko Carstens1-1/+1
2017-08-21Merge tag 'kvm-s390-master-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář1-2/+5
2017-08-21KVM: s390: sthyi: fix specification exception detectionHeiko Carstens1-1/+4
2017-08-21KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens1-1/+1
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-7/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-7/+0
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+11
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-1/+6
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-6/+6
2017-08-09bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+24
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-09s390/pci: log changes to uid checkingSebastian Ott1-1/+9
2017-08-09s390/vmcp: split vmcp header file and move to uapiHeiko Carstens1-0/+24
2017-08-09s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2-0/+7
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2-13/+7
2017-08-09s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens1-0/+53
2017-08-09s390/mm: add missing virt_to_pfn() etc. helper functionsHeiko Carstens1-7/+17
2017-08-08KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2-2/+2
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)2-1/+6