index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
1
-0
/
+1
*
Revert "fb_defio: Remove custom address_space_operations"
Matthew Wilcox
2021-06-01
2
-0
/
+39
*
video: hgafb: correctly handle card detect failure during probe
Anirudh Rayabharam
2021-05-21
1
-1
/
+1
*
Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-05-20
2
-17
/
+30
|
\
|
*
video: imsttfb: check for ioremap() failures
Greg Kroah-Hartman
2021-05-13
1
-3
/
+18
|
*
Revert "video: imsttfb: fix potential NULL pointer dereferences"
Greg Kroah-Hartman
2021-05-13
1
-5
/
+0
|
*
video: hgafb: fix potential NULL pointer dereference
Igor Matheus Andrade Torrente
2021-05-13
1
-8
/
+13
|
*
Revert "video: hgafb: fix potential NULL pointer dereference"
Greg Kroah-Hartman
2021-05-13
1
-2
/
+0
*
|
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
2021-05-15
1
-1
/
+1
*
|
Merge branch 'resizex' (patches from Maciej)
Linus Torvalds
2021-05-13
1
-24
/
+32
|
\
\
|
|
/
|
/
|
|
*
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
2021-05-13
1
-22
/
+22
|
*
vgacon: Record video mode changes with VT_RESIZEX
Maciej W. Rozycki
2021-05-13
1
-3
/
+11
*
|
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
2021-05-09
1
-1
/
+1
*
|
Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-05-09
1
-1
/
+1
|
\
\
|
*
\
Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...
Dave Airlie
2021-05-07
1
-1
/
+1
|
|
\
\
|
|
*
|
fbmem: Mark proc_fb_seq_ops as __maybe_unused
Guenter Roeck
2021-05-04
1
-1
/
+1
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
2
-19
/
+0
|
\
\
\
\
|
*
|
|
|
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
2
-19
/
+0
*
|
|
|
|
Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-30
1
-2
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
Merge tag 'drm-misc-next-fixes-2021-04-29' of git://anongit.freedesktop.org/d...
Dave Airlie
2021-04-30
1
-2
/
+4
|
|
\
|
|
|
|
*
|
efifb: Check efifb_pci_dev before using it
Kai-Heng Feng
2021-04-26
1
-2
/
+4
*
|
|
|
Merge tag 'backlight-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-29
3
-36
/
+50
|
\
\
\
\
|
*
|
|
|
backlight: journada720: Fix Wmisleading-indentation warning
Arnd Bergmann
2021-03-23
1
-22
/
+22
|
*
|
|
|
backlight: qcom-wled: Correct the sync_toggle sequence
Kiran Gunda
2021-03-23
1
-6
/
+6
|
*
|
|
|
backlight: qcom-wled: Fix FSC update issue for WLED5
Kiran Gunda
2021-03-22
1
-6
/
+19
|
*
|
|
|
backlight: ktd253: Support KTD259
Linus Walleij
2021-03-22
1
-0
/
+1
|
*
|
|
|
backlight: qcom-wled: Use sink_addr for sync toggle
Obeida Shamoun
2021-03-22
1
-2
/
+2
*
|
|
|
|
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-28
8
-74
/
+36
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge drm/drm-fixes into drm-next
Daniel Vetter
2021-04-13
2
-3
/
+3
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
*
|
|
fbdev: omapfb: avoid -Wempty-body warning
Arnd Bergmann
2021-03-22
1
-1
/
+1
|
*
|
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2021-03-16
19
-115
/
+51
|
|
\
\
\
|
|
*
\
\
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
5
-34
/
+35
|
|
|
\
\
\
|
*
|
|
|
|
fb_defio: Remove custom address_space_operations
Matthew Wilcox (Oracle)
2021-03-12
2
-39
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
efifb: Ensure graphics device for efifb stays at PCI D0
Kai-Heng Feng
2021-02-22
1
-0
/
+3
|
*
|
|
|
video: fbdev: amba-clcd: Always use msleep() for waiting
Sebastian Andrzej Siewior
2021-02-18
1
-15
/
+2
|
*
|
|
|
video: omapfb: Remove WARN_ON(in_interrupt()).
Ahmed S. Darwish
2021-02-18
1
-2
/
+0
|
*
|
|
|
video: omap: Remove in_interrupt() usage.
Ahmed S. Darwish
2021-02-18
1
-14
/
+28
|
*
|
|
|
video: fbdev: simplefb: Fix info message during probe
Peter Robinson
2021-01-20
1
-3
/
+2
*
|
|
|
|
Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-04-26
1
-4
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge 5.12-rc6 into tty-next
Greg Kroah-Hartman
2021-04-05
2
-3
/
+3
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
vgacon: drop unused vga_init_done
Stephen Kitt
2021-03-23
1
-3
/
+0
|
*
|
|
|
|
Merge 5.12-rc3 into tty-next
Greg Kroah-Hartman
2021-03-15
2
-7
/
+5
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
vgacon: comment on vga_rolled_over
Jiri Slaby
2021-03-10
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-26
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
fbdev: zero-fill colormap in fbcmap.c
Phillip Potter
2021-04-10
1
-4
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-04-26
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
video: hyperv_fb: Add ratelimit on error message
Michael Kelley
2021-04-20
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'hyperv-fixes-signed-20210402' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-04-03
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
video: hyperv_fb: Fix a double free in hvfb_probe
Lv Yunlong
2021-03-25
1
-3
/
+0
|
|
/
/
/
*
|
/
/
drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
Du Cheng
2021-03-23
1
-0
/
+3
|
|
/
/
|
/
|
|
[next]