summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+2
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-489/+1237
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2022-10-04kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko1-0/+1
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+6
2022-09-27efi/arm64: libstub: avoid SetVirtualAddressMap() when possibleArd Biesheuvel2-1/+9
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel1-4/+16
2022-09-27efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel1-2/+2
2022-09-27efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel1-59/+2
2022-09-27efi/libstub: measure EFI LoadOptionsIlias Apalodimas2-0/+11
2022-09-27efi/libstub: refactor the initrd measuring functionsIlias Apalodimas1-43/+77
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel13-364/+358
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel2-12/+57
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel6-8/+30
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel3-61/+60
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel7-97/+98
2022-09-27mm: remove rb tree.Liam R. Howlett1-1/+0
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+1
2022-09-26efi: libstub: remove pointless goto kludgeArd Biesheuvel1-15/+7
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel8-157/+76
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel3-22/+47
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen1-0/+2
2022-09-22efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel1-0/+7
2022-09-20efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
2022-09-20efi: efibc: Guard against allocation failureGuilherme G. Piccoli1-0/+3
2022-09-20efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel3-11/+12
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel7-3/+612
2022-09-19efi/dev-path-parser: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-4/+6
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel3-3/+10
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel3-3/+33
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel1-5/+26
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-2/+2
2022-09-07efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-09-07efi/x86: libstub: remove unused variablechen zhang1-1/+0
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen4-8/+86
2022-08-25efi: libstub: Disable struct randomizationArd Biesheuvel1-0/+7
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2022-08-04Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-1696/+1
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-516/+354
2022-07-20riscv/efi_stub: Add 64bit boot-hartid support on RV64Sunil V L1-3/+10
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+11
2022-07-10efi: Fix efi_power_off() not being run before acpi_power_off() when necessaryHans de Goede1-10/+11
2022-06-28drivers: fix typo in firmware/efi/memmap.cZheng Zhi Yuan1-1/+1
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2-733/+1
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel1-54/+7
2022-06-24efi: vars: Switch to new wrapper layerArd Biesheuvel1-81/+52
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2-14/+3
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel4-936/+2