| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 6 | -144/+268 |
|\ |
|
| * | x86/efi: Only map kernel text for EFI mixed mode | Sai Praneeth | 2016-02-22 | 1 | -1/+1 |
| * | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables | Sai Praneeth | 2016-02-22 | 3 | -7/+49 |
| * | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() | Sai Praneeth | 2016-02-22 | 1 | -4/+4 |
| * | x86/efi: Show actual ending addresses in efi_print_memmap | Robert Elliott | 2016-02-03 | 1 | -2/+2 |
| * | x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0 | Môshe van der Sterre | 2016-02-03 | 1 | -5/+5 |
| * | efi: Add nonblocking option to efi_query_variable_store() | Ard Biesheuvel | 2016-02-03 | 1 | -1/+32 |
| * | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece... | Ingo Molnar | 2016-02-03 | 1 | -4/+13 |
| |\ |
|
| * | | x86/efi: Setup separate EFI page tables in kexec paths | Matt Fleming | 2016-01-21 | 1 | -0/+15 |
| * | | x86/efi-bgrt: Replace early_memremap() with memremap() | Matt Fleming | 2016-01-06 | 1 | -4/+4 |
| * | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Thomas Gleixner | 2015-12-19 | 3 | -26/+22 |
| |\ \ |
|
| | * | | x86/efi-bgrt: Fix kernel panic when mapping BGRT data | Sai Praneeth | 2015-12-14 | 1 | -25/+14 |
| | * | | x86/efi: Preface all print statements with efi* tag | Matt Fleming | 2015-12-14 | 3 | -1/+8 |
| * | | | x86/efi: Build our own page table structures | Matt Fleming | 2015-11-29 | 3 | -40/+101 |
| * | | | x86/efi: Hoist page table switching code into efi_call_virt() | Matt Fleming | 2015-11-29 | 2 | -56/+11 |
| * | | | x86/efi: Map RAM into the identity page table for mixed mode | Matt Fleming | 2015-11-29 | 1 | -0/+20 |
| * | | | x86/mm/pat: Ensure cpa->pfn only contains page frame numbers | Matt Fleming | 2015-11-29 | 1 | -6/+10 |
| |/ / |
|
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-20 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | objtool: Mark non-standard object files and directories | Josh Poimboeuf | 2016-02-29 | 1 | -0/+2 |
| * | | | x86/asm/efi: Create a stack frame in efi_call() | Josh Poimboeuf | 2016-02-24 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p... | Matt Fleming | 2016-03-12 | 1 | -17/+62 |
|/ / |
|
* | | x86/platform/UV: Remove EFI memmap quirk for UV2+ | Alex Thorlton | 2016-01-19 | 1 | -4/+13 |
|/ |
|
* | efi: Use correct type for struct efi_memory_map::phys_map | Ard Biesheuvel | 2015-10-28 | 1 | -2/+2 |
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2015-10-14 | 1 | -4/+2 |
|\ |
|
| * | x86/efi: Rename print_efi_memmap() to efi_print_memmap() | Taku Izumi | 2015-10-12 | 1 | -2/+2 |
| * | efi/x86: Move efi=debug option parsing to core | Leif Lindholm | 2015-10-12 | 1 | -2/+0 |
* | | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix | Ingo Molnar | 2015-10-14 | 1 | -3/+68 |
|\ \
| |/
|/| |
|
| * | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i... | Matt Fleming | 2015-10-01 | 1 | -1/+66 |
| * | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 1 | -2/+2 |
* | | efi, x86: Rearrange efi_mem_attributes() | Jonathan (Zhixiong) Zhang | 2015-08-08 | 1 | -18/+0 |
* | | x86/efi-bgrt: Switch pr_err() to pr_debug() for invalid BGRT | Matt Fleming | 2015-08-08 | 1 | -2/+7 |
|/ |
|
* | efi: Check for NULL efi kernel parameters | Ricardo Neri | 2015-07-30 | 1 | -0/+5 |
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-29 | 1 | -0/+3 |
|\ |
|
| * | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 2015-05-27 | 1 | -0/+3 |
* | | x86, mirror: x86 enabling - find mirrored memory ranges | Tony Luck | 2015-06-24 | 1 | -0/+21 |
* | | efi: Add esrt support | Peter Jones | 2015-04-30 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-04-13 | 1 | -2/+2 |
|\ |
|
| * | x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.c | Juergen Gross | 2015-02-24 | 1 | -2/+2 |
* | | efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction | Ingo Molnar | 2015-04-01 | 3 | -15/+27 |
* | | efi: Disable interrupts around EFI calls, not in the epilog/prolog calls | Ingo Molnar | 2015-04-01 | 3 | -11/+10 |
* | | x86/efi: Add a "debug" option to the efi= cmdline | Borislav Petkov | 2015-04-01 | 1 | -1/+4 |
|/ |
|
* | x86/efi: Avoid triple faults during EFI mixed mode calls | Matt Fleming | 2015-02-13 | 2 | -178/+104 |
* | x86, ptdump: Add section for EFI runtime services | Mathias Krause | 2014-11-11 | 1 | -2/+1 |
* | x86/efi: Mark initialization code as such | Mathias Krause | 2014-10-03 | 4 | -12/+14 |
* | x86/efi: Update comment regarding required phys mapped EFI services | Mathias Krause | 2014-10-03 | 1 | -6/+6 |
* | x86/efi: Unexport add_efi_memmap variable | Mathias Krause | 2014-10-03 | 1 | -3/+1 |
* | x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format() | Laszlo Ersek | 2014-10-03 | 1 | -2/+5 |
* | x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual mode | Dave Young | 2014-10-03 | 1 | -1/+5 |
* | efi: Add kernel param efi=noruntime | Dave Young | 2014-10-03 | 1 | -2/+2 |
* | lib: Add a generic cmdline parse function parse_option_str | Dave Young | 2014-10-03 | 1 | -20/+2 |