index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-06
fbcon: Don't reset logo_shown when logo is currently shown
Andreas Schwab
1
-1
/
+1
2019-04-11
fbdev: fix WARNING in __alloc_pages_nodemask bug
Jiufei Xue
1
-0
/
+2
2019-04-01
fbdev: fix divide error in fb_var_to_videomode
Shile Zhang
1
-0
/
+3
2019-04-01
fbdev: list all pci memory bars as conflicting apertures
Gerd Hoffmann
1
-4
/
+25
2019-02-08
video: fbdev: Fix potential NULL pointer dereference
YueHaibing
1
-0
/
+2
2019-02-08
fbcon: Silence fbcon logo on 'quiet' boots
Prarit Bhargava
1
-1
/
+7
2019-02-08
fbdev: fbmem: fix memory access if logo is bigger than the screen
Manfred Schlaegl
1
-0
/
+3
2019-02-08
video/fbdev: refactor video= cmdline parsing
Jani Nikula
1
-13
/
+10
2019-02-08
fbcon: use kvmalloc() for scrollback buffer
Konstantin Khorenko
1
-3
/
+3
2019-01-16
fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option
Peter Rosin
2
-9
/
+17
2018-12-20
fbdev: fbcon: Fix unregister crash when more than one framebuffer
Noralf Trønnes
1
-1
/
+1
2018-12-20
fbdev: fbmem: add config option to center the bootup logo
Peter Rosin
1
-1
/
+24
2018-12-20
fbdev: fbmem: make fb_show_logo_line return the end instead of the height
Peter Rosin
1
-3
/
+3
2018-12-20
fbdev: fbmem: behave better with small rotated displays and many CPUs
Peter Rosin
1
-2
/
+6
2018-12-20
fbdev: make FB_BACKLIGHT a tristate
Rob Clark
1
-4
/
+4
2018-10-31
Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux
Linus Torvalds
1
-2
/
+2
2018-10-08
fbdev: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-09-11
fbdev: Add FBINFO_HIDE_SMEM_START flag
Daniel Vetter
1
-0
/
+4
2018-09-11
vt: Remove vc_panic_force_write
Daniel Vetter
1
-2
/
+1
2018-09-11
fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
Daniel Vetter
1
-1
/
+0
2018-09-07
fbdev: fix kerneldoc
Michał Mirosław
1
-2
/
+2
2018-09-03
fbdev: add remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-0
/
+35
2018-09-03
fbdev: add kerneldoc do remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+10
2018-09-03
fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+14
2018-09-03
fbdev: show fbdev number for debugging
Michał Mirosław
1
-2
/
+2
2018-08-10
fbcon: Do not takeover the console from atomic context
Hans de Goede
1
-4
/
+15
2018-08-10
fbcon: Only defer console takeover if the current console driver is the dummycon
Hans de Goede
1
-14
/
+10
2018-07-31
fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set
Thomas Zimmermann
1
-4
/
+9
2018-07-25
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
1
-6
/
+32
2018-07-24
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-24
fbdev: fix modedb docs in fb_find_mode
Daniel Vetter
1
-30
/
+32
2018-07-24
fbcon: introduce for_each_registered_fb() helper
Yisheng Xie
2
-23
/
+12
2018-07-24
fbdev: Distinguish between interlaced and progressive modes
Fredrik Noring
1
-11
/
+30
2018-06-28
console/fbcon: Add support for deferred console takeover
Hans de Goede
1
-0
/
+72
2018-06-28
fbcon: Call WARN_CONSOLE_UNLOCKED() where applicable
Hans de Goede
1
-0
/
+11
2018-06-16
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
Linus Torvalds
1
-2
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
8
-16
/
+20
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-14
/
+1
2018-04-24
video: fbdev: core: Change return type to vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-02-27
console: Expand dummy functions for CFI
Kees Cook
1
-1
/
+2
2017-12-05
fbcon: Remove dmi quirk table
Hans de Goede
4
-156
/
+2
2017-12-05
fbcon: Add fbcon_rotate_hint to struct fb_info
Hans de Goede
2
-6
/
+13
2017-11-21
Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux
Linus Torvalds
2
-5
/
+7
2017-11-13
fbcon: Initialize ops->info early
Thierry Reding
1
-0
/
+1
2017-11-10
video: fbdev: Convert timers to use timer_setup()
Kees Cook
2
-5
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-09-14
Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linux
Linus Torvalds
14
-5
/
+6241
2017-09-07
video/console: Update BIOS dates list for GPD win console rotation DMI quirk
Hans de Goede
1
-2
/
+2
[next]