linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-17 16:46:43 to 2015-12-21 17:04:11 UTC [more...]

[PATCH v10 0/1] Enable capsule loader interface for efi firmware updating
 2015-12-21 17:04 UTC  (3+ messages)
  ` [PATCH v10 1/1] efi: a misc char interface for user to update efi firmware

(unknown),
 2015-12-21 16:44 UTC  (10+ messages)
` [PATCH 1/4] x86/efi: show actual ending addresses in efi_print_memmap
` [PATCH 2/4] efi: add NV memory attribute
` [PATCH 3/4] efi: add Persistent Memory type name
  ` [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

[PATCH] x86/efi-bgrt: Replace early_memremap() with memremap()
 2015-12-21 14:12 UTC 

[PATCH] x86/efi-bgrt: Don't ignore the BGRT if the 'valid' bit is 0
 2015-12-20 21:53 UTC 

BGRT doesn't work for me on efi-next
 2015-12-20 19:24 UTC  (4+ messages)

[PATCH v3 0/7] efi: run UEFI services with interrupts enabled
 2015-12-18 13:20 UTC  (11+ messages)
  ` [PATCH v3 1/7] efi: expose non-blocking set_variable() wrapper to efivars
  ` [PATCH v3 2/7] efi: remove redundant efi_set_variable_nonblocking prototype
  ` [PATCH v3 3/7] efi: runtime-wrappers: add a nonblocking version of QueryVariableInfo
  ` [PATCH v3 4/7] efi: add nonblocking option to efi_query_variable_store()
  ` [PATCH v3 5/7] efi: runtime-wrappers: remove out of date comment regarding in_nmi()
  ` [PATCH v3 6/7] efi: runtime-wrapper: get rid of the rtc_lock spinlock
  ` [PATCH v3 7/7] efi: runtime-wrappers: run UEFI Runtime Services with interrupts enabled

arm64/efi handling of persistent memory
 2015-12-18 12:11 UTC 

[PATCH 1/2] efi: Don't use spinlocks for efi vars
 2015-12-18 10:29 UTC  (2+ messages)
  ` [PATCH 2/2] efi: implement interruptible runtime services

Review & Reply
 2015-12-18 10:18 UTC 

[PATCH v9 1/1] efi: a misc char interface for user to update efi firmware
 2015-12-17  1:59 UTC  (5+ messages)

Review & Reply
 2015-12-17  0:55 UTC 

[GIT PULL 0/4] EFI changes for v4.5
 2015-12-15  7:32 UTC  (6+ messages)
` [PATCH 1/4] efi/esrt: Don't preformat name
` [PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths
  ` [PATCH 3/4] x86/efi: Preface all print statements with efi* tag
` [PATCH 4/4] x86/efi-bgrt: Fix kernel panic when mapping BGRT data

[PATCH 1/2] x86: Fix kernel panic when booting with XD disabled in uEFI firmware
 2015-12-15  0:07 UTC  (10+ messages)

[PATCHv2] Remove EFI memmap quirk for UV
 2015-12-14 18:20 UTC  (5+ messages)
` [PATCH] Remove EFI memmap quirk for UV2+

[PATCH] x86/efi-bgrt: Fix kernel panic when mapping BGRT data
 2015-12-14 15:08 UTC  (4+ messages)

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

[PATCH v2 0/7] efi: run UEFI services with interrupts enabled
 2015-12-08 13:53 UTC  (12+ messages)
  ` [PATCH v2 1/7] efi: expose non-blocking set_variable() wrapper to efivars
  ` [PATCH v2 2/7] efi: remove redundant efi_set_variable_nonblocking prototype
  ` [PATCH v2 3/7] efi: runtime-wrappers: add a nonblocking version of QueryVariableInfo
  ` [PATCH v2 4/7] efi: add nonblocking option to efi_query_variable_store()
  ` [PATCH v2 5/7] efi: runtime-wrappers: remove out of date comment regarding in_nmi()
  ` [PATCH v2 6/7] efi: runtime-wrapper: get rid of the rtc_lock spinlock
  ` [PATCH v2 7/7] efi: runtime-wrappers: run UEFI Runtime Services with interrupts enabled

[PATCH 2/2] x86: Fix error in kernel_map_pages_in_pgd() when booting with XD disabled
 2015-12-03 23:58 UTC 

[PATCH 0/2] x86: Fix issues when eXecute Disable (XD) bit is disabled in uEFI firmware
 2015-12-03 23:58 UTC 

[PATCH] doc: efi-stub.txt: Fix arm64 paths
 2015-12-02  9:24 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 0/4] efi: run UEFI services with interrupts enabled
 2015-11-30 11:12 UTC  (13+ 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

[GIT PULL v4 0/6] EFI page table isolation
 2015-11-29  8:18 UTC  (8+ 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
` [PATCH v4 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 21:25 UTC  (18+ 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 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 04/13] arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
` [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

[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] 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  (49+ 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 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  (6+ messages)
` [PATCH v2 1/5] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers

[PATCH v2 00/12] UEFI boot and runtime services support for 32-bit ARM
 2015-11-20  6:31 UTC  (4+ messages)
` [PATCH v2 04/12] arm64/efi: split off EFI init and runtime code for reuse by "

[GIT PULL 0/6] EFI page table isolation
 2015-11-19 11:22 UTC  (6+ messages)
` [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  (9+ 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).