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.12.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
/
firmware
/
efi
/
libstub
/
gop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
1
-1
/
+96
2020-05-01
efi/gop: Use efi_err for error messages
Arvind Sankar
1
-5
/
+5
2020-05-01
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
1
-4
/
+2
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
1
-1
/
+1
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
1
-5
/
+43
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
1
-0
/
+107
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
1
-40
/
+26
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
1
-18
/
+8
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
1
-2
/
+2
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
1
-5
/
+8
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
1
-17
/
+13
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
1
-6
/
+17
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
1
-24
/
+14
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
1
-5
/
+6
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
1
-3
/
+1
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
1
-6
/
+3
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
1
-6
/
+4
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
1
-0
/
+2
2019-12-25
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
1
-7
/
+2
2019-12-25
efi/gop: Unify 32/64-bit functions
Arvind Sankar
1
-116
/
+18
2019-12-25
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
1
-13
/
+13
2019-12-08
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
1
-54
/
+12
2019-12-08
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
1
-2
/
+2
2019-12-08
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
1
-6
/
+6
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
1
-3
/
+1
2017-04-05
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
1
-2
/
+4
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
1
-0
/
+354