linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-26 21:11:33 to 2015-11-18 06:24:22 UTC [more...]

[PATCH 00/13] Add ACPI support for Xen Dom0 on ARM64
 2015-11-18  6:24 UTC  (32+ 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
  ` [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()

[PATCH 1/2] Remove EFI memmap quirk for UV
 2015-11-18  1:56 UTC  (7+ 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

[GIT PULL v2 0/5] EFI page table isolation
 2015-11-17  9:45 UTC  (13+ 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-17  9:26 UTC  (32+ 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

[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)

[GIT PULL 0/6] EFI page table isolation
 2015-11-13 22:22 UTC  (25+ 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 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()

[GIT PULL] x86/mm changes for v4.4
 2015-11-10 20:11 UTC  (13+ messages)

[PATCH v9 0/1] Enable capsule loader interface for efi firmware updating
 2015-11-05  3:42 UTC  (10+ messages)
  ` [PATCH v9 1/1] efi: a misc char interface for user to update efi firmware

[PATCH 0/9] UEFI boot and runtime services support for 32-bit ARM
 2015-11-04 11:44 UTC  (4+ messages)
` [PATCH 2/9] arm64/efi: refactor EFI init and runtime code for reuse by "

[GIT PULL] EFI urgent fix
 2015-11-04 10:50 UTC  (3+ messages)
` [PATCH] x86/setup: Fix recent boot crash on 32-bit SMP machines

[PATCH 1/2] efi-pstore: fix kernel-doc argument name
 2015-11-03 20:05 UTC  (2+ messages)

[PATCH v9 1/1] efi: a misc char interface for user to update efi firmware
 2015-11-03 19:59 UTC  (2+ messages)

[PATCH] efi: replace GFP_KERNEL with GFP_ATOMIC
 2015-11-03 16:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/3] arm64: EFI stub isolation
 2015-11-02 12:49 UTC  (10+ messages)
` [PATCH v4 3/3] arm64/efi: isolate EFI stub from the kernel proper

[PATCH] arm64/efi: move arm64 specific stub C code to libstub
 2015-10-30 15:43 UTC  (8+ messages)

[PATCH] [v2] arm64: efi: make sure vmlinux load address aligned on 2MB
 2015-10-29 15:08 UTC  (7+ messages)

[PATCH] arm64: efi: make sure vmlinux load address aligned on 2MBytes
 2015-10-28 21:02 UTC  (11+ messages)

[PATCH v2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds
 2015-10-28 11:28 UTC  (10+ messages)
` [PATCH 1/2] efi: use correct type for struct efi_memory_map::phys_map
  ` [PATCH 2/2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds

[PATCH v8 2/2] efi: a misc char interface for user to update efi firmware
 2015-10-28  9:11 UTC 

[PATCH v2] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
 2015-10-27 21:15 UTC  (2+ messages)

[PATCH v2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds
 2015-10-27 21:08 UTC  (4+ messages)

[GIT PULL] EFI changes for v4.4
 2015-10-27 17:41 UTC  (2+ messages)


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).