| Commit message (Expand) | Author | Age | Files | Lines |
* | efi: Prevent GICv3 WARN() by mapping the memreserve table before first use | Ard Biesheuvel | 2018-11-27 | 1 | -10/+26 |
* | efi: Permit calling efi_mem_reserve_persistent() from atomic context | Ard Biesheuvel | 2018-11-15 | 1 | -12/+19 |
* | efi/arm: Defer persistent reservations until after paging_init() | Ard Biesheuvel | 2018-11-15 | 2 | -0/+7 |
* | efi/arm/libstub: Pack FDT after populating it | Ard Biesheuvel | 2018-11-15 | 1 | -0/+4 |
* | efi/arm: Revert deferred unmap of early memmap mapping | Ard Biesheuvel | 2018-11-15 | 3 | -1/+8 |
* | efi: Fix debugobjects warning on 'efi_rts_work' | Waiman Long | 2018-11-15 | 1 | -1/+1 |
* | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix | Ingo Molnar | 2018-11-03 | 2 | -3/+3 |
|\ |
|
| * | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
| * | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
| * | memblock: replace free_bootmem_late with memblock_free_late | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
| * | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | compat: Cleanup in_compat_syscall() callers | Dmitry Safonov | 2018-11-01 | 1 | -12/+4 |
|/ |
|
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi... | Thomas Gleixner | 2018-09-27 | 6 | -46/+141 |
|\ |
|
| * | efi/x86: Handle page faults occurring while running EFI runtime services | Sai Praneeth | 2018-09-26 | 1 | -0/+8 |
| * | efi: Make efi_rts_work accessible to efi page fault handler | Sai Praneeth | 2018-09-26 | 1 | -44/+9 |
| * | efi/efi_test: add exporting ResetSystem runtime service | Ivan Hu | 2018-09-26 | 2 | -0/+37 |
| * | efi/libstub: arm: support building with clang | Alistair Strachan | 2018-09-26 | 1 | -1/+2 |
| * | efi: add API to reserve memory persistently across kexec reboot | Ard Biesheuvel | 2018-09-26 | 1 | -0/+32 |
| * | efi/arm: libstub: add a root memreserve config table | Ard Biesheuvel | 2018-09-26 | 1 | -0/+27 |
| * | efi: honour memory reservations passed via a linux specific config table | Ard Biesheuvel | 2018-09-26 | 1 | -1/+26 |
* | | efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to y | Scott Branden | 2018-09-12 | 1 | -3/+6 |
|/ |
|
* | Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux | Linus Torvalds | 2018-08-24 | 1 | -1/+1 |
|\ |
|
| * | efi/bgrt: Drop __initdata from bgrt_image_size | Hans de Goede | 2018-07-03 | 1 | -1/+1 |
* | | module: allow symbol exports to be disabled | Ard Biesheuvel | 2018-08-22 | 1 | -0/+1 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-08-15 | 3 | -11/+15 |
|\ \ |
|
| * | | efi/libstub: Only disable stackleak plugin for arm64 | Laura Abbott | 2018-07-31 | 1 | -2/+4 |
| * | | arm64: Add support for STACKLEAK gcc plugin | Laura Abbott | 2018-07-26 | 1 | -1/+2 |
| * | | efi/arm: map UEFI memory map even w/o runtime services enabled | AKASHI Takahiro | 2018-07-23 | 1 | -7/+7 |
| * | | efi/arm: preserve early mapping of UEFI memory map longer for BGRT | Ard Biesheuvel | 2018-07-23 | 2 | -2/+3 |
| |/ |
|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-08-14 | 1 | -0/+1 |
|\ \ |
|
| * | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids | Rik van Riel | 2018-07-17 | 1 | -0/+1 |
| |/ |
|
* | | efi/cper: Use consistent types for UUIDs | Andy Shevchenko | 2018-07-22 | 1 | -1/+1 |
* | | efi: Deduplicate efi_open_volume() | Lukas Wunner | 2018-07-22 | 3 | -30/+29 |
* | | efi/esrt: Only call efi_mem_reserve() for boot services memory | Ard Biesheuvel | 2018-07-17 | 1 | -1/+2 |
* | | efi: Drop type and attribute checks in efi_mem_desc_lookup() | Ard Biesheuvel | 2018-07-16 | 2 | -8/+5 |
* | | efi/libstub/arm: Add opt-in Kconfig option for the DTB loader | Ard Biesheuvel | 2018-07-16 | 2 | -3/+16 |
* | | efi/cper: Avoid using get_seconds() | Arnd Bergmann | 2018-07-16 | 1 | -2/+15 |
* | | efi: Use a work queue to invoke EFI Runtime Services | Sai Praneeth | 2018-07-16 | 2 | -15/+201 |
|/ |
|
* | efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed mode | Hans de Goede | 2018-06-22 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-06-15 | 1 | -1/+1 |
|\ |
|
| * | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 2018-06-15 | 1 | -1/+1 |
* | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -13/+14 |
|\ \
| |/
|/| |
|
| * | pstore: Convert internal records to timespec64 | Kees Cook | 2018-06-06 | 1 | -13/+14 |
* | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 2 | -2/+2 |
* | | Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-06-05 | 1 | -2/+6 |
|\ \ |
|
| * | | device property: Get rid of union aliasing | Andy Shevchenko | 2018-05-17 | 1 | -2/+6 |
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-06-05 | 8 | -13/+390 |
|\ \ \
| |_|/
|/| | |
|
| * | | efi/capsule-loader: Don't output reset log when reset flags are not set | Shunyong Yang | 2018-05-14 | 1 | -4/+10 |
| * | | efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() static | Wei Yongjun | 2018-05-14 | 1 | -1/+1 |
| * | | efi: Decode IA32/X64 Context Info structure | Yazen Ghannam | 2018-05-14 | 1 | -0/+48 |