summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* fbdev: cyber2000fb: fix missing pci_disable_device()Yang Yingliang2022-10-271-0/+2
* fbdev: sisfb: use explicitly signed charJason A. Donenfeld2022-10-241-1/+1
* fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim2022-10-211-25/+30
* fbdev: xilinxfb: Make xilinxfb_release() return voidUwe Kleine-König2022-10-201-4/+4
* fbdev: sisfb: fix repeated word in commentJilin Yuan2022-10-201-1/+1
* fbdev: gbefb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-2/+2
* fbdev: sm501fb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-1/+1
* fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller2022-10-181-1/+2
* fbdev: da8xx-fb: Fix error handling in .remove()Uwe Kleine-König2022-10-181-1/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-1/+1
|\ \ | |/ |/|
| * parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller2022-10-141-1/+1
* | fbdev: mb862xx: Fix check of return value from irq_of_parse_and_map()Christophe Leroy2022-10-081-1/+1
* | fbdev: vga16fb: Add missing MODULE_DEVICE_TABLE() entryZeng Heng2022-10-081-0/+1
* | fbdev: tridentfb: Fix missing pci_disable_device() in probe and removeRuan Jinjie2022-10-081-5/+1
* | fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim2022-10-081-1/+13
* | fbdev: gbefb: Convert to use dev_groupsJiasheng Jiang2022-10-081-13/+7
* | fbdev: imxfb: Remove redundant dev_err() callShang XiaoJing2022-10-081-1/+0
* | fbdev: omapfb/dss: Use pm_runtime_resume_and_get() instead of pm_runtime_get_...Zhang Qilong2022-10-086-24/+12
* | fbdev: uvesafb: Convert snprintf to scnprintfJules Irenge2022-10-081-5/+5
* | fbdev: arkfb: Remove the unused function dac_read_reg()Jiapeng Chong2022-10-081-8/+0
* | fbdev: tridentfb: Remove the unused function shadowmode_off()Jiapeng Chong2022-10-081-5/+0
* | fbdev: controlfb: Remove the unused function VAR_MATCH()Jiapeng Chong2022-10-081-7/+0
* | fbdev: udlfb: Remove redundant initialization to variable identicalColin Ian King2022-10-081-1/+1
* | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-0543-734/+720
|\ \
| * \ Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-0643-734/+720
| |\ \
| | * | fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter2022-07-271-3/+3
| | * | fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann2022-07-222-2/+2
| | * | fbdev: Remove conflict-handling codeThomas Zimmermann2022-07-191-136/+0
| | * | fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann2022-07-191-0/+33
| | * | video: Provide constants for VGA I/O rangeThomas Zimmermann2022-07-192-11/+8
| | * | video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann2022-07-191-12/+0
| | * | fbdev: Remove conflicting devices on PCI busThomas Zimmermann2022-07-1939-5/+206
| | * | fbdev: Convert drivers to aperture helpersThomas Zimmermann2022-07-192-15/+8
| | * | fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann2022-07-191-48/+0
| | * | fbdev/vga16fb: Auto-generate module init/exit codeThomas Zimmermann2022-07-191-40/+1
| | * | fbdev/vga16fb: Create EGA/VGA devices in sysfb codeThomas Zimmermann2022-07-191-30/+27
| | * | fbdev: Remove trailing whitespacesThomas Zimmermann2022-07-1911-448/+448
* | | | Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-271-4/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-121-4/+0
| |\ \ \
| | * | | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-4/+0
| | |/ /
* | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-1633-200/+239
|\| | |
| * | | fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida2022-08-261-2/+25
| * | | fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-2428-37/+37
| * | | fbdev: omap: Remove unnecessary print function dev_err()Jiapeng Chong2022-08-241-2/+0
| * | | fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang2022-08-241-0/+1
| * | | fbdev: fbcon: Destroy mutex on freeing struct fb_infoShigeru Yoshida2022-08-241-0/+4
| * | | fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong2022-08-241-23/+23
| * | | fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong2022-08-241-133/+141