index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
udlfb: handle unplug properly
Mikulas Patocka
2019-02-27
1
-104
/
+37
*
backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables
Heiko Stuebner
2019-02-27
1
-9
/
+10
*
fbdev: fbcon: Fix unregister crash when more than one framebuffer
Noralf Trønnes
2019-02-12
1
-1
/
+1
*
fbdev: fbmem: behave better with small rotated displays and many CPUs
Peter Rosin
2019-02-12
1
-2
/
+6
*
video: clps711x-fb: release disp device node in probe()
Alexey Khoroshilov
2019-02-12
1
-1
/
+4
*
vgacon: unconfuse vc_origin when using soft scrollback
Nicolas Pitre
2019-01-31
1
-3
/
+4
*
omap2fb: Fix stack memory disclosure
Vlad Tsyrklevich
2019-01-22
1
-0
/
+2
*
video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"
YueHaibing
2019-01-13
1
-3
/
+1
*
mach64: fix image corruption due to reading accelerator registers
Mikulas Patocka
2018-11-21
1
-13
/
+9
*
mach64: fix display corruption on big endian machines
Mikulas Patocka
2018-11-21
1
-3
/
+3
*
media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
Hans Verkuil
2018-11-13
1
-4
/
+4
*
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
2018-10-07
3
-9
/
+11
*
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
Gustavo A. R. Silva
2018-09-26
1
-1
/
+1
*
efifb: BGRT: Add nobgrt option
Hans de Goede
2018-09-26
1
-0
/
+6
*
fbdev/omapfb: fix omapfb_memory_read infoleak
Tomi Valkeinen
2018-09-26
1
-1
/
+4
*
pxa168fb: prepare the clock
Lubomir Rintel
2018-09-26
1
-3
/
+3
*
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
2018-08-23
27
-266
/
+578
|
\
|
*
fbcon: Do not takeover the console from atomic context
Hans de Goede
2018-08-10
1
-4
/
+15
|
*
dummycon: Stop exporting dummycon_[un]register_output_notifier
Hans de Goede
2018-08-10
1
-2
/
+0
|
*
fbcon: Only defer console takeover if the current console driver is the dummycon
Hans de Goede
2018-08-10
1
-14
/
+10
|
*
fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtin
Hans de Goede
2018-08-10
1
-1
/
+1
|
*
fbdev: omap2: omapfb: fix ifnullfree.cocci warnings
kbuild test robot
2018-07-31
1
-2
/
+1
|
*
fbdev: omap2: omapfb: fix bugon.cocci warnings
kbuild test robot
2018-07-31
1
-2
/
+1
|
*
fbdev: omap2: omapfb: fix boolreturn.cocci warnings
kbuild test robot
2018-07-31
1
-1
/
+1
|
*
fb: amifb: fix build warnings when not builtin
Randy Dunlap
2018-07-31
1
-2
/
+2
|
*
fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set
Thomas Zimmermann
2018-07-31
1
-4
/
+9
|
*
udlfb: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
2018-07-25
1
-6
/
+4
|
*
udlfb: avoid prefetch
Mikulas Patocka
2018-07-25
1
-8
/
+0
|
*
udlfb: optimization - test the backing buffer
Mikulas Patocka
2018-07-25
1
-10
/
+33
|
*
udlfb: allow reallocating the framebuffer
Mikulas Patocka
2018-07-25
1
-25
/
+49
|
*
udlfb: set line_length in dlfb_ops_set_par
Mikulas Patocka
2018-07-25
1
-0
/
+1
|
*
udlfb: handle allocation failure
Mikulas Patocka
2018-07-25
1
-9
/
+17
|
*
udlfb: make a local copy of fb_ops
Mikulas Patocka
2018-07-25
1
-1
/
+2
|
*
udlfb: don't switch if we are switching to the same videomode
Mikulas Patocka
2018-07-25
1
-2
/
+16
|
*
udlfb: fix display corruption of the last line
Mikulas Patocka
2018-07-25
1
-10
/
+20
|
*
udlfb: fix semaphore value leak
Mikulas Patocka
2018-07-25
1
-25
/
+2
|
*
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
2018-07-25
1
-6
/
+32
|
*
efifb: BGRT: Do not copy the boot graphics for non native resolutions
Hans de Goede
2018-07-24
1
-0
/
+43
|
*
fbdev: fix omap2/omapfb/dss/ indentation warning
Randy Dunlap
2018-07-24
1
-1
/
+1
|
*
omapfb: encoder-tpd12s015: remove redundant pointer 'in'
Colin Ian King
2018-07-24
1
-4
/
+1
|
*
video: fbdev: tridentfb: remove deadcode on unreachable case statement
Colin Ian King
2018-07-24
1
-3
/
+0
|
*
fbdev: omapfb: off by one in omapfb_register_client()
Dan Carpenter
2018-07-24
1
-1
/
+1
|
*
video: fbdev: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-24
4
-0
/
+5
|
*
omapfb: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-24
2
-0
/
+3
|
*
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
2018-07-24
1
-0
/
+1
|
*
fbdev/via: fix defined but not used warning
Randy Dunlap
2018-07-24
1
-1
/
+2
|
*
omapfb: rename omap2 module to omap2fb.ko
Arnd Bergmann
2018-07-24
1
-2
/
+2
|
*
video: goldfishfb: fix memory leak on driver remove
Anton Vasilyev
2018-07-24
1
-0
/
+1
|
*
fbdev: fix modedb docs in fb_find_mode
Daniel Vetter
2018-07-24
1
-30
/
+32
|
*
video: fbdev: metronomefb: fix some off by one bugs
Dan Carpenter
2018-07-24
1
-5
/
+5
[next]