summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-1/+2
|\
| * kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+1
| * mm: remove rb tree.Liam R. Howlett2022-09-261-1/+0
| * mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+1
* | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0921-489/+1237
|\ \
| * | efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel2022-09-272-1/+9
| * | efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel2022-09-271-4/+16
| * | efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel2022-09-271-2/+2
| * | efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel2022-09-271-59/+2
| * | efi/libstub: measure EFI LoadOptionsIlias Apalodimas2022-09-272-0/+11
| * | efi/libstub: refactor the initrd measuring functionsIlias Apalodimas2022-09-271-43/+77
| * | Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel2022-09-2713-364/+358
| |\ \
| | * | efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel2022-09-272-12/+57
| | * | efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-276-8/+30
| | * | efi: libstub: remove DT dependency from generic stubArd Biesheuvel2022-09-273-61/+60
| | * | efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-277-97/+98
| | * | efi: libstub: remove pointless goto kludgeArd Biesheuvel2022-09-261-15/+7
| | * | efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-268-157/+76
| | * | efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-263-22/+47
| | * | efi: libstub: drop pointless get_memory_map() callArd Biesheuvel2022-09-201-8/+0
| * | | efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel2022-09-203-11/+12
| * | | efi/libstub: implement generic EFI zbootArd Biesheuvel2022-09-207-3/+612
| * | | efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel2022-09-193-3/+10
| * | | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-173-3/+33
| * | | efi/libstub: add some missing EFI prototypesArd Biesheuvel2022-09-171-5/+26
| |/ /
| * / efi/loongarch: Add efistub booting supportHuacai Chen2022-09-064-8/+86
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-061-2/+2
|\ \
| * | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-2/+2
| |/
* | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-0/+2
|\ \
| * | treewide: Filter out CC_FLAGS_CFISami Tolvanen2022-09-261-0/+2
| |/
* | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-031-4/+6
|\ \
| * | efi/dev-path-parser: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-4/+6
* | | efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel2022-09-221-4/+4
* | | efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel2022-09-221-0/+7
* | | efi: efibc: Guard against allocation failureGuilherme G. Piccoli2022-09-201-0/+3
|/ /
* | efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim2022-09-071-24/+7
* | efi/x86: libstub: remove unused variablechen zhang2022-09-071-1/+0
* | efi: libstub: Disable struct randomizationArd Biesheuvel2022-08-251-0/+7
|/
* Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-061-3/+10
|\
| * riscv/efi_stub: Add 64bit boot-hartid support on RV64Sunil V L2022-07-191-3/+10
* | Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-035-1696/+1
|\ \
| * | efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2022-06-242-733/+1
| * | efi: vars: Switch to new wrapper layerArd Biesheuvel2022-06-241-81/+52
| * | efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel2022-06-244-936/+2
* | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-038-516/+354
|\ \ \
| * | | drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan2022-06-281-1/+1
| |/ /
| * | efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel2022-06-241-54/+7
| * | efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2022-06-242-14/+3
| * | efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel2022-06-244-308/+91
| * | efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel2022-06-241-10/+144