index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE
Thomas Zimmermann
2
-34
/
+0
2023-01-13
fbdev/vga16fb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-10
/
+5
2023-01-13
fbdev/vesafb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-14
/
+13
2023-01-13
fbdev/vesafb: Remove trailing whitespaces
Thomas Zimmermann
1
-5
/
+5
2023-01-13
fbdev/simplefb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-8
/
+11
2023-01-13
fbdev/offb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-9
/
+11
2023-01-13
fbdev/offb: Allocate struct offb_par with framebuffer_alloc()
Thomas Zimmermann
1
-8
/
+5
2023-01-13
fbdev/efifb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-10
/
+14
2023-01-13
fbdev/efifb: Add struct efifb_par for driver data
Thomas Zimmermann
1
-3
/
+8
2023-01-13
fbdev/hyperv-fb: Do not set struct fb_info.apertures
Thomas Zimmermann
1
-11
/
+6
2023-01-13
fbdev/clps711x-fb: Do not set struct fb_info.apertures
Thomas Zimmermann
1
-9
/
+1
2023-01-13
Revert "fbcon: don't lose the console font across generic->chip driver switch"
Thomas Zimmermann
1
-11
/
+6
2023-01-13
fbcon: Remove trailing whitespaces
Thomas Zimmermann
1
-12
/
+12
2022-11-24
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
10
-40
/
+46
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
10
-40
/
+46
2022-11-20
Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...
Thomas Zimmermann
1
-16
/
+0
2022-11-16
fbdev: Add support for the nomodeset kernel parameter
Thomas Zimmermann
44
-2
/
+233
2022-11-16
drm: Move nomodeset kernel parameter to drivers/video
Thomas Zimmermann
3
-0
/
+31
2022-11-16
drm/fb-helper: Schedule deferred-I/O worker after writing to framebuffer
Thomas Zimmermann
1
-0
/
+16
2022-10-30
Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-36
/
+45
2022-10-27
fbdev: cyber2000fb: fix missing pci_disable_device()
Yang Yingliang
1
-0
/
+2
2022-10-27
fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()
Michał Mirosław
1
-4
/
+1
2022-10-24
fbdev: sisfb: use explicitly signed char
Jason A. Donenfeld
1
-1
/
+1
2022-10-21
fbdev: smscufx: Fix several use-after-free bugs
Hyunwoo Kim
1
-25
/
+30
2022-10-20
fbdev: xilinxfb: Make xilinxfb_release() return void
Uwe Kleine-König
1
-4
/
+4
2022-10-20
fbdev: sisfb: fix repeated word in comment
Jilin Yuan
1
-1
/
+1
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
63
-307
/
+659
2022-10-18
fbdev: gbefb: Convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-2
/
+2
2022-10-18
fbdev: sm501fb: Convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-1
/
+1
2022-10-18
fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards
Helge Deller
1
-1
/
+2
2022-10-18
fbdev: da8xx-fb: Fix error handling in .remove()
Uwe Kleine-König
1
-1
/
+2
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-14
Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-10-14
parisc: fbdev/stifb: Align graphics memory size to 4MB
Helge Deller
1
-1
/
+1
2022-10-14
drm/ofdrm: Add ofdrm for Open Firmware framebuffers
Thomas Zimmermann
1
-0
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-08
fbdev: mb862xx: Fix check of return value from irq_of_parse_and_map()
Christophe Leroy
1
-1
/
+1
2022-10-08
fbdev: vga16fb: Add missing MODULE_DEVICE_TABLE() entry
Zeng Heng
1
-0
/
+1
2022-10-08
fbdev: tridentfb: Fix missing pci_disable_device() in probe and remove
Ruan Jinjie
1
-5
/
+1
2022-10-08
fbdev: smscufx: Fix use-after-free in ufx_ops_open()
Hyunwoo Kim
1
-1
/
+13
2022-10-08
fbdev: gbefb: Convert to use dev_groups
Jiasheng Jiang
1
-13
/
+7
2022-10-08
fbdev: imxfb: Remove redundant dev_err() call
Shang XiaoJing
1
-1
/
+0
2022-10-08
fbdev: omapfb/dss: Use pm_runtime_resume_and_get() instead of pm_runtime_get_...
Zhang Qilong
6
-24
/
+12
2022-10-08
fbdev: uvesafb: Convert snprintf to scnprintf
Jules Irenge
1
-5
/
+5
2022-10-08
fbdev: arkfb: Remove the unused function dac_read_reg()
Jiapeng Chong
1
-8
/
+0
2022-10-08
fbdev: tridentfb: Remove the unused function shadowmode_off()
Jiapeng Chong
1
-5
/
+0
2022-10-08
fbdev: controlfb: Remove the unused function VAR_MATCH()
Jiapeng Chong
1
-7
/
+0
2022-10-08
fbdev: udlfb: Remove redundant initialization to variable identical
Colin Ian King
1
-1
/
+1
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
45
-783
/
+822
2022-10-05
Merge tag 'backlight-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+365
[next]