summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2123-323/+512
|\
| * x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming2016-03-161-1/+1
| * x86/efi: Only map kernel text for EFI mixed modeSai Praneeth2016-02-221-1/+1
| * x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-224-8/+50
| * x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-222-4/+7
| * efi/arm*: Perform hardware compatibility checkArd Biesheuvel2016-02-222-0/+6
| * efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel2016-02-221-0/+20
| * efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel2016-02-221-0/+17
| * efi/arm-init: Use read-only early mappingsArd Biesheuvel2016-02-221-7/+7
| * efi/efistub: Prevent __init annotations from being usedArd Biesheuvel2016-02-221-0/+10
| * arm64/vmlinux.lds.S: Handle .init.rodata.xxx and .init.bss sectionsArd Biesheuvel2016-02-221-0/+1
| * efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel2016-02-221-7/+7
| * x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth2016-02-221-0/+14
| * efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel2016-02-221-43/+28
| * efi: Reformat GUID tables to follow the format in UEFI specPeter Jones2016-02-221-21/+42
| * Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-22789-56849/+7241
| |\
| * | efi: Add Persistent Memory type nameRobert Elliott2016-02-031-1/+2
| * | efi: Add NV memory attributeRobert Elliott2016-02-032-1/+5
| * | x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
| * | x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre2016-02-031-5/+5
| * | efivars: Use to_efivar_entryGeliang Tang2016-02-031-1/+1
| * | efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel2016-02-031-24/+8
| * | efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel2016-02-031-26/+0
| * | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-033-6/+55
| * | efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-032-0/+23
| * | efi: Remove redundant efi_set_variable_nonblocking() prototypeArd Biesheuvel2016-02-031-6/+2
| * | efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-02-031-0/+1
| * | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-0310620-185762/+531394
| |\ \
| * | | x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
| * | | x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming2016-01-061-4/+4
| * | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-196-64/+25
| |\ \ \
| | * | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-142-57/+14
| | * | | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-143-1/+8
| | * | | doc: efi-stub.txt: Fix arm64 pathsAlan Ott2015-12-141-2/+2
| | * | | efi/esrt: Don't preformat nameRasmus Villemoes2015-12-141-4/+1
| * | | | Documentation/x86: Update EFI memory region descriptionMatt Fleming2015-11-291-6/+6
| * | | | x86/efi: Build our own page table structuresMatt Fleming2015-11-294-40/+102
| * | | | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-293-56/+36
| * | | | x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming2015-11-291-0/+20
| * | | | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-292-17/+16
| * | | | x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming2015-11-291-0/+1
* | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-2183-211/+5910
|\ \ \ \ \
| * | | | | objtool: Only print one warning per functionJosh Poimboeuf2016-03-091-23/+25
| * | | | | objtool: Add several performance improvementsJosh Poimboeuf2016-03-093-14/+35
| * | | | | tools: Copy hashtable.h into tools directoryJosh Poimboeuf2016-03-094-3/+155
| * | | | | objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf2016-03-091-45/+100
| * | | | | objtool: Rename some variables and functionsJosh Poimboeuf2016-03-093-52/+54
| * | | | | objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf2016-03-091-2/+0
| * | | | | objtool: Add helper macros for traversing instructionsJosh Poimboeuf2016-03-091-73/+55
| * | | | | objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf2016-03-091-1/+6