index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
efifb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-06-22
1
-11
/
+0
|
\
|
*
Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
Daniel Vetter
2022-06-09
1
-11
/
+0
*
|
fbdev: efifb: Fix a use-after-free due early fb_info cleanup
Javier Martinez Canillas
2022-05-07
1
-2
/
+2
*
|
fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove
Javier Martinez Canillas
2022-05-06
1
-1
/
+8
|
/
*
fbdev: Prevent probing generic drivers if a FB is already registered
Javier Martinez Canillas
2021-11-17
1
-0
/
+11
*
fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
Imre Deak
2021-08-13
1
-7
/
+14
*
efifb: Check efifb_pci_dev before using it
Kai-Heng Feng
2021-04-26
1
-2
/
+4
*
efifb: Ensure graphics device for efifb stays at PCI D0
Kai-Heng Feng
2021-02-22
1
-0
/
+3
*
video: fbdev: efifb: Fix set but not used warning for screen_pitch
Sam Ravnborg
2020-12-08
1
-2
/
+1
*
efi: avoid error message when booting under Xen
Juergen Gross
2020-08-20
1
-1
/
+1
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
1
-1
/
+1
|
\
|
*
video: constify fb ops across all drivers
Jani Nikula
2019-12-05
1
-1
/
+1
*
|
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
1
-1
/
+1
|
/
*
efifb: BGRT: Improve efifb_bgrt_sanity_check
Hans de Goede
2019-08-19
1
-21
/
+6
*
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-28
1
-1
/
+0
*
efifb: BGRT: Add check for new BGRT status field rotation bits
Hans de Goede
2019-06-21
1
-0
/
+5
*
fbdev/efifb: Ignore framebuffer memmap entries that lack any memory types
Ard Biesheuvel
2019-05-17
1
-2
/
+6
*
efifb: Omit memory map check on legacy boot
Ard Biesheuvel
2019-03-29
1
-1
/
+2
*
efifb: BGRT: Add nobgrt option
Hans de Goede
2018-09-26
1
-0
/
+6
*
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
2018-08-23
1
-0
/
+183
|
\
|
*
efifb: BGRT: Do not copy the boot graphics for non native resolutions
Hans de Goede
2018-07-24
1
-0
/
+43
|
*
efifb: Copy the ACPI BGRT boot graphics to the framebuffer
Hans de Goede
2018-07-03
1
-0
/
+140
*
|
fbdev/efifb: Honour UEFI memory map attributes when mapping the FB
Ard Biesheuvel
2018-07-16
1
-10
/
+41
|
/
*
efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirk
Hans de Goede
2017-12-04
1
-1
/
+20
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
drivers/fbdev/efifb: Allow BAR to be moved instead of claiming it
Ard Biesheuvel
2017-08-21
1
-13
/
+18
*
efifb: allow user to disable write combined mapping.
Dave Airlie
2017-07-31
1
-1
/
+7
*
efi/fb: Correct PCI_STD_RESOURCE_END usage
Bjorn Helgaas
2017-06-13
1
-1
/
+1
*
efi/fb: Avoid reconfiguration of BAR that covers the framebuffer
Ard Biesheuvel
2017-04-05
1
-1
/
+65
*
efifb: Show framebuffer layout as device attributes
Peter Jones
2016-10-18
1
-13
/
+46
*
fbdev/efifb: Fix 16 color palette entry calculation
Max Staudt
2016-08-11
1
-3
/
+3
*
Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...
Linus Torvalds
2016-05-20
1
-4
/
+2
|
\
|
*
efifb: Don't show the mapping VA
Andy Lutomirski
2016-05-13
1
-4
/
+2
*
|
efifb: Use builtin_platform_driver and drop unused includes
Ard Biesheuvel
2016-04-28
1
-5
/
+1
*
|
x86/efi/efifb: Move DMI based quirks handling out of generic code
Ard Biesheuvel
2016-04-28
1
-11
/
+4
|
/
*
efifb: Add support for 64-bit frame buffer addresses
Matt Fleming
2015-10-12
1
-1
/
+23
*
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
Bruno Prémont
2014-07-10
1
-39
/
+0
*
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
2014-04-17
1
-0
/
+360