linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-23 13:33:14 to 2016-01-11 16:47:12 UTC [more...]

v4.4-rc8 based tip tree kernel hangs on boot
 2016-01-11 16:47 UTC  (4+ messages)

[PATCH] efi: add conditional include of asm/early_ioremap.h
 2016-01-11 16:15 UTC  (4+ messages)

[PATCH] efi: fix out-of-bounds null overwrite vulnerability
 2016-01-11 14:16 UTC  (4+ messages)

(unknown),
 2016-01-11 14:09 UTC  (24+ messages)
` [PATCH 1/4] x86/efi: show actual ending addresses in efi_print_memmap
            ` [PATCH v2 "
` [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 -next] efi: Do not include asm/efi.h if not needed
 2016-01-10 19:47 UTC  (5+ messages)

[PATCH] x86/efi-bgrt: Don't ignore the BGRT if the 'valid' bit is 0
 2016-01-08 18:09 UTC  (6+ messages)

[PATCH 1/2] efi: Don't use spinlocks for efi vars
 2016-01-08 14:12 UTC  (14+ messages)
  ` [PATCH 2/2] efi: implement interruptible runtime services
  ` [PATCH v2 0/3] efi "
      ` [PATCH v2 1/3] efi: use a file local lock for efivars
      ` [PATCH v2 2/3] efi: don't use spinlocks for efi vars
    ` [PATCH v2 3/3] efi: implement interruptible runtime services

[PATCH] efivars: use to_efivar_entry
 2016-01-08 11:47 UTC  (2+ messages)

PLEASE KINDLY GET BACK TO ME URGENTLY
 2016-01-07 19:46 UTC 

[PATCH] efi: stub: define DISABLE_BRANCH_PROFILING for all architectures
 2016-01-07 14:59 UTC  (8+ messages)

[PATCH] x86/efi-bgrt: Replace early_memremap() with memremap()
 2016-01-04 13:12 UTC  (3+ messages)

Charity Donation
 2015-12-29  3:41 UTC 

Assalam o Alaikum
 2015-12-29  2:02 UTC 

Charity/Donation
 2015-12-29  1:10 UTC 

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

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 

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 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 v4 10/13] ARM: implement create_mapping_late() for EFI use

[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  (6+ messages)
` [PATCH v3 13/13] ARM: add UEFI stub support

[GIT PULL v3 0/6] EFI page table isolation
 2015-11-27 21:05 UTC  (7+ messages)
` [PATCH 1/6] x86/efi: PFN_ALIGN() _text and _end when calculating number of pages
` [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  (7+ messages)
` [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()


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