index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
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
-396
/
+293
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
2026-05-20
fbdev: remove Hercules monochrome ISA graphics adapter driver
Ethan Nelson-Moore
3
-699
/
+0
2026-05-07
backlight: cgbc: Remove redundant X86 dependency
Thomas Richard
1
-1
/
+1
2026-05-04
fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free
Rajat Gupta
1
-1
/
+30
2026-04-30
backlight: Add max25014atg backlight
Maud Spierings
3
-0
/
+385
2026-04-30
backlight: ktd2801: Enable BL_CORE_SUSPENDRESUME
Duje Mihanović
1
-0
/
+1
2026-04-28
fbdev: defio: Remove duplicate include of linux/module.h
Chen Ni
1
-1
/
+0
2026-04-22
fbdev: hgafb: Request memory region before ioremap
Hardik Phalet
1
-2
/
+7
2026-04-22
fbdev: clps711x-fb: Request memory region for MMIO
Amit Barzilai
1
-6
/
+3
2026-04-22
fbdev: cobalt_lcdfb: Request memory region
Amit Barzilai
1
-9
/
+3
2026-04-22
fbdev: atyfb: Fix spelling mistake "enfore" -> "enforce"
Ethan Carter Edwards
1
-1
/
+1
2026-04-22
fbdev: savage: fix probe-path EDID cleanup leaks
Yuho Choi
1
-0
/
+2
2026-04-22
fbdev: offb: fix PCI device reference leak on probe failure
Yuho Choi
1
-1
/
+6
2026-04-20
Merge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
Linus Torvalds
2
-10
/
+14
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+1
2026-04-10
fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
Greg Kroah-Hartman
1
-0
/
+3
2026-04-10
fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
Greg Kroah-Hartman
1
-0
/
+3
2026-04-09
fbdev: omap2: fix inconsistent lock returns in omapfb_mmap
Hongling Zeng
1
-1
/
+1
2026-04-07
fbcon: Put font-rotation state into separate struct
Thomas Zimmermann
6
-32
/
+41
2026-04-07
fbcon: Fill cursor mask in helper function
Thomas Zimmermann
6
-151
/
+78
2026-04-07
lib/fonts: Implement font rotation
Thomas Zimmermann
2
-60
/
+20
2026-04-07
lib/fonts: Implement glyph rotation
Thomas Zimmermann
4
-83
/
+8
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
4
-17
/
+18
2026-04-07
fbcon: Avoid OOB font access if console rotation fails
Thomas Zimmermann
1
-1
/
+4
2026-03-31
fbdev: atyfb: Remove unused fb_list
Geert Uytterhoeven
1
-4
/
+0
2026-03-31
backlight: apple_bl: Convert to a platform driver
Rafael J. Wysocki
1
-10
/
+11
2026-03-21
fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build break
Andy Shevchenko
1
-1
/
+1
2026-03-21
fbdev: update help text for CONFIG_FB_NVIDIA
robgithub
1
-4
/
+6
2026-03-11
Merge v7.0-rc3 into drm-next
Simona Vetter
1
-2
/
+6
2026-03-10
fbdev: omapfb: Add missing error check for clk_get()
Chen Ni
1
-0
/
+4
2026-03-10
fbdev: viafb: check ioremap return value in viafb_lcd_get_mobile_state
Wang Jun
1
-0
/
+3
2026-03-09
lib/fonts: Store font data for user space with font_data_export()
Thomas Zimmermann
1
-55
/
+2
2026-03-09
lib/fonts: Create font_data_t from struct console_font with font_data_import()
Thomas Zimmermann
2
-52
/
+8
2026-03-09
lib/fonts: Compare font data for equality with font_data_is_equal()
Thomas Zimmermann
2
-9
/
+2
2026-03-09
lib/fonts: Manage font-data lifetime with font_data_get/_put()
Thomas Zimmermann
3
-51
/
+38
2026-03-09
lib/fonts: Read font size with font_data_size()
Thomas Zimmermann
2
-8
/
+8
2026-03-09
lib/fonts: Store font data as font_data_t; update consoles
Thomas Zimmermann
3
-26
/
+38
2026-03-09
lib/fonts: Remove FNTCHARCNT()
Thomas Zimmermann
1
-1
/
+0
2026-03-09
vt: Calculate font-buffer size with vc_font_size()
Thomas Zimmermann
1
-7
/
+2
2026-03-09
vt: Store font in struct vc_font
Thomas Zimmermann
3
-10
/
+9
2026-03-09
fbdev: Declare src parameter of fb_pad_ helpers as constant
Thomas Zimmermann
1
-3
/
+3
2026-03-09
fbdev: defio: Move pageref array to struct fb_deferred_io_state
Thomas Zimmermann
1
-28
/
+27
[prev]
[next]