aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-06-18KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-06-17s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino1-0/+1
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injectedVitaly Kuznetsov1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-9/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-3/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-4/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-53/+163
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-7/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+0
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov1-0/+2
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present()Vitaly Kuznetsov1-1/+1
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-19/+0
2020-05-28s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter3-33/+67
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle2-12/+10
2020-05-28s390: add machine check SIGPSven Schnelle1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle1-1/+1
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle2-2/+4
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann1-10/+0
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-14s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle1-2/+8
2020-05-08s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf1-1/+1
2020-05-06s390: nvme iplJason J. Herne2-0/+36
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-2/+2
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-3/+5
2020-04-28s390/pci: Adding bus resourcePierre Morel1-0/+1
2020-04-28s390/pci: create zPCI busPierre Morel1-3/+23
2020-04-28s390/pci: define RID and RID availablePierre Morel2-2/+10
2020-04-28s390/pci: define kernel parameters for PCI multifunctionPierre Morel1-0/+1
2020-04-28s390/pci: adaptation of iommu to multifunctionPierre Morel1-0/+5
2020-04-28s390/pci: Expose new port attribute for PCIe functionsAlexander Schmidt2-1/+3
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-2/+1
2020-04-06s390/qdio: remove cdev from init_dataJulian Wiedmann1-3/+2
2020-04-06s390/qdio: allow for non-contiguous SBAL array in init_dataJulian Wiedmann1-4/+4
2020-04-06s390/qdio: cleanly split alloc and establishJulian Wiedmann1-1/+2
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-80/+81
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-33/+384
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-15/+0
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+4