index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
Ian Bridges
1
-0
/
+12
5 days
fbcon: fix NULL pointer dereference for a console without vc_data
Ian Bridges
1
-3
/
+4
5 days
fbdev: fix use-after-free in store_modes()
Ian Bridges
1
-1
/
+9
6 days
fbdev: viafb: return an error when DMA copy times out
Pengpeng Hou
1
-2
/
+5
6 days
fbdev: goldfishfb: fail pan display on base-update timeout
Pengpeng Hou
1
-4
/
+9
6 days
fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()
Mingyu Wang
1
-0
/
+7
6 days
fbdev: pm2fb: unwind WC setup on probe failure
Haoxiang Li
1
-0
/
+1
8 days
fbdev: vga16fb: Drop unused assignment of platform_device_id driver data
Uwe Kleine-König
1
-2
/
+2
13 days
Merge tag 'backlight-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-25
/
+411
2026-06-13
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
2026-06-07
fbdev: metronomefb: fix potential memory leak in metronomefb_probe()
Abdun Nihaal
1
-2
/
+6
2026-06-07
fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()
Abdun Nihaal
1
-2
/
+6
2026-06-07
fbdev: hecubafb: fix potential memory leak in hecubafb_probe()
Abdun Nihaal
1
-1
/
+5
2026-06-07
fbdev: atmel_lcdfb: Use of_device_get_match_data()
Rosen Penev
1
-4
/
+2
2026-06-07
fbdev: imxfb: Use of_device_get_match_data()
Rosen Penev
1
-5
/
+1
2026-06-07
fbcon: Use correct type for vc_resize() return value
Jiacheng Yu
1
-2
/
+1
2026-06-07
fbdev: Consistently define pci_device_ids using named initializers
Uwe Kleine-König
21
-399
/
+296
2026-06-07
fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_id
Uwe Kleine-König
2
-5
/
+5
2026-05-20
console: mdacon: remove this obsolete driver
Ethan Nelson-Moore
3
-582
/
+0
[next]