summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant2019-12-204-27/+23
* xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2019-12-131-1/+2
* xen-blkback: prevent premature module unloadPaul Durrant2019-12-131-0/+10
* xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-043-0/+22
* xen/xenbus: reference count registered modulesPaul Durrant2019-12-041-1/+12
* xen/gntdev: switch from kcalloc() to kvcalloc()Juergen Gross2019-12-021-15/+16
* xen/gntdev: replace global limit of mapped pages by limit per callJuergen Gross2019-12-023-26/+11
* xen/gntdev: remove redundant non-zero check on retColin Ian King2019-12-021-7/+2
* xen/events: remove event handling recursion detectionJuergen Gross2019-12-021-13/+3
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-3018-111/+915
|\
| * Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synicMichael Kelley2019-11-211-1/+1
| * drivers/hv: Replace binary semaphore with mutexDavidlohr Bueso2019-11-211-5/+5
| * drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86Boqun Feng2019-11-211-1/+1
| * HID: hyperv: Add the support of hibernationDexuan Cui2019-11-211-0/+34
| * hv_balloon: Add the support of hibernationDexuan Cui2019-11-211-2/+85
| * Drivers: hv: balloon: Remove dependencies on guest page sizeHimadri Pandya2019-11-211-13/+12
| * Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya2019-11-212-10/+10
| * Drivers: hv: util: Specify ring buffer size using Hyper-V page sizeHimadri Pandya2019-11-211-2/+3
| * Drivers: hv: Specify receive buffer size using Hyper-V page sizeHimadri Pandya2019-11-214-7/+10
| * drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-216-0/+219
| * video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driverWei Hu2019-11-212-21/+190
| * video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V hostWei Hu2019-11-211-12/+147
| * hv_netvsc: Add the support of hibernationDexuan Cui2019-11-212-0/+60
| * video: hyperv_fb: Add the support of hibernationDexuan Cui2019-11-211-0/+59
| * scsi: storvsc: Add the support of hibernationDexuan Cui2019-11-211-0/+41
| * Drivers: hv: vmbus: Add module parameter to cap the VMBus versionAndrea Parri2019-11-211-0/+13
| * Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri2019-11-211-5/+8
| * Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri2019-11-212-34/+19
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-302-38/+92
|\ \
| * | PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2019-11-131-2/+3
| * | PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2019-11-131-14/+15
| * | PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler2019-11-131-20/+69
| * | PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2019-11-131-1/+1
| * | PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2019-11-131-0/+2
| * | macintosh: ans-lcd: make anslcd_logo static and __initconstRasmus Villemoes2019-11-061-1/+2
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-9/+7
|\ \ \
| * | | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-9/+7
| |/ /
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-3022-1305/+537
|\ \ \
| * | | xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe2019-11-232-138/+49
| * | | drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-235-237/+94
| * | | drm/amdgpu: Use mmu_interval_insert instead of hmm_mirrorJason Gunthorpe2019-11-236-281/+77
| * | | drm/amdgpu: Call find_vma under mmap_semJason Gunthorpe2019-11-231-16/+21
| * | | nouveau: use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-231-80/+99
| * | | nouveau: use mmu_notifier directly for invalidate_range_startJason Gunthorpe2019-11-231-32/+63
| * | | drm/radeon: use mmu_interval_notifier_insertJason Gunthorpe2019-11-232-176/+51
| * | | RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-234-93/+60
| * | | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-235-296/+68
* | | | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...Linus Torvalds2019-11-3014-116/+1543
|\ \ \ \
| * \ \ \ Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-2814-116/+1543
| |\ \ \ \