index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-16
video: Make CONFIG_FIRMWARE_EDID generally available
Thomas Zimmermann
3
-18
/
+18
2025-06-16
fbdev/viafb: Do not include <linux/export.h>
Thomas Zimmermann
1
-1
/
+0
2025-06-16
fbdev/viafb: Include <linux/export.h>
Thomas Zimmermann
2
-0
/
+2
2025-06-16
fbdev/sisfb: Unexport symbols
Thomas Zimmermann
2
-27
/
+0
2025-06-16
fbdev/pxafb: Unexport symbol
Thomas Zimmermann
1
-15
/
+2
2025-06-16
fbdev/mb862xx: Do not include <linux/export.h>
Thomas Zimmermann
1
-1
/
+0
2025-06-16
fbdev/omap2: Do not include <linux/export.h>
Thomas Zimmermann
3
-3
/
+0
2025-06-16
fbdev/omap2: Include <linux/export.h>
Thomas Zimmermann
11
-0
/
+11
2025-06-16
fbdev/omap: Include <linux/export.h>
Thomas Zimmermann
3
-0
/
+5
2025-06-16
fbdev/matroxfb: Include <linux/export.h>
Thomas Zimmermann
7
-0
/
+10
2025-06-16
fbdev/matroxfb: Remove trailing whitespaces
Thomas Zimmermann
4
-75
/
+75
2025-06-16
fbdev/cyber2000fb: Unexport symbols
Thomas Zimmermann
2
-38
/
+0
2025-06-16
fbdev/c2p: Include <linux/export.h>
Thomas Zimmermann
2
-0
/
+2
2025-06-16
fbdev: Include <linux/export.h>
Thomas Zimmermann
18
-0
/
+26
2025-06-16
fbdev: Remove trailing whitespaces
Thomas Zimmermann
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-06
Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-34
/
+63
2025-06-05
video: screen_info: Relocate framebuffers behind PCI bridges
Thomas Zimmermann
1
-29
/
+50
2025-06-03
Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-161
/
+149
2025-05-31
fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var
Murad Masimov
1
-1
/
+3
2025-05-31
fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...
Murad Masimov
1
-7
/
+11
2025-05-31
fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
Sergey Shtylyov
1
-1
/
+1
2025-05-31
fbcon: Make sure modelist not set on unregistered console
Kees Cook
1
-1
/
+6
2025-05-31
vgacon: Add check for vc_origin address range in vgacon_scroll()
GONG Ruiqi
1
-1
/
+1
2025-05-31
fbdev: arkfb: Cast ics5342_init() allocation type
Kees Cook
1
-2
/
+3
2025-05-31
fbdev: nvidiafb: Correct const string length in nvidiafb_setup()
Zijun Hu
1
-1
/
+1
2025-05-31
fbdev: carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEM
Colin Ian King
2
-5
/
+5
2025-05-31
fbdev: via: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+5
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+36
2025-05-26
dummycon: Trigger redraw when switching consoles with deferred takeover
Thomas Zimmermann
1
-5
/
+13
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
3
-0
/
+3
2025-04-15
backlight: pm8941: Add NULL check in wled_configure()
Henry Martin
1
-2
/
+4
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
3
-10
/
+10
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
4
-15
/
+15
2025-04-10
leds: backlight trigger: Replace fb events with a dedicated function call
Thomas Zimmermann
1
-9
/
+10
2025-04-10
backlight: lcd: Replace fb events with a dedicated function call
Thomas Zimmermann
2
-76
/
+61
2025-04-10
backlight: lcd: Move event handling into helpers
Thomas Zimmermann
1
-10
/
+28
2025-04-10
backlight: Replace fb events with a dedicated function call
Thomas Zimmermann
3
-73
/
+26
2025-04-10
backlight: Move blank-state handling into helper
Thomas Zimmermann
1
-19
/
+27
2025-04-10
backlight: Implement fbdev tracking with blank state from event
Thomas Zimmermann
1
-7
/
+7
2025-04-10
fbdev: Send old blank state in FB_EVENT_BLANK
Thomas Zimmermann
1
-1
/
+4
2025-04-10
fbdev: Track display blanking state
Thomas Zimmermann
3
-5
/
+21
2025-04-10
fbdev: Rework fb_blank()
Thomas Zimmermann
1
-8
/
+10
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
59
-2673
/
+1850
2025-04-07
firmware: sysfb: Move bpp-depth calculation into screen_info helper
Thomas Zimmermann
1
-0
/
+36
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
5
-6
/
+6
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+15
2025-03-29
Merge tag 'backlight-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
21
-180
/
+140
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+1
2025-03-26
fbdev: fsl-diu-fb: add missing device_remove_file()
Shixiong Ou
1
-0
/
+1
[next]