index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
fbdev: imsttfb: Fix use after free bug in imsttfb_probe
Zheng Wang
1
-7
/
+8
2023-05-11
fbdev: vfb: Remove trailing whitespaces
Thomas Zimmermann
1
-5
/
+5
2023-05-11
fbdev: valkyriefb: Remove trailing whitespaces
Thomas Zimmermann
1
-7
/
+7
2023-05-11
fbdev: stifb: Remove trailing whitespaces
Thomas Zimmermann
1
-78
/
+78
2023-05-11
fbdev: sa1100fb: Remove trailing whitespaces
Thomas Zimmermann
1
-16
/
+16
2023-05-11
fbdev: platinumfb: Remove trailing whitespaces
Thomas Zimmermann
1
-15
/
+15
2023-05-11
fbdev: p9100: Remove trailing whitespaces
Thomas Zimmermann
1
-2
/
+2
2023-05-11
fbdev: maxinefb: Remove trailing whitespaces
Thomas Zimmermann
1
-1
/
+1
2023-05-11
fbdev: macfb: Remove trailing whitespaces
Thomas Zimmermann
1
-5
/
+5
2023-05-11
fbdev: hpfb: Remove trailing whitespaces
Thomas Zimmermann
1
-4
/
+4
2023-05-11
fbdev: hgafb: Remove trailing whitespaces
Thomas Zimmermann
1
-18
/
+18
2023-05-11
fbdev: g364fb: Remove trailing whitespaces
Thomas Zimmermann
1
-3
/
+3
2023-05-11
fbdev: controlfb: Remove trailing whitespaces
Thomas Zimmermann
1
-17
/
+17
2023-05-11
fbdev: cg14: Remove trailing whitespaces
Thomas Zimmermann
1
-1
/
+1
2023-05-11
fbdev: atmel_lcdfb: Remove trailing whitespaces
Thomas Zimmermann
1
-1
/
+1
2023-05-11
fbdev: 68328fb: Remove trailing whitespaces
Thomas Zimmermann
1
-6
/
+6
2023-05-11
fbdev: arcfb: Fix error handling in arcfb_probe()
Zongjie Li
1
-6
/
+9
2023-05-09
Merge drm/drm-next into drm-misc-next
Maxime Ripard
84
-314
/
+189
2023-05-08
fbdev: Move I/O read and write code into helper functions
Thomas Zimmermann
3
-117
/
+136
2023-05-08
fbdev: Validate info->screen_{base, buffer} in fb_ops implementations
Thomas Zimmermann
10
-4
/
+40
2023-05-08
fbdev: Don't re-validate info->state in fb_ops implementations
Thomas Zimmermann
5
-21
/
+0
2023-05-08
fbdev: Use screen_buffer in fb_sys_{read,write}()
Thomas Zimmermann
1
-2
/
+2
2023-05-08
fbdev: Return number of bytes read or written
Thomas Zimmermann
2
-15
/
+24
2023-05-08
fbdev/xen-fbfront: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-1
/
+1
2023-05-08
fbdev/vfb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-1
/
+1
2023-05-08
fbdev/udlfb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-6
/
+6
2023-05-08
fbdev/smscufx: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-7
/
+7
2023-05-08
fbdev/ps3fb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-2
/
+2
2023-05-08
fbdev/metronomefb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-6
/
+6
2023-05-08
fbdev/hecubafb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-4
/
+4
2023-05-08
fbdev/broadsheetfb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-6
/
+6
2023-05-08
fbdev/au1200fb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-1
/
+1
2023-05-08
fbdev/arcfb: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-4
/
+4
2023-05-02
Merge tag 'backlight-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-67
/
+42
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+3
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+0
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+3
2023-04-27
Merge tag 'fbdev-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
59
-209
/
+119
2023-04-26
Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-21
/
+11
2023-04-26
Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-91
/
+174
2023-04-24
fbdev: vfb: Init owner field of struct fb_ops
Thomas Zimmermann
1
-0
/
+1
2023-04-24
fbdev: ps3fb: Init owner field of struct fb_ops
Thomas Zimmermann
1
-0
/
+1
2023-04-24
fbdev: 68328fb: Init owner field of struct fb_ops
Thomas Zimmermann
1
-0
/
+1
2023-04-24
fbdev: mmp: Fix deferred clk handling in mmphw_probe()
Christophe JAILLET
1
-1
/
+1
2023-04-24
fbdev: xilinxfb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-24
fbdev: wmt_ge_rops: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-04-24
fbdev: wm8505fb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-24
fbdev: vt8500lcdfb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-24
fbdev: via: Convert to platform remove callback returning void
Uwe Kleine-König
2
-6
/
+4
2023-04-24
fbdev: vga16fb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
[prev]
[next]