aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/hyperv_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+4
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.hVitaly Kuznetsov1-4/+0
2022-07-22fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann1-1/+1
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann1-2/+4
2022-05-30Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-18/+1
2022-05-28Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-20/+3
2022-05-19video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1Saurabh Sengar1-18/+1
2022-05-11video: hyperv_fb: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley1-20/+3
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann1-2/+1
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-3/+2
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann1-2/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-0/+1
2022-01-24video: hyperv_fb: Fix validation of screen resolutionMichael Kelley1-13/+3
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2021-04-20video: hyperv_fb: Add ratelimit on error messageMichael Kelley1-1/+1
2021-03-25video: hyperv_fb: Fix a double free in hvfb_probeLv Yunlong1-3/+0
2020-11-23Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+6
2020-11-20video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui1-1/+6
2020-11-09video: hyperv_fb: include vmalloc.hOlaf Hering1-0/+1
2020-10-14hyperv_fb: Update screen_info after removing old framebufferKairui Song1-1/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-39/+145
2020-01-26video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs.Wei Hu1-39/+143
2020-01-25video: hyperv_fb: Fix hibernation for the deferred IO featureDexuan Cui1-0/+2
2020-01-15video: hyperv_fb: fix indentation issueColin Ian King1-2/+2
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-11-21video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driverWei Hu1-21/+189
2019-11-21video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V hostWei Hu1-12/+147
2019-11-21video: hyperv_fb: Add the support of hibernationDexuan Cui1-0/+59
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner1-10/+1
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven1-0/+6
2016-04-30drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins1-2/+2
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins1-25/+21
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins1-1/+1
2015-03-10hyperv: hyperv_fb: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-04video: hyperv: hyperv_fb: refresh the VM screen by force on VM panicDexuan Cui1-3/+59
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+907