| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: efi: Export screen_info | Michael Kelley | 2021-08-04 | 1 | -0/+1 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -1/+1 |
* | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 2019-07-12 | 1 | -2/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
* | efi/arm64: Check whether x18 is preserved by runtime services calls | Ard Biesheuvel | 2018-03-09 | 1 | -0/+6 |
* | arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables | Will Deacon | 2018-02-16 | 1 | -1/+1 |
* | arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set | Ard Biesheuvel | 2018-01-03 | 1 | -1/+3 |
* | efi/arm: Enable DMI/SMBIOS | Ard Biesheuvel | 2017-06-05 | 1 | -15/+0 |
* | arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only' | Ard Biesheuvel | 2016-11-07 | 1 | -4/+4 |
* | arm64: efi: avoid block mappings for unaligned UEFI memory regions | Ard Biesheuvel | 2016-07-01 | 1 | -0/+14 |
* | arm64: efi: always map runtime services code and data regions down to pages | Ard Biesheuvel | 2016-07-01 | 1 | -1/+35 |
* | arm64: mm: add param to force create_pgd_mapping() to use page mappings | Ard Biesheuvel | 2016-07-01 | 1 | -1/+1 |
* | arm64/efi/libstub: Make screen_info accessible to the UEFI stub | Ard Biesheuvel | 2016-04-28 | 1 | -0/+3 |
* | arm64/efi: Apply strict permissions to UEFI Runtime Services regions | Ard Biesheuvel | 2016-04-28 | 1 | -14/+40 |
* | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 2015-12-09 | 1 | -0/+23 |
* | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 2015-12-09 | 1 | -325/+1 |
* | arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP | Ard Biesheuvel | 2015-12-09 | 1 | -3/+4 |
* | arm64: efi: fix initcall return values | Ard Biesheuvel | 2015-11-26 | 1 | -5/+5 |
* | arm64: efi: deal with NULL return value of early_memremap() | Ard Biesheuvel | 2015-11-26 | 1 | -1/+13 |
* | arm64: efi: correctly map runtime regions | Mark Rutland | 2015-11-25 | 1 | -7/+2 |
* | arm64: use non-global mappings for UEFI runtime regions | Ard Biesheuvel | 2015-11-18 | 1 | -9/+5 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 1 | -3/+2 |
|\ |
|
| * | arm64: mm: rewrite ASID allocator and MM context-switching code | Will Deacon | 2015-10-07 | 1 | -1/+0 |
| * | arm64: flush: use local TLB and I-cache invalidation | Will Deacon | 2015-10-07 | 1 | -2/+2 |
* | | 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 | -14/+5 |
|\ \
| |/
|/| |
|
| * | efi/arm64: Clean up efi_get_fdt_params() interface | Leif Lindholm | 2015-10-12 | 1 | -1/+1 |
| * | arm64: Use core efi=debug instead of uefi_debug command line parameter | Leif Lindholm | 2015-10-12 | 1 | -14/+5 |
* | | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions | Ard Biesheuvel | 2015-10-01 | 1 | -1/+2 |
|/ |
|
* | arm64/efi: map the entire UEFI vendor string before reading it | Ard Biesheuvel | 2015-07-27 | 1 | -2/+2 |
* | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 2015-05-28 | 1 | -0/+1 |
* | arm64: efi: don't restore TTBR0 if active_mm points at init_mm | Will Deacon | 2015-03-20 | 1 | -1/+5 |
* | efi/arm64: use UEFI for system reset and poweroff | Ard Biesheuvel | 2015-03-14 | 1 | -0/+9 |
* | arm64/efi: move virtmap init to early initcall | Ard Biesheuvel | 2015-01-22 | 1 | -58/+53 |
* | arm64/efi: handle potential failure to remap memory map | Ard Biesheuvel | 2015-01-16 | 1 | -4/+6 |
* | arm64/efi: remove idmap manipulations from UEFI code | Ard Biesheuvel | 2015-01-12 | 1 | -31/+1 |
* | arm64/efi: remove free_boot_services() and friends | Ard Biesheuvel | 2015-01-12 | 1 | -122/+1 |
* | arm64/efi: move SetVirtualAddressMap() to UEFI stub | Ard Biesheuvel | 2015-01-12 | 1 | -103/+127 |
* | arm64/efi: add missing call to early_ioremap_reset() | Ard Biesheuvel | 2015-01-08 | 1 | -1/+1 |
* | arm64: dmi: set DMI string as dump stack arch description | Ard Biesheuvel | 2014-11-05 | 1 | -0/+2 |
* | arm64: dmi: Add SMBIOS/DMI support | Yi Li | 2014-11-05 | 1 | -0/+13 |
* | arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES) | Ard Biesheuvel | 2014-11-05 | 1 | -2/+0 |
* | arm64/efi: invert UEFI memory region reservation logic | Ard Biesheuvel | 2014-11-05 | 1 | -10/+10 |
* | Merge branch 'next' into efi-next-merge | Matt Fleming | 2014-10-03 | 1 | -26/+18 |
|\ |
|
| * | arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format() | Laszlo Ersek | 2014-10-03 | 1 | -20/+6 |
| * | arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefi | Dave Young | 2014-10-03 | 1 | -3/+8 |
| * | arm64/efi: uefi_init error handling fix | Dave Young | 2014-10-03 | 1 | -3/+4 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-25 | 1 | -0/+2 |
|\ \ |
|
| * | | efi/arm64: Store Runtime Services revision | Semen Protsenko | 2014-08-22 | 1 | -0/+2 |
| |/ |
|
* / | arm64: ignore DT memreserve entries when booting in UEFI mode | Leif Lindholm | 2014-08-19 | 1 | -0/+2 |
|/ |
|