summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-061-4/+4
|\
| * KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-06-181-4/+4
* | s390: fix syscall_get_error for compat processesDmitry V. Levin2020-06-171-1/+11
* | s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-1/+1
|\
| * KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-1/+1
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-9/+4
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-3/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-4/+2
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-0811-53/+163
|\ \
| * | s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter2020-05-283-33/+67
| * | s390: remove critical section cleanup from entry.SSven Schnelle2020-05-282-12/+10
| * | s390: add machine check SIGPSven Schnelle2020-05-281-0/+1
| * | s390/pci: ioremap() align with generic codeNiklas Schnelle2020-05-201-1/+1
| * | s390/pci: create links between PFs and VFsNiklas Schnelle2020-05-202-2/+4
| * | s390: nvme iplJason J. Herne2020-05-062-0/+36
| * | s390/pci: Handling multifunctionsPierre Morel2020-04-281-3/+5
| * | s390/pci: Adding bus resourcePierre Morel2020-04-281-0/+1
| * | s390/pci: create zPCI busPierre Morel2020-04-281-3/+23
| * | s390/pci: define RID and RID availablePierre Morel2020-04-282-2/+10
| * | s390/pci: define kernel parameters for PCI multifunctionPierre Morel2020-04-281-0/+1
| * | s390/pci: adaptation of iommu to multifunctionPierre Morel2020-04-281-0/+5
| * | s390/pci: Expose new port attribute for PCIe functionsAlexander Schmidt2020-04-282-1/+3
* | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\ \ \
| * | | mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf2020-05-081-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-7/+1
|\ \
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-0/+1
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-7/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-10/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+8
| |\ \ \
| * | | | s390/net: remove pm ops from ccwgroup driversJulian Wiedmann2020-05-191-10/+0
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-0/+2
| * | | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
| * | | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| |/ /
* | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-19/+0
|\ \ \ | |_|/ |/| |
| * | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-19/+0
| |/
* / s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle2020-05-141-2/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-101-2/+1
|\
| * mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+1
* | s390/qdio: remove cdev from init_dataJulian Wiedmann2020-04-061-3/+2
* | s390/qdio: allow for non-contiguous SBAL array in init_dataJulian Wiedmann2020-04-061-4/+4
* | s390/qdio: cleanly split alloc and establishJulian Wiedmann2020-04-061-1/+2
|/
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-0413-80/+81
|\
| * s390/mm: cleanup init_new_context() callbackAlexander Gordeev2020-03-282-25/+21
| * s390/mm: cleanup virtual memory constants usageAlexander Gordeev2020-03-282-6/+6
| * s390/mm: remove page table downgrade supportAlexander Gordeev2020-03-284-23/+1