Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 EFI updates from Peter Anvin: "This patchset falls under the "maintainers that grovel" clause in the v3.18-rc1 announcement. We had intended to push it late in the merge window since we got it into the -tip tree relatively late. Many of these are relatively simple things, but there are a couple of key bits, especially Ard's and Matt's patches" * 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits) rtc: Disable EFI rtc for x86 efi: rtc-efi: Export platform:rtc-efi as module alias efi: Delete the in_nmi() conditional runtime locking efi: Provide a non-blocking SetVariable() operation x86/efi: Adding efi_printks on memory allocationa and pci.reads x86/efi: Mark initialization code as such x86/efi: Update comment regarding required phys mapped EFI services x86/efi: Unexport add_efi_memmap variable x86/efi: Remove unused efi_call* macros efi: Resolve some shadow warnings arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format() ia64: efi: Format EFI memory type & attrs with efi_md_typeattr_format() x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format() efi: Introduce efi_md_typeattr_format() efi: Add macro for EFI_MEMORY_UCE memory attribute x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual mode arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefi arm64/efi: uefi_init error handling fix efi: Add kernel param efi=noruntime lib: Add a generic cmdline parse function parse_option_str ...
No related branches found
No related tags found
Showing
- Documentation/kernel-parameters.txt 6 additions, 2 deletionsDocumentation/kernel-parameters.txt
- arch/arm64/kernel/efi.c 18 additions, 26 deletionsarch/arm64/kernel/efi.c
- arch/ia64/kernel/efi.c 4 additions, 2 deletionsarch/ia64/kernel/efi.c
- arch/x86/boot/compressed/eboot.c 25 additions, 7 deletionsarch/x86/boot/compressed/eboot.c
- arch/x86/include/asm/efi.h 10 additions, 21 deletionsarch/x86/include/asm/efi.h
- arch/x86/platform/efi/efi-bgrt.c 30 additions, 6 deletionsarch/x86/platform/efi/efi-bgrt.c
- arch/x86/platform/efi/efi.c 23 additions, 29 deletionsarch/x86/platform/efi/efi.c
- arch/x86/platform/efi/efi_32.c 7 additions, 5 deletionsarch/x86/platform/efi/efi_32.c
- arch/x86/platform/efi/efi_64.c 3 additions, 3 deletionsarch/x86/platform/efi/efi_64.c
- arch/x86/platform/efi/efi_stub_32.S 2 additions, 2 deletionsarch/x86/platform/efi/efi_stub_32.S
- drivers/firmware/efi/efi.c 79 additions, 0 deletionsdrivers/firmware/efi/efi.c
- drivers/firmware/efi/libstub/arm-stub.c 4 additions, 0 deletionsdrivers/firmware/efi/libstub/arm-stub.c
- drivers/firmware/efi/libstub/efi-stub-helper.c 60 additions, 2 deletionsdrivers/firmware/efi/libstub/efi-stub-helper.c
- drivers/firmware/efi/runtime-wrappers.c 154 additions, 10 deletionsdrivers/firmware/efi/runtime-wrappers.c
- drivers/firmware/efi/vars.c 54 additions, 7 deletionsdrivers/firmware/efi/vars.c
- drivers/rtc/Kconfig 1 addition, 1 deletiondrivers/rtc/Kconfig
- drivers/rtc/rtc-efi.c 1 addition, 0 deletionsdrivers/rtc/rtc-efi.c
- include/linux/efi.h 17 additions, 0 deletionsinclude/linux/efi.h
- include/linux/kernel.h 1 addition, 0 deletionsinclude/linux/kernel.h
- lib/cmdline.c 29 additions, 0 deletionslib/cmdline.c
Loading
Please register or sign in to comment