index
:
pub/scm/linux/kernel/git/xiang/linux.git
master
Gao Xiang's fork of linux.git
Gao Xiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-08
fbdev: bitblit: bound-check glyph index in bit_cursor()
Rik van Riel
1
-2
/
+7
2026-08-08
fbdev: Fix out-of-bounds access when rotating console after font resize
Zizhi Wo
1
-0
/
+25
2026-08-08
fbdev: core: Fix pointer desynchronization in fb_io_read()
Mingyu Wang
1
-0
/
+8
2026-08-08
fbdev: serialize mode sysfs access with lock_fb_info()
Melbin K Mathew
1
-8
/
+38
2026-08-08
fbdev: clear fb_info->mode before deleting a videomode
Melbin K Mathew
1
-1
/
+4
2026-08-08
fbdev: bound mode sysfs output to the sysfs buffer
Melbin K Mathew
1
-5
/
+10
2026-08-06
mm: introduce vma_get_page_prot() and use it
Lorenzo Stoakes
1
-1
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
12
-12
/
+0
2026-07-02
backlight: Add SY7758 6-channel High Efficiency LED Driver support
KancyJoe
3
-0
/
+268
2026-06-26
fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
Ian Bridges
1
-0
/
+12
2026-06-26
fbcon: fix NULL pointer dereference for a console without vc_data
Ian Bridges
1
-3
/
+4
2026-06-26
fbdev: fix use-after-free in store_modes()
Ian Bridges
1
-1
/
+9
2026-06-25
fbdev: viafb: return an error when DMA copy times out
Pengpeng Hou
1
-2
/
+5
2026-06-25
fbdev: goldfishfb: fail pan display on base-update timeout
Pengpeng Hou
1
-4
/
+9
2026-06-25
fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()
Mingyu Wang
1
-0
/
+7
2026-06-25
fbdev: pm2fb: unwind WC setup on probe failure
Haoxiang Li
1
-0
/
+1
2026-06-23
fbdev: vga16fb: Drop unused assignment of platform_device_id driver data
Uwe Kleine-König
1
-2
/
+2
2026-06-18
Merge tag 'backlight-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-25
/
+411
2026-06-12
fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
Steffen Persvold
1
-1
/
+1
2026-06-11
backlight: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
12
-24
/
+24
2026-06-10
fbdev: modedb: fix a possible UAF in fb_find_mode()
Tuo Li
1
-2
/
+1
2026-06-09
fbdev: s3fb: Use strscpy() to copy strings into arrays
David Laight
1
-1
/
+1
2026-06-09
fbdev: sm501fb: Fix buffer errors in OF binding code
David Laight
1
-4
/
+12
2026-06-09
fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
Ethan Nelson-Moore
1
-1
/
+1
2026-06-09
fbdev: mmpfb: Use strscpy() to copy device name
David Laight
1
-1
/
+1
2026-06-09
fbdev: sisfb: Replace strlen() strcpy() pair with strscpy()
David Laight
1
-2
/
+1
2026-06-09
fbdev: rivafb: Use strscpy() to copy device name
David Laight
1
-1
/
+1
2026-06-09
fbdev: cyber2000fb: Use strscpy() to copy device name
David Laight
1
-1
/
+1
2026-06-09
fbdev: atmel_lcdfb: Use strscpy() to copy device name
David Laight
1
-1
/
+1
2026-06-09
fbdev: Do not export fbcon from fbdev
Thomas Zimmermann
4
-3
/
+52
2026-06-09
fbdev: Wrap fbcon updates from vga-switcheroo in helper
Thomas Zimmermann
1
-0
/
+10
2026-06-09
fbdev: Wrap user-invoked calls to fb_blank() in helper
Thomas Zimmermann
4
-7
/
+13
2026-06-09
fbdev: Wrap user-invoked calls to fb_set_var() in helper
Thomas Zimmermann
6
-18
/
+17
2026-06-09
fbdev: omap2: fix use-after-free in omapfb_mmap
Hongling Zeng
1
-1
/
+8
2026-06-09
fbdev: pxa168fb: use devm_ioremap_resource() for MMIO
AlbertoArostegui
1
-4
/
+3
2026-06-09
fbdev: grvga: Fix CLUT register address offset in comment
Eduardo Silva
1
-1
/
+1
2026-06-09
fbdev: sunxvr2500: replace printk with device-aware logging functions
Rahman Mahmutović
1
-12
/
+7
2026-06-09
fbcon: don't suspend/resume when vc is graphics mode
Lu Yao
1
-3
/
+6
2026-06-09
fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro
Rahman Mahmutović
1
-0
/
+1
2026-06-09
fbdev: sm712: Fix operator precedence in big_swap macro
Li RongQing
1
-1
/
+1
2026-06-07
fbdev: vesafb: fix memory leak in vesafb_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: efifb: fix memory leak in efifb_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: uvesafb: fix potential memory leak in uvesafb_probe()
Abdun Nihaal
1
-2
/
+2
2026-06-07
fbdev: tridentfb: fix potential memory leak in trident_pci_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: s3fb: fix potential memory leak in s3_pci_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: nvidia: fix potential memory leak in nvidiafb_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: i740fb: fix potential memory leak in i740fb_probe()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()
Abdun Nihaal
1
-0
/
+1
2026-06-07
fbdev: radeon: fix potential memory leak in radeonfb_pci_register()
Abdun Nihaal
1
-0
/
+1
[prev]
[next]