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
2025-03-26
mdacon: rework dependency list
Arnd Bergmann
1
-1
/
+1
2025-03-26
dummycon: fix default rows/cols
Arnd Bergmann
1
-2
/
+2
2025-03-26
dummycon: only build module if there are users
Arnd Bergmann
1
-2
/
+1
2025-03-26
fbdev: au1100fb: Move a variable assignment behind a null pointer check
Markus Elfring
1
-1
/
+3
2025-03-26
fbdev: pxafb: use devm_kmemdup*()
Raag Jadav
1
-14
/
+9
2025-03-26
fbcon: Use correct erase colour for clearing in fbcon
Zsolt Kajtar
7
-58
/
+18
2025-03-26
fbdev: core: tileblit: Implement missing margin clearing for tileblit
Zsolt Kajtar
1
-1
/
+36
2025-03-16
fb_defio: do not use deprecated page->mapping, index fields
Lorenzo Stoakes
1
-28
/
+15
2025-03-14
backlight: pcf50633-backlight: Remove unused driver
Dr. David Alan Gilbert
3
-162
/
+0
2025-03-14
backlight: tdo24m: Eliminate redundant whitespace
WangYuli
1
-1
/
+1
2025-03-09
fbdev: hyperv_fb: Allow graceful removal of framebuffer
Saurabh Sengar
1
-5
/
+15
2025-03-09
fbdev: hyperv_fb: Simplify hvfb_putmem
Saurabh Sengar
1
-6
/
+6
2025-03-09
fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs
Michael Kelley
1
-7
/
+13
2025-03-09
gpu: nova-core: add initial driver stub
Danilo Krummrich
1
-0
/
+1
2025-02-21
fbdev: hyperv_fb: iounmap() the correct memory when removing a device
Michael Kelley
1
-1
/
+1
2025-02-20
backlight: apple_dwi_bl: Add Apple DWI backlight driver
Nick Chan
3
-0
/
+135
2025-02-11
backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()
Herve Codina
1
-1
/
+4
2025-02-11
backlight: wm831x_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: vgg2432a4: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: tps65217_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: max8925_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: lv5207lp: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: locomolcd: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: hp680_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: ep93xx_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: da9052_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: da903x_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: bd6107_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: as3711_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: adp8870_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: adp8860_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: adp5520_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-02-11
backlight: 88pm860x_bl: Do not include <linux/fb.h>
Thomas Zimmermann
1
-1
/
+0
2025-01-24
Merge tag 'fbdev-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
12
-77
/
+23
2025-01-21
fbdev: lcdcfb: Use backlight helper
Shixiong Ou
1
-5
/
+1
2025-01-19
fbdev: vga16fb: fix orig_video_isVGA confusion
Zsolt Kajtar
1
-3
/
+4
2025-01-12
fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args
Krzysztof Kozlowski
1
-7
/
+2
2025-01-12
fbdev: omapfb: Use of_property_present() to test existence of DT property
Krzysztof Kozlowski
1
-1
/
+1
2025-01-12
fbdev: sm501fb: Use str_enabled_disabled() helper in sm501fb_init_fb()
Thorsten Blum
1
-2
/
+3
2025-01-09
fbdev: omap: use threaded IRQ for LCD DMA
Aaro Koskinen
1
-2
/
+2
2025-01-09
fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()
Joe Hattori
1
-0
/
+1
2025-01-09
fbdev: efifb: Change the return value type to void
Shixiong Ou
1
-3
/
+1
2024-12-22
fbdev: omapfb: Remove unused hdmi5_core_handle_irqs
Dr. David Alan Gilbert
2
-18
/
+0
2024-12-22
video: hdmi: Remove unused hdmi_infoframe_check
Dr. David Alan Gilbert
1
-28
/
+0
2024-12-22
fbdev: radeon: Use const 'struct bin_attribute' callbacks
Thomas Weißschuh
1
-4
/
+4
2024-12-22
fbdev: udlfb: Use const 'struct bin_attribute' callback
Thomas Weißschuh
1
-4
/
+4
2024-12-20
Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
2
-7
/
+14
2024-12-17
fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE
Thomas Zimmermann
2
-7
/
+14
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
12
-12
/
+12
[prev]
[next]