index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-04-22
1
-1
/
+1
|
\
|
*
fbdev: fbmon: fix -Wextra build warnings
Randy Dunlap
2020-03-20
1
-1
/
+1
*
|
fbcon: fix null-ptr-deref in fbcon_switch
Qiujun Huang
2020-03-31
1
-0
/
+3
|
/
*
fbdev: remove object duplication in Makefile
Masahiro Yamada
2020-01-15
1
-1
/
+0
*
fbmem: Adjust indentation in fb_prepare_logo and fb_blank
Nathan Chancellor
2020-01-15
1
-18
/
+18
*
fbcon: Adjust indentation in set_con2fb_map
Nathan Chancellor
2020-01-15
1
-14
/
+13
*
fbdev: potential information leak in do_fb_ioctl()
Dan Carpenter
2020-01-15
1
-1
/
+1
*
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
2020-01-06
1
-2
/
+2
|
\
|
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
2
-11
/
+14
|
|
\
|
*
\
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
1
-2
/
+2
|
|
\
\
|
|
*
|
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
1
-2
/
+2
*
|
|
|
fbdev: fbmem: avoid exporting fb_center_logo
Peter Rosin
2020-01-03
1
-1
/
+0
*
|
|
|
fbdev: fbmem: allow overriding the number of bootup logos
Peter Rosin
2020-01-03
2
-3
/
+16
|
|
_
|
/
|
/
|
|
*
|
|
video: fbmem: use const pointer for fb_ops
Jani Nikula
2019-12-03
1
-2
/
+2
*
|
|
video: fb_defio: preserve user fb_ops
Jani Nikula
2019-12-03
2
-7
/
+11
*
|
|
fbdev: Unexport unlink_framebuffer()
Thomas Zimmermann
2019-11-19
1
-2
/
+1
|
/
/
*
/
fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers
Gerd Hoffmann
2019-08-23
1
-12
/
+5
|
/
*
backlight: drop EARLY_EVENT_BLANK support
Sam Ravnborg
2019-08-05
1
-11
/
+1
*
fbmem: remove redundant assignment to err
Colin Ian King
2019-07-23
1
-1
/
+1
*
fbdev: Ditch fb_edid_add_monspecs
Daniel Vetter
2019-07-23
2
-153
/
+0
*
fbcon: Export fbcon_update_vcs
Daniel Vetter
2019-06-19
1
-0
/
+1
*
fbcon: Document what I learned about fbcon locking
Daniel Vetter
2019-06-13
1
-0
/
+19
*
fbcon: Call con2fb_map functions directly
Daniel Vetter
2019-06-12
2
-55
/
+38
*
vgaswitcheroo: call fbcon_remap_all directly
Daniel Vetter
2019-06-12
1
-9
/
+5
*
fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls
Daniel Vetter
2019-06-12
2
-17
/
+19
*
fb: Flatten control flow in fb_set_var
Daniel Vetter
2019-06-12
1
-63
/
+63
*
fbdev: remove FBINFO_MISC_USEREVENT around fb_blank
Daniel Vetter
2019-06-12
3
-8
/
+2
*
fbmem: pull fbcon_fb_blanked out of fb_blank
Daniel Vetter
2019-06-12
2
-3
/
+9
*
Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"
Daniel Vetter
2019-06-12
2
-13
/
+2
*
fbdev: Call fbcon_get_requirement directly
Daniel Vetter
2019-06-12
2
-11
/
+3
*
fbcon: Call fbcon_mode_deleted/new_modelist directly
Daniel Vetter
2019-06-12
2
-26
/
+10
*
fbdev: directly call fbcon_suspended/resumed
Daniel Vetter
2019-06-12
2
-13
/
+4
*
fbdev: unify unlink_framebuffer paths
Daniel Vetter
2019-06-12
1
-27
/
+20
*
fbdev: make unregister/unlink functions not fail
Daniel Vetter
2019-06-12
1
-50
/
+23
*
fbcon: call fbcon_fb_bind directly
Daniel Vetter
2019-06-12
2
-22
/
+9
*
fbdev: lock_fb_info cannot fail
Daniel Vetter
2019-06-12
3
-63
/
+19
*
fbdev: sysfs files can't disappear before the device is gone
Daniel Vetter
2019-06-12
1
-8
/
+2
*
fbcon: call fbcon_fb_(un)registered directly
Daniel Vetter
2019-06-12
2
-18
/
+20
*
fbcon: Remove fbcon_has_exited
Daniel Vetter
2019-06-12
1
-34
/
+7
*
fbcon: s/struct display/struct fbcon_display/
Daniel Vetter
2019-06-12
2
-40
/
+40
*
fbdev: locking check for fb_set_suspend
Daniel Vetter
2019-06-12
1
-0
/
+2
*
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-31
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
vt/fbcon: deinitialize resources in visual_init() after failed memory allocation
Grzegorz Halat
2019-05-24
1
-1
/
+1
|
/
*
fbcon: Don't reset logo_shown when logo is currently shown
Andreas Schwab
2019-05-06
1
-1
/
+1
*
fbdev: fix WARNING in __alloc_pages_nodemask bug
Jiufei Xue
2019-04-11
1
-0
/
+2
*
fbdev: fix divide error in fb_var_to_videomode
Shile Zhang
2019-04-01
1
-0
/
+3
*
fbdev: list all pci memory bars as conflicting apertures
Gerd Hoffmann
2019-04-01
1
-4
/
+25
*
video: fbdev: Fix potential NULL pointer dereference
YueHaibing
2019-02-08
1
-0
/
+2
*
fbcon: Silence fbcon logo on 'quiet' boots
Prarit Bhargava
2019-02-08
1
-1
/
+7
[next]