summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-28109-2892/+2650
|\
| * efi/x86: Disable instrumentation in the EFI runtime handling codeArd Biesheuvel2020-01-251-0/+2
| * efi/libstub/x86: Fix EFI server boot failureQian Cai2020-01-251-1/+1
| * efi/x86: Disallow efi=old_map in mixed modeArd Biesheuvel2020-01-221-1/+1
| * x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel2020-01-201-1/+1
| * efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel2020-01-201-5/+6
| * efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-203-16/+19
| * efi: Fix efi_memmap_alloc() leaksDan Williams2020-01-201-0/+25
| * efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-205-49/+56
| * efi: Add a flags parameter to efi_memory_mapDan Williams2020-01-202-15/+20
| * efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual2020-01-201-1/+1
| * efi/arm: Defer probe of PCIe backed efifb on DT systemsArd Biesheuvel2020-01-201-4/+103
| * efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-207-201/+211
| * efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel2020-01-201-4/+16
| * efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel2020-01-201-2/+2
| * x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-01-201-7/+1
| * efi/libstub/x86: Fix unused-variable warningArnd Bergmann2020-01-201-2/+0
| * efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel2020-01-201-33/+13
| * efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-203-13/+10
| * Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-20375-2486/+2867
| |\
| * | efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-107-3/+168
| * | efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-103-25/+67
| * | efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-104-8/+58
| * | efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel2020-01-101-3/+0
| * | efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-01-102-18/+19
| * | efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel2020-01-101-84/+82
| * | efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-102-109/+5
| * | efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-104-148/+71
| * | efi/x86: Simplify 64-bit EFI firmware call wrapperArd Biesheuvel2020-01-104-38/+12
| * | efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel2020-01-103-97/+20
| * | efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-104-57/+58
| * | efi/x86: Split off some old memmap handling into separate routinesArd Biesheuvel2020-01-101-13/+22
| * | efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel2020-01-102-8/+4
| * | efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-01-101-6/+7
| * | efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFIArd Biesheuvel2020-01-101-16/+2
| * | efi/libstub/x86: Force 'hidden' visibility for extern declarationsArd Biesheuvel2020-01-101-0/+2
| * | efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel2020-01-101-7/+10
| * | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-1067-681/+797
| |\ \
| | * | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-1015-154/+183
| | * | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-1026-0/+102
| | * | x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot2019-12-101-1/+1
| | * | x86/mm: Tabulate the page table encoding definitionsIngo Molnar2019-12-101-69/+74
| | * | x86/mm/pat: Fix typo in the Kconfig help textIngo Molnar2019-12-101-1/+1
| | * | x86/mm/pat: Clean up <asm/memtype.h> externsIngo Molnar2019-12-101-5/+5
| | * | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-1019-21/+21
| | * | x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-105-42/+42
| | * | x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar2019-12-107-12/+17
| | * | x86/mm/pat: Clean up PAT initialization flagsIngo Molnar2019-12-101-12/+14
| | * | x86/mm/pat: Harmonize 'struct memtype *' local variable and function paramete...Ingo Molnar2019-12-103-73/+75
| | * | x86/mm/pat: Simplify the free_memtype() control flowIngo Molnar2019-12-101-8/+3