aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'fbdev-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds30-252/+771
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-08-21fbdev: atafb: Add support for SuperVidel's SuperBlitterMiro Kropacek1-0/+197
2026-08-21fbdev: atafb: Add support for further video bit depths on atafb:externalMiro Kropacek1-7/+82
2026-08-21fbdev: atafb: Give atafb proper parentMiro Kropacek1-82/+92
2026-08-20fbdev: omapfb: panel-dsi-cm: initialize lock before registering displayRunyu Xiao1-2/+2
2026-08-20fbdev: viafb: refactor strcpy and viafb_nameAjith P V1-2/+1
2026-08-20fbdev: platinumfb: add error checking for ioremap callsBingKun Yue1-6/+29
2026-08-20fbdev: maxine: use MODULE_LICENSE() unconditionallyRandy Dunlap1-3/+1
2026-08-20fbdev: maxine: fix maxinefb_init() return valueRandy Dunlap1-1/+1
2026-08-20fbdev: maxine: elide an unused functionRandy Dunlap1-0/+3
2026-08-20fbdev: maxine: make functions staticRandy Dunlap1-3/+3
2026-08-15fbdev: atyfb: Convert to managed PCI and ioremap APIShixiong Ou1-29/+18
2026-08-15fbdev: matrox: Convert to managed PCI and ioremap APIShixiong Ou1-20/+10
2026-08-15fbdev: savage: Convert to managed PCI and ioremap APIShixiong Ou1-10/+6
2026-08-15fbdev: nvidia: Convert to managed PCI and ioremap APIShixiong Ou1-13/+6
2026-08-15fbdev: aty128fb: Convert to managed PCI and ioremap APIShixiong Ou1-28/+12
2026-08-10fbdev: clps711x-fb: Remove unreachable unregister_framebuffer() callKarl Mehltretter1-2/+0
2026-08-10fbdev: mb862xxfb: Silence possibly unused functionsHelge Deller1-3/+3
2026-08-10fbdev: ssd1307fb: defer I2C transfers from damage callbacksHui Su1-5/+67
2026-08-10fbdev: au1100fb: drop unneeded semicolonJulia Lawall1-1/+1
2026-08-10fbdev: tdfxfb: Program the initial video modeDaniel Palmer1-0/+8
2026-08-10fbdev: tdfxfb: Wake the VGA core before programming the CRTCDaniel Palmer1-0/+4
2026-08-10fbdev: tdfxfb: Manually boot unbooted cardsDaniel Palmer1-3/+37
2026-08-10fbdev: tdfxfb: Attempt to detect if the card wasn't bootedDaniel Palmer1-0/+31
2026-08-10fbdev: tdfxfb: Add helper to read config table from BIOSDaniel Palmer1-0/+78
2026-08-10fbdev: core: Clamp total_size to smem_len in read/write functionsMingyu Wang2-0/+32
2026-08-10fbdev: kyro: Validate overlay viewport coordinatesDanila Chernetsov1-1/+23
2026-08-10fbdev: mb862xx: replace dead select with dependencyJulian Braha1-2/+1
2026-08-10fbdev: sa1100fb: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: s3c-fb: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: pxafb: Remove redundant dev_err()Pan Chuang1-1/+0
2026-08-10fbdev: pxa3xx-gcu: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: pxa168fb: Remove redundant dev_err()Pan Chuang1-1/+0
2026-08-10fbdev: omapfb/dsi-cm: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-10fbdev: mmp: Remove redundant dev_err()Pan Chuang1-2/+0
2026-08-10fbdev: pvr2fb: correct user pointer annotation and sentinel initializerFlorian Fuchs1-2/+2
2026-08-10fbdev: udlfb: validate vendor descriptor itemsPengpeng Hou1-6/+16
2026-08-10fbdev: sstfb: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-10fbdev: omap2: dsi: do not copy isr tableAndreas Kemnade1-8/+1
2026-08-10fbdev: tdfxfb: fix PCI enable cleanup with pcim_enable_device()Myeonghun Pak1-1/+1
2026-08-10fbdev: uvesafb: unregister connector callback on init failureMyeonghun Pak1-0/+2
2026-08-08fbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel1-2/+7
2026-08-08fbdev: Fix out-of-bounds access when rotating console after font resizeZizhi Wo1-0/+25
2026-08-08fbdev: core: Fix pointer desynchronization in fb_io_read()Mingyu Wang1-0/+8
2026-08-08fbdev: serialize mode sysfs access with lock_fb_info()Melbin K Mathew1-8/+38
2026-08-08fbdev: clear fb_info->mode before deleting a videomodeMelbin K Mathew1-1/+4
2026-08-08fbdev: bound mode sysfs output to the sysfs bufferMelbin K Mathew1-5/+10
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)4-4/+0