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
/
arch
/
x86
/
platform
/
efi
/
quirks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-28
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-22
/
+24
2020-01-28
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2020-01-20
efi: Add tracking for dynamically allocated memmaps
Dan Williams
1
-14
/
+9
2020-01-20
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
1
-7
/
+14
2019-12-25
efi/x86: Rename efi_is_native() to efi_is_mixed()
Ard Biesheuvel
1
-1
/
+1
2019-12-10
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
Sean Christopherson
1
-0
/
+1
2019-12-04
x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
Dave Young
1
-4
/
+2
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
1
-0
/
+3
2019-06-21
x86/efi: fix a -Wtype-limits compilation warning
Qian Cai
1
-1
/
+1
2019-05-25
efi: Allow the number of EFI configuration tables entries to be zero
Rob Bradford
1
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-03-29
x86/realmode: Make set_real_mode_mem() static inline
Matteo Croce
1
-1
/
+1
2019-02-16
efi: Fix build error due to enum collision between efi.h and ima.h
Anders Roxell
1
-2
/
+2
2019-02-04
x86/efi: Mark can_free_region() as an __init function
Sai Praneeth Prakhya
1
-1
/
+1
2018-12-22
x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...
Sai Praneeth Prakhya
1
-0
/
+16
2018-11-30
x86/efi: Unmap EFI boot services code/data regions from efi_pgd
Sai Praneeth Prakhya
1
-0
/
+25
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
1
-3
/
+3
2018-09-26
efi/x86: Handle page faults occurring while running EFI runtime services
Sai Praneeth
1
-0
/
+78
2018-07-16
efi: Drop type and attribute checks in efi_mem_desc_lookup()
Ard Biesheuvel
1
-1
/
+2
2018-07-16
efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()
Sai Praneeth
1
-6
/
+5
2018-03-12
efi: Use string literals for efi_char16_t variable initializers
Ard Biesheuvel
1
-3
/
+5
2018-03-09
x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()
Jia-Ju Bai
1
-1
/
+1
2018-01-03
efi/capsule-loader: Reinstate virtual capsule mapping
Ard Biesheuvel
1
-1
/
+12
2017-06-05
efi/capsule: Add support for Quark security header
Jan Kiszka
1
-0
/
+137
2017-05-28
efi: Don't issue error message when booted under Xen
Juergen Gross
1
-0
/
+3
2017-05-02
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+5
2017-04-13
x86/efi: Don't try to reserve runtime regions
Omar Sandoval
1
-0
/
+4
2017-01-29
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
Ingo Molnar
1
-3
/
+3
2017-01-28
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
1
-0
/
+2
2017-01-07
x86/efi: Don't allocate memmap through memblock after mm_init()
Nicolai Stange
1
-2
/
+2
2016-09-20
x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE
Matt Fleming
1
-1
/
+5
2016-09-09
efi: Allow drivers to reserve boot services forever
Matt Fleming
1
-11
/
+110
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
1
-2
/
+0
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
1
-2
/
+2
2016-08-11
x86/efi: Allocate a trampoline if needed in efi_free_boot_services()
Andy Lutomirski
1
-0
/
+21
2016-05-17
Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
1
-6
/
+4
2016-04-09
ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5
Chen Yu
1
-1
/
+1
2016-03-21
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+35
2016-03-12
x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...
Matt Fleming
1
-17
/
+62
2016-02-03
efi: Add nonblocking option to efi_query_variable_store()
Ard Biesheuvel
1
-1
/
+32
2016-02-03
Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...
Ingo Molnar
1
-4
/
+13
2016-01-19
x86/platform/UV: Remove EFI memmap quirk for UV2+
Alex Thorlton
1
-4
/
+13
2015-12-14
x86/efi: Preface all print statements with efi* tag
Matt Fleming
1
-1
/
+3
2014-07-19
x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
Matt Fleming
1
-0
/
+23
2014-06-19
x86/efi: Use early_memunmap() to squelch sparse errors
Matt Fleming
1
-2
/
+2
2014-06-19
x86/efi: Move all workarounds to a separate file quirks.c
Saurabh Tangri
1
-0
/
+267