From: Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
To: "H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Cc: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] EFI changes for v3.11
Date: Thu, 13 Jun 2013 14:46:46 +0100 [thread overview]
Message-ID: <20130613134646.GU31198@console-pimps.org> (raw)
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to d3768d885c6ccbf8a137276843177d76c49033a7:
x86, efi: retry ExitBootServices() on failure (2013-06-11 07:51:54 +0100)
----------------------------------------------------------------
* Only pass memory regions that are marked as required for runtime to
SetVirtualAddressMap() - Matthew Garrett
* A small cleanup to get rid of all the void * casting that is
prevalent in the EFI code - Borislav Petkov
* Handle the case where ExitBootServices() wants us to call it a second
time because some of the firmware signal handlers have changed the
memory map - Zach Bobroff
----------------------------------------------------------------
Borislav Petkov (1):
efi: Convert runtime services function ptrs
Matthew Garrett (1):
UEFI: Don't pass boot services regions to SetVirtualAddressMap()
Zach Bobroff (1):
x86, efi: retry ExitBootServices() on failure
arch/x86/boot/compressed/eboot.c | 20 +++++++++++++++++---
arch/x86/include/asm/efi.h | 28 ++++++++++++++--------------
arch/x86/platform/efi/efi.c | 7 +++++++
include/linux/efi.h | 28 ++++++++++++++--------------
4 files changed, 52 insertions(+), 31 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
WARNING: multiple messages have this Message-ID (diff)
From: Matt Fleming <matt@console-pimps.org>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@kernel.org>,
linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] EFI changes for v3.11
Date: Thu, 13 Jun 2013 14:46:46 +0100 [thread overview]
Message-ID: <20130613134646.GU31198@console-pimps.org> (raw)
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to d3768d885c6ccbf8a137276843177d76c49033a7:
x86, efi: retry ExitBootServices() on failure (2013-06-11 07:51:54 +0100)
----------------------------------------------------------------
* Only pass memory regions that are marked as required for runtime to
SetVirtualAddressMap() - Matthew Garrett
* A small cleanup to get rid of all the void * casting that is
prevalent in the EFI code - Borislav Petkov
* Handle the case where ExitBootServices() wants us to call it a second
time because some of the firmware signal handlers have changed the
memory map - Zach Bobroff
----------------------------------------------------------------
Borislav Petkov (1):
efi: Convert runtime services function ptrs
Matthew Garrett (1):
UEFI: Don't pass boot services regions to SetVirtualAddressMap()
Zach Bobroff (1):
x86, efi: retry ExitBootServices() on failure
arch/x86/boot/compressed/eboot.c | 20 +++++++++++++++++---
arch/x86/include/asm/efi.h | 28 ++++++++++++++--------------
arch/x86/platform/efi/efi.c | 7 +++++++
include/linux/efi.h | 28 ++++++++++++++--------------
4 files changed, 52 insertions(+), 31 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
next reply other threads:[~2013-06-13 13:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-13 13:46 Matt Fleming [this message]
2013-06-13 13:46 ` [GIT PULL] EFI changes for v3.11 Matt Fleming
-- strict thread matches above, loose matches on Subject: below --
2013-06-26 12:23 Matt Fleming
[not found] ` <20130626122331.GK22026-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-07-03 8:19 ` Matt Fleming
2013-07-03 8:19 ` Matt Fleming
[not found] ` <20130703081903.GI25291-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-07-08 17:29 ` Luck, Tony
2013-07-08 17:29 ` Luck, Tony
[not found] ` <3908561D78D1C84285E8C5FCA982C28F31C76880-P5GAC/sN6hlZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-07-08 18:36 ` H. Peter Anvin
2013-07-08 18:36 ` H. Peter Anvin
[not found] ` <51DB069C.1010607-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
2013-07-08 19:02 ` Tony Luck
2013-07-08 19:02 ` Tony Luck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130613134646.GU31198@console-pimps.org \
--to=matt-hnk1s37rvnbexh+ff434mdi2o/jbrioy@public.gmane.org \
--cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.