index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
Revert "fbdev: fbmem: add a helper to determine if an aperture is used by a f...
Alex Deucher
2022-05-05
1
-47
/
+0
|
*
|
|
|
fbdev: Use pageref offset for deferred-I/O writeback
Thomas Zimmermann
2022-05-03
7
-24
/
+16
|
*
|
|
|
fbdev: Rename pagelist to pagereflist for deferred I/O
Thomas Zimmermann
2022-05-03
10
-52
/
+38
|
*
|
|
|
fbdev: Refactor implementation of page_mkwrite
Thomas Zimmermann
2022-05-03
1
-15
/
+38
|
*
|
|
|
fbdev: Track deferred-I/O pages in pageref struct
Thomas Zimmermann
2022-05-03
8
-66
/
+126
|
*
|
|
|
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
2022-05-03
11
-10
/
+31
|
*
|
|
|
Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2022-05-03
28
-44
/
+59
|
|
\
\
\
\
|
*
|
|
|
|
fbdev: Warn in hot-unplug workaround for framebuffers without device
Thomas Zimmermann
2022-04-20
1
-6
/
+4
|
*
|
|
|
|
of: Create platform devices for OF framebuffers
Thomas Zimmermann
2022-04-20
1
-33
/
+65
|
*
|
|
|
|
Merge drm/drm-next into drm-misc-next
Paul Cercueil
2022-04-18
1
-1
/
+8
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-04-12
2
-11
/
+12
|
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Revert "video: fbdev: fbmem: fix pointer reference to null device field"
Helge Deller
2022-04-14
1
-1
/
+1
|
*
|
|
|
|
|
video: fbdev: fbmem: fix pointer reference to null device field
Zhouyi Zhou
2022-04-14
1
-1
/
+1
|
*
|
|
|
|
|
fbcon: replace snprintf in show functions with sysfs_emit
Yang Guang
2022-04-14
1
-2
/
+2
|
*
|
|
|
|
|
fbcon: Fix delayed takeover locking
Daniel Vetter
2022-04-13
1
-10
/
+18
|
*
|
|
|
|
|
fbcon: use min() to make code cleaner
Changcheng Deng
2022-04-12
1
-1
/
+1
|
*
|
|
|
|
|
fbcon: Maintain a private array of fb_info
Daniel Vetter
2022-04-07
1
-39
/
+43
|
*
|
|
|
|
|
fbcon: untangle fbcon_exit
Daniel Vetter
2022-04-07
1
-31
/
+32
|
*
|
|
|
|
|
fbcon: Move more code into fbcon_release
Daniel Vetter
2022-04-07
1
-20
/
+13
|
*
|
|
|
|
|
fbcon: Move console_lock for register/unlink/unregister
Daniel Vetter
2022-04-07
2
-27
/
+29
|
*
|
|
|
|
|
fbcon: Consistently protect deferred_takeover with console_lock()
Daniel Vetter
2022-04-07
1
-2
/
+3
|
*
|
|
|
|
|
fbcon: use lock_fb_info in fbcon_open/release
Daniel Vetter
2022-04-07
2
-4
/
+5
|
*
|
|
|
|
|
fbcon: move more common code into fb_open()
Daniel Vetter
2022-04-07
1
-45
/
+30
|
*
|
|
|
|
|
fbcon: Ditch error handling for con2fb_release_oldinfo
Daniel Vetter
2022-04-07
1
-24
/
+13
|
*
|
|
|
|
|
fbcon: Extract fbcon_open/release helpers
Daniel Vetter
2022-04-07
1
-54
/
+53
|
*
|
|
|
|
|
fbcon: Replace FBCON_FLAGS_INIT with a boolean
Daniel Vetter
2022-04-07
2
-9
/
+6
|
*
|
|
|
|
|
fbcon: Use delayed work for cursor
Daniel Vetter
2022-04-07
2
-54
/
+35
|
*
|
|
|
|
|
fbdev/sysfs: Fix locking
Daniel Vetter
2022-04-07
1
-0
/
+2
|
*
|
|
|
|
|
fbcon: delete delayed loading code
Daniel Vetter
2022-04-07
1
-12
/
+1
|
*
|
|
|
|
|
fbcon: Introduce wrapper for console->fb_info lookup
Daniel Vetter
2022-04-07
1
-32
/
+44
|
*
|
|
|
|
|
fbcon: Move fbcon_bmove(_rec) functions
Daniel Vetter
2022-04-07
1
-69
/
+65
|
*
|
|
|
|
|
fbcon: delete a few unneeded forward decl
Daniel Vetter
2022-04-07
1
-16
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-04-05
76
-329
/
+995
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
fbdev: defio: fix the pagelist corruption
Chuansheng Liu
2022-03-18
1
-1
/
+8
|
*
|
|
|
|
fbdev: Fix cfb_imageblit() for arbitrary image widths
Thomas Zimmermann
2022-03-17
1
-4
/
+24
|
*
|
|
|
|
fbdev: Fix sys_imageblit() for arbitrary image widths
Thomas Zimmermann
2022-03-17
1
-4
/
+25
|
*
|
|
|
|
sysfb: Enable boot time VESA graphic mode selection
Michal Suchanek
2022-03-04
1
-10
/
+2
|
*
|
|
|
|
sysfb: Make config option dependencies explicit
Michal Suchanek
2022-03-04
1
-0
/
+2
*
|
|
|
|
|
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
2022-05-11
28
-44
/
+59
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-05-06
1
-1
/
+4
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-26
28
-44
/
+59
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandle
Alexander Shiyan
2022-04-25
1
-2
/
+1
|
|
*
|
|
|
|
video: fbdev: mmp: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-12
1
-6
/
+5
|
|
*
|
|
|
|
video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration
Geert Uytterhoeven
2022-04-12
1
-3
/
+0
|
|
*
|
|
|
|
video: fbdev: i740fb: Error out if 'pixclock' equals zero
Zheyu Ma
2022-04-11
1
-0
/
+3
|
|
*
|
|
|
|
video: fbdev: i740fb: use memset_io() to clear screen
Ondrej Zary
2022-04-11
1
-1
/
+1
|
|
*
|
|
|
|
video: fbdev: s3fb: Error out if 'pixclock' equals zero
Zheyu Ma
2022-04-11
1
-0
/
+3
|
|
*
|
|
|
|
video: fbdev: arkfb: Error out if 'pixclock' equals zero
Zheyu Ma
2022-04-11
1
-0
/
+3
|
|
*
|
|
|
|
video: fbdev: tridentfb: Error out if 'pixclock' equals zero
Zheyu Ma
2022-04-11
1
-0
/
+3
|
|
*
|
|
|
|
video: fbdev: vt8623fb: Error out if 'pixclock' equals zero
Zheyu Ma
2022-04-11
1
-0
/
+3
[prev]
[next]