linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-11 23:08:34 to 2015-11-27 21:09:34 UTC [more...]

[GIT PULL v4 0/6] EFI page table isolation
 2015-11-27 21:09 UTC  (6+ messages)
` [PATCH v4 1/6] x86: Page align _end to avoid pfn conversion bugs
` [PATCH v4 2/6] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers
  ` [PATCH v4 3/6] x86/efi: Map RAM into the identity page table for mixed mode
  ` [PATCH v4 4/6] x86/efi: Hoist page table switching code into efi_call_virt()
` [PATCH v4 5/6] x86/efi: Build our own page table structures

[GIT PULL v3 0/6] EFI page table isolation
 2015-11-27 21:05 UTC  (11+ messages)
` [PATCH 1/6] x86/efi: PFN_ALIGN() _text and _end when calculating number of pages
` [PATCH v3 2/6] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers
` [PATCH 3/6] x86/efi: Map RAM into the identity page table for mixed mode
  ` [PATCH v2 4/6] x86/efi: Hoist page table switching code into efi_call_virt()
  ` [PATCH v2 5/6] x86/efi: Build our own page table structures
` [PATCH v3 6/6] Documentation/x86: Update EFI memory region description

[PATCH v3 00/13] UEFI boot and runtime services support for 32-bit ARM
 2015-11-27  9:38 UTC  (16+ messages)
` [PATCH v3 01/13] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH v3 02/13] arm64: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v3 04/13] arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
  ` [PATCH v3 03/13] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
  ` [PATCH v3 05/13] arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
  ` [PATCH v3 06/13] ARM: add support for generic early_ioremap/early_memremap
  ` [PATCH v3 09/13] ARM: add support for non-global kernel mappings
  ` [PATCH v3 12/13] ARM: wire up UEFI init and runtime support
` [PATCH v3 07/13] ARM: split off core mapping logic from create_mapping
` [PATCH v3 08/13] ARM: factor out allocation routine from __create_mapping()
` [PATCH v3 10/13] ARM: implement create_mapping_late() for EFI use
` [PATCH v3 11/13] ARM: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v3 13/13] ARM: add UEFI stub support

[PATCH 0/4] efi: run UEFI services with interrupts enabled
 2015-11-26 12:09 UTC  (11+ messages)
  ` [PATCH 1/4] efi: expose non-blocking set_variable() wrapper to efivars
  ` [PATCH 2/4] efi: efivars: don't rely on blocking operations in non-blocking set_var()
  ` [PATCH 3/4] efi: runtime-wrappers: remove out of date comment regarding in_nmi()
  ` [PATCH 4/4] efi: runtime-wrappers: run UEFI Runtime Services with interrupts enabled

[PATCH] efi/esrt: don't preformat name
 2015-11-26 10:27 UTC  (2+ messages)

[PATCH v4 0/3] arm64: EFI stub isolation
 2015-11-24  9:38 UTC  (4+ messages)
` [PATCH v4 3/3] arm64/efi: isolate EFI stub from the kernel proper

[PATCH 00/13] Add ACPI support for Xen Dom0 on ARM64
 2015-11-24  3:50 UTC  (54+ messages)
  ` [PATCH 01/13] Xen : Hide UART used by Xen
  ` [PATCH 02/13] xen/grant-table: Move xlated_setup_gnttab_pages to common place
      ` [Xen-devel] "
  ` [PATCH 03/13] arm/xen: Use xlated_setup_gnttab_pages to setup grant table
  ` [PATCH 04/13] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
  ` [PATCH 05/13] Xen: ARM: Add support for mapping platform device mmio
        ` [Xen-devel] "
  ` [PATCH 06/13] Xen: ARM: Add support for mapping amba "
        ` [Xen-devel] "
  ` [PATCH 07/13] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
      ` [Xen-devel] "
  ` [PATCH 08/13] Xen: EFI: Parse DT parameters for Xen specific UEFI
  ` [PATCH 09/13] ARM: Xen: Initialize Xen specific UEFI runtime services
  ` [PATCH 10/13] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
  ` [PATCH 11/13] xen/hvm/params: Add a new dilivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
          ` [Xen-devel] "
  ` [PATCH 12/13] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
  ` [PATCH 13/13] ARM: XEN: Move xen_early_init() before efi_init()

Hi ,
 2015-11-20 14:52 UTC 

[GIT PULL v2 0/5] EFI page table isolation
 2015-11-20 12:01 UTC  (15+ messages)
  ` [PATCH v2 1/5] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers
  ` [PATCH 2/5] x86/efi: Map RAM into the identity page table for mixed mode
  ` [PATCH v2 3/5] x86/efi: Hoist page table switching code into efi_call_virt()
  ` [PATCH v2 4/5] x86/efi: Build our own page table structures
  ` [PATCH 5/5] Documentation/x86: Update EFI memory region description

[PATCH v2 00/12] UEFI boot and runtime services support for 32-bit ARM
 2015-11-20  6:31 UTC  (34+ messages)
` [PATCH v2 01/12] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH v2 03/12] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
` [PATCH v2 04/12] arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
  ` [PATCH v2 02/12] arm64: only consider memblocks with NOMAP cleared for linear mapping
  ` [PATCH v2 05/12] arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
  ` [PATCH v2 06/12] ARM: add support for generic early_ioremap/early_memremap
  ` [PATCH v2 07/12] ARM: split off core mapping logic from create_mapping
  ` [PATCH v2 08/12] ARM: factor out allocation routine from __create_mapping()
  ` [PATCH v2 09/12] ARM: implement create_mapping_late() for EFI use
  ` [PATCH v2 10/12] ARM: only consider memblocks with NOMAP cleared for linear mapping
  ` [PATCH v2 11/12] ARM: wire up UEFI init and runtime support
  ` [PATCH v2 12/12] ARM: add UEFI stub support

[GIT PULL 0/6] EFI page table isolation
 2015-11-19 11:22 UTC  (27+ messages)
` [PATCH 1/6] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers
` [PATCH 2/6] x86/mm/pageattr: Do not strip pte flags from cpa->pfn
` [PATCH 3/6] x86/efi: Map RAM into the identity page table for mixed mode
` [PATCH 4/6] x86/efi: Hoist page table switching code into efi_call_virt()
  ` [PATCH 5/6] x86/efi: Build our own page table structures
` [PATCH 6/6] Documentation/x86: Update EFI memory region description

[PATCH 1/2] Remove EFI memmap quirk for UV
 2015-11-18 17:00 UTC  (10+ messages)
  ` [PATCH 2/2] Remove extra mapping code for UV MMRs

[PATCH 0/3] UEFI stub FDT handling fixes
 2015-11-17 12:09 UTC  (4+ messages)
` [PATCH 1/3] efi/libstub: move FDT sanity check out of allocation loop

[PATCH v3 0/6] arm64 UEFI early FDT handling
 2015-11-16 11:00 UTC  (6+ messages)

[x86] [EFI stub] Changing the kernel command line in the efi application, without recompiling the kernel
 2015-11-16  9:30 UTC  (2+ messages)

[PATCH v2 0/3] pstore: resend three patches
 2015-11-12 12:22 UTC  (7+ messages)
  ` [PATCH v2 2/3] efi-pstore: implement efivars_pstore_exit()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).