summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel
2020-02-29efi/arm64: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-29efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-02-25Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-25Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Linus Torvalds
2020-02-24MAINTAINERS: Hand MIPS over to ThomasPaul Burton
2020-02-24riscv: adjust the indentZong Li
2020-02-24riscv: allocate a complete page size for each page tableZong Li
2020-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-02-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-02-24floppy: check FDC index for errors before assigning itLinus Torvalds
2020-02-24KVM: s390: rstify new ioctls in api.rstChristian Borntraeger
2020-02-23Linux 5.6-rc3v5.6-rc3Linus Torvalds
2020-02-23efi: Bump the Linux EFI stub major version number to #1Ard Biesheuvel
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel
2020-02-23integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel
2020-02-23x86/ima: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23efi: Use EFI ResetSystem only when availableArd Biesheuvel
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel
2020-02-23efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel
2020-02-23efi/x86: Drop redundant .bss sectionArd Biesheuvel
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-23efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel