summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/hyperv_fb.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()Michael Kelley2024-03-011-2/+0
* fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann2024-01-121-8/+1
* fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann2024-01-121-5/+6
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-3/+3
* fbdev: hyperv_fb: fix uninitialized local variable useArnd Bergmann2023-11-101-0/+2
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-4/+4
|\
| * hyperv: avoid dependency on screen_infoArnd Bergmann2023-10-171-4/+4
* | fbdev/hyperv_fb: Use fb_ops helpers for deferred I/OThomas Zimmermann2023-09-051-34/+14
|/
* fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann2023-07-241-2/+0
* fbdev/hyperv_fb: Include <linux/screen_info.h>Thomas Zimmermann2023-07-111-0/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091-2/+2
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-2/+2
* | video/aperture: Drop primary argumentDaniel Vetter2023-04-161-1/+1
|/
* Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-11/+6
|\
| * Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-11/+6
| |\
| | * fbdev/hyperv-fb: Do not set struct fb_info.aperturesThomas Zimmermann2023-01-131-11/+6
* | | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-4/+1
|/ /
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-1/+3
|\|
| * fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann2022-11-161-1/+3
* | drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiersGuilherme G. Piccoli2022-11-281-0/+8
* | video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli2022-11-281-1/+7
|/
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-051-2/+4
|\
| * fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann2022-07-221-1/+1
| * fbdev: Convert drivers to aperture helpersThomas Zimmermann2022-07-191-2/+4
* | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-4/+0
|/
* Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-301-18/+1
|\
| * video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1Saurabh Sengar2022-05-191-18/+1
* | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-20/+3
|\ \
| * | video: hyperv_fb: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley2022-05-111-20/+3
| |/
* | fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann2022-05-031-2/+1
* | fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann2022-05-031-3/+2
* | fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann2022-05-031-2/+3
* | fbdev: Put mmap for deferred I/O into driversThomas Zimmermann2022-05-031-0/+1
|/
* video: hyperv_fb: Fix validation of screen resolutionMichael Kelley2022-01-241-13/+3
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-1/+1
|\
| * video: hyperv_fb: Add ratelimit on error messageMichael Kelley2021-04-201-1/+1
* | video: hyperv_fb: Fix a double free in hvfb_probeLv Yunlong2021-03-251-3/+0
|/
* Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-231-1/+6
|\
| * video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui2020-11-201-1/+6
* | video: hyperv_fb: include vmalloc.hOlaf Hering2020-11-091-0/+1
* | hyperv_fb: Update screen_info after removing old framebufferKairui Song2020-10-141-1/+8
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-02-211-2/+2
|\
| * video: hyperv_fb: fix indentation issueColin Ian King2020-01-151-2/+2
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-031-39/+145
|\ \ | |/ |/|
| * video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs.Wei Hu2020-01-261-39/+143
| * video: hyperv_fb: Fix hibernation for the deferred IO featureDexuan Cui2020-01-251-0/+2
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-1/+1
|\ \ | |/ |/|
| * video: constify fb ops across all driversJani Nikula2019-12-051-1/+1