aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+4
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-4/+0
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook2-11/+4
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+6
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-3/+0
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+7
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds51-2183/+2358
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-192/+402
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2-9/+7
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-3/+0
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2016-03-14s390/pci: enforce fmb page boundary ruleSebastian Ott2-2/+5
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-4/+2
2016-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2016-03-10Merge tag 'kvm-s390-next-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini6-71/+209
2016-03-10s390: fix floating pointer register corruption (again)Martin Schwidefsky1-104/+2
2016-03-10s390/cpumf: add missing lpp magic initializationHeiko Carstens1-0/+1
2016-03-10s390/mm: four page table levels vs. forkMartin Schwidefsky2-10/+30
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini8-25/+59
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas1-1/+0
2016-03-08PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa1-1/+0
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2016-03-08s390: Fix misspellings in commentsAdam Buchbinder5-6/+6
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky13-1405/+1464
2016-03-08s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky3-112/+124
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky3-353/+318
2016-03-08KVM: s390: allocate only one DMA page per VMDavid Hildenbrand4-48/+41
2016-03-08KVM: s390: enable STFLE interpretation only if enabled for the guestDavid Hildenbrand1-1/+2
2016-03-08KVM: s390: wake up when the VCPU cpu timer expiresDavid Hildenbrand1-13/+35
2016-03-08KVM: s390: step the VCPU timer while in enabled waitDavid Hildenbrand2-2/+7
2016-03-08KVM: s390: protect VCPU cpu timer with a seqcountDavid Hildenbrand2-8/+30
2016-03-08KVM: s390: step VCPU cpu timer during kvm_run ioctlDavid Hildenbrand2-2/+76
2016-03-08KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand3-10/+28
2016-03-08KVM: s390: store cpu id in vcpu->cpu when scheduled inDavid Hildenbrand1-0/+2
2016-03-08KVM: s390: Add diag "watchdog functions" to trace event decodingAlexander Yarygin1-0/+1
2016-03-08KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand1-1/+1
2016-03-08s390/cpumf: Fix lpp detectionChristian Borntraeger1-1/+1
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-1/+0
2016-03-07s390/pci: add ioctl interface for CLPMartin Schwidefsky4-39/+293
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches4-19/+12
2016-03-06klp: remove CONFIG_LIVEPATCH dependency from klp headersJiri Kosina1-2/+0
2016-03-06klp: remove superfluous errors in asm/livepatch.hMiroslav Benes1-2/+0
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar8-25/+59
2016-03-02s390/percpu: remove this_cpu_cmpxchg_double_4Heiko Carstens1-1/+0
2016-03-02s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2-3/+7
2016-03-02s390/fault: merge report_user_fault implementationsHeiko Carstens3-26/+12