summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-0410-15/+219
* memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-043-7/+6
* xen/balloon: add header guardRoger Pau Monne2020-09-041-0/+4
* arm/xen: Add misuse warning to virt_to_gfnSimon Leiner2020-08-271-1/+5
* xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-08-271-2/+8
* XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner2020-08-271-8/+8
* Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap2020-08-201-0/+1
* efi: avoid error message when booting under XenJuergen Gross2020-08-201-1/+1
* drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko2020-08-133-4/+7
* xen: Sync up with the canonical protocol definition in XenOleksandr Andrushchenko2020-08-131-3/+88
* drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko2020-08-131-0/+1
* drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko2020-08-133-7/+7
* xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
* x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-112-95/+57
* x86/xen: eliminate xen-asm_64.SJuergen Gross2020-08-113-195/+180
* x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-1118-840/+50
* xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maintStefano Stabellini2020-08-041-6/+9
* xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-043-23/+32
* swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsStefano Stabellini2020-08-041-21/+32
* swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini2020-08-042-7/+1
* swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferStefano Stabellini2020-08-041-4/+4
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-043-6/+8
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-043-6/+8
* swiotlb-xen: add struct device * parameter to xen_bus_to_physStefano Stabellini2020-08-041-5/+5
* swiotlb-xen: add struct device * parameter to xen_phys_to_busStefano Stabellini2020-08-041-7/+7
* swiotlb-xen: remove start_dma_addrStefano Stabellini2020-08-041-5/+2
* swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky2020-08-041-1/+7
* Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE"Roger Pau Monne2020-08-031-14/+0
* xen/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-031-2/+4
* xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-031-0/+6
* xen: hypercall.h: fix duplicated wordRandy Dunlap2020-08-031-1/+1
* xen/gntdev: gntdev.h: drop a duplicated wordRandy Dunlap2020-08-031-1/+1
* xen/privcmd: Convert get_user_pages*() to pin_user_pages*()Souptick Joarder2020-08-031-8/+2
* xen/privcmd: Mark pages as dirtySouptick Joarder2020-08-031-1/+4
* xen/privcmd: Corrected error handling pathSouptick Joarder2020-08-031-16/+15
* Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
* Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
|\
| * x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
* | Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-026-30/+16
|\ \
| * | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
| * | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
| * | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
| * | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
| * | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
| * | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
| * | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
| * | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
| * | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-027-24/+72
|\ \
| * | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6