index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+7
2021-12-31
fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
Alex Deucher
1
-0
/
+47
2021-10-15
video: fbdev: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-7
/
+7
2021-10-13
fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)
Claudio Suarez
8
-666
/
+36
2021-10-10
fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'
Zheyu Ma
1
-1
/
+4
2021-09-08
fbmem: don't allow too huge resolutions
Tetsuo Handa
1
-0
/
+6
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+3
2021-07-19
fbmem: Convert from atomic_t to refcount_t on fb_info->count
Xiyu Yang
1
-3
/
+3
2021-07-13
fbmem: Do not delete the mode that is still in use
Zhen Lei
1
-7
/
+5
2021-06-01
Revert "fb_defio: Remove custom address_space_operations"
Matthew Wilcox
2
-0
/
+39
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-09
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
1
-1
/
+1
2021-05-09
Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2021-05-07
Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-1
/
+1
2021-05-04
fbmem: Mark proc_fb_seq_ops as __maybe_unused
Guenter Roeck
1
-1
/
+1
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-39
/
+0
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-0
/
+3
2021-04-10
fbdev: zero-fill colormap in fbcmap.c
Phillip Potter
1
-4
/
+4
2021-03-23
drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
Du Cheng
1
-0
/
+3
2021-03-12
fb_defio: Remove custom address_space_operations
Matthew Wilcox (Oracle)
2
-39
/
+0
2020-12-08
video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notify
Sam Ravnborg
2
-1
/
+8
2020-11-29
video: fbcon: Fix warnings by using pr_debug() in fbcon
Sam Ravnborg
1
-17
/
+8
2020-11-17
fbcon: Drop EXPORT_SYMBOL
Daniel Vetter
7
-11
/
+0
2020-11-17
fbcon: Disable accelerated scrolling
Daniel Vetter
1
-37
/
+8
2020-11-16
video: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-11-16
fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcount
Peilin Ye
3
-41
/
+23
2020-11-16
console: Delete unused con_font_copy() callback implementations
Peilin Ye
1
-11
/
+0
2020-11-10
drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()
Jason Gunthorpe
1
-5
/
+0
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
8
-389
/
+26
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-7
/
+9
2020-10-14
Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-9
/
+1
2020-10-06
Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
4
-7
/
+14
2020-10-02
fbcon: remove no-op fbcon_set_origin()
Tetsuo Handa
1
-8
/
+0
2020-09-25
fbdev: simplify fb_getput_cmap()
Arnd Bergmann
1
-25
/
+19
2020-09-25
fbcon: Fix global-out-of-bounds read in fbcon_get_font()
Peilin Ye
1
-0
/
+12
2020-09-25
fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
Peilin Ye
3
-7
/
+2
2020-09-21
Merge 5.9.0-rc6 into tty-next
Greg Kroah-Hartman
7
-373
/
+11
2020-09-20
Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2020-09-18
fbcon: Remove the superfluous break
Jing Xiangfeng
1
-2
/
+0
2020-09-16
fbcon: Fix user font detection test at fbcon_resize().
Tetsuo Handa
1
-1
/
+1
2020-09-14
fbcon: remove now unusued 'softback_lines' cursor() argument
Linus Torvalds
7
-44
/
+8
2020-09-14
fbcon: remove soft scrollback code
Linus Torvalds
1
-330
/
+4
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+23
2020-09-08
fbmem: add margin check to fb_check_caps()
George Kennedy
1
-0
/
+4
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
1
-2
/
+23
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2
-3
/
+24
2020-08-26
Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+23
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
6
-25
/
+25
2020-08-18
vt: make vc_data pointers const in selection.h
Jiri Slaby
1
-1
/
+1
[prev]
[next]