summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2023-03-16fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller-0/+27
2023-03-14fbdev: omapfb: remove omap1 osk driverArnd Bergmann-87/+0
2023-03-14fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-03-14fbdev: wm8505fb: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-03-14fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-03-14fbdev: Use of_property_read_bool() for boolean propertiesRob Herring-8/+6
2023-03-14fbdev: clps711x-fb: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-03-14fbdev: tgafb: Fix potential divide by zeroWei Chen-0/+3
2023-03-14fbdev: omapfb: cleanup inconsistent indentationLucy Mielke-12/+18
2023-03-14Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-78/+32
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-5775/+216
2023-03-10fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai-4/+13
2023-02-28fbdev: chipsfb: Fix error codes in chipsfb_pci_init()Dan Carpenter-4/+10
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-20/+15
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-148/+97
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+1
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5463/+4
2023-02-20fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann-87/+14
2023-02-20fbdev: Move option-string lookup into helperThomas Zimmermann-24/+36
2023-02-20fbdev: Unexport fb_mode_optionThomas Zimmermann-3/+1
2023-02-20fbdev: Read video= option with fb_get_option() in modedbThomas Zimmermann-2/+6
2023-02-20fbdev: Support NULL for name in option-string lookupThomas Zimmermann-1/+6
2023-02-20fbdev: Transfer video= option strings to caller; clarify ownershipThomas Zimmermann-4/+12
2023-02-20fbdev: Fix contact info in fb_cmdline.cThomas Zimmermann-1/+1
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+13
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai-1/+13
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-3/+3
2023-02-07nvidiafb: detect the hardware support before removing console.Dave Airlie-39/+42
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman-75/+27
2023-02-05Merge tag 'fbdev-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-75/+27
2023-02-04fbcon: Check font dimension limitsSamuel Thibault-2/+5
2023-02-01fbdev: remove w100fb driverArnd Bergmann-2586/+0
2023-02-01fbdev: remove tmiofb driverArnd Bergmann-1063/+0
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter-23/+27
2023-01-24fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas-4/+0
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault-0/+2
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault-20/+13
2023-01-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann-543/+281
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li-4/+1
2023-01-16fbdev: omapfb: Use kstrtobool() instead of strtobool()Christophe JAILLET-8/+12
2023-01-16fbdev: fbmon: fix function name in kernel-docRandy Dunlap-1/+1
2023-01-16fbdev: remove s3c2410 framebufferArnd Bergmann-1363/+4
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann-34/+0
2023-01-13fbdev/vga16fb: Do not use struct fb_info.aperturesThomas Zimmermann-10/+5
2023-01-13fbdev/vesafb: Do not use struct fb_info.aperturesThomas Zimmermann-14/+13
2023-01-13fbdev/vesafb: Remove trailing whitespacesThomas Zimmermann-5/+5
2023-01-13fbdev/simplefb: Do not use struct fb_info.aperturesThomas Zimmermann-8/+11
2023-01-13fbdev/offb: Do not use struct fb_info.aperturesThomas Zimmermann-9/+11
2023-01-13fbdev/offb: Allocate struct offb_par with framebuffer_alloc()Thomas Zimmermann-8/+5