]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
authorThomas Gleixner <tglx@linutronix.de>
Thu, 27 Sep 2018 14:58:49 +0000 (16:58 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Sep 2018 14:58:49 +0000 (16:58 +0200)
commit9da9147b6569cdd2766b1442f376a4e7632d0709
tree344f4f3fa1e38ad7cde6e9ebbf825e40bb55f756
parentcf80c873e685c0440e4b1c448412449c7a97917a
parent9488423297bc678bcc7d558f40adecb2a24f0851
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core

Pull EFI updates for v4.20 from Ard Biesheuvel:

- Add support for enlisting the help of the EFI firmware to create memory
  reservations that persist across kexec.
- Add page fault handling to the runtime services support code on x86 so
  we can gracefully recover from buggy EFI firmware.
- Fix command line handling on x86 for the boot path that omits the stub's
  PE/COFF entry point.
- Other assorted fixes.