index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
fbdev: Improve performance of sys_imageblit()
Thomas Zimmermann
-11
/
+38
2022-03-02
fbdev: Improve performance of sys_fillrect()
Thomas Zimmermann
-13
/
+3
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-15
/
+33
2022-02-16
fbdev: Don't sort deferred-I/O pages by default
Thomas Zimmermann
-7
/
+17
2022-02-16
fbdev/defio: Early-out if page is already enlisted
Thomas Zimmermann
-9
/
+17
2022-02-14
Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
-36
/
+726
2022-02-08
fbcon: Avoid 'cap' set but not used warning
Helge Deller
-4
/
+3
2022-02-03
fbdev: fbmem: Fix the implicit type casting
Yizhuo Zhai
-0
/
+2
2022-02-02
fbcon: Add option to enable legacy hardware acceleration
Helge Deller
-34
/
+64
2022-02-02
Revert "fbcon: Disable accelerated scrolling"
Helge Deller
-8
/
+37
2022-02-02
Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...
Helge Deller
-36
/
+666
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-3
/
+26
2022-01-30
video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
Dan Carpenter
-32
/
+21
2022-01-29
video: fbmem: use swap() to make code cleaner in fb_rotate_logo()
Changcheng Deng
-6
/
+2
2022-01-27
fbdev: Hot-unplug firmware fb devices on forced removal
Thomas Zimmermann
-3
/
+26
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-7
/
+7
2021-12-31
fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
Alex Deucher
-0
/
+47
2021-10-15
video: fbdev: replace snprintf in show functions with sysfs_emit
Qing Wang
-7
/
+7
2021-10-13
fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)
Claudio Suarez
-666
/
+36
2021-10-10
fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'
Zheyu Ma
-1
/
+4
2021-09-08
fbmem: don't allow too huge resolutions
Tetsuo Handa
-0
/
+6
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-3
/
+3
2021-07-19
fbmem: Convert from atomic_t to refcount_t on fb_info->count
Xiyu Yang
-3
/
+3
2021-07-13
fbmem: Do not delete the mode that is still in use
Zhen Lei
-7
/
+5
2021-06-01
Revert "fb_defio: Remove custom address_space_operations"
Matthew Wilcox
-0
/
+39
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
-1
/
+1
2021-05-09
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
-1
/
+1
2021-05-09
Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-1
/
+1
2021-05-07
Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...
Dave Airlie
-1
/
+1
2021-05-04
fbmem: Mark proc_fb_seq_ops as __maybe_unused
Guenter Roeck
-1
/
+1
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-39
/
+0
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
-0
/
+3
2021-04-10
fbdev: zero-fill colormap in fbcmap.c
Phillip Potter
-4
/
+4
2021-03-23
drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
Du Cheng
-0
/
+3
2021-03-12
fb_defio: Remove custom address_space_operations
Matthew Wilcox (Oracle)
-39
/
+0
2020-12-08
video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notify
Sam Ravnborg
-1
/
+8
2020-11-29
video: fbcon: Fix warnings by using pr_debug() in fbcon
Sam Ravnborg
-17
/
+8
2020-11-17
fbcon: Drop EXPORT_SYMBOL
Daniel Vetter
-11
/
+0
2020-11-17
fbcon: Disable accelerated scrolling
Daniel Vetter
-37
/
+8
2020-11-16
video: fix some kernel-doc markups
Mauro Carvalho Chehab
-1
/
+1
2020-11-16
fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcount
Peilin Ye
-41
/
+23
2020-11-16
console: Delete unused con_font_copy() callback implementations
Peilin Ye
-11
/
+0
2020-11-10
drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()
Jason Gunthorpe
-5
/
+0
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-389
/
+26
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-7
/
+9
2020-10-14
Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-9
/
+1
2020-10-06
Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
-7
/
+14
2020-10-02
fbcon: remove no-op fbcon_set_origin()
Tetsuo Handa
-8
/
+0
2020-09-25
fbdev: simplify fb_getput_cmap()
Arnd Bergmann
-25
/
+19
2020-09-25
fbcon: Fix global-out-of-bounds read in fbcon_get_font()
Peilin Ye
-0
/
+12
[prev]
[next]