linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-08 13:53:44 to 2016-01-18 15:40:01 UTC [more...]

v4.4-rc8 based tip tree kernel hangs on boot
 2016-01-18 15:40 UTC  (10+ messages)

[PATCH v2 00/16] Add ACPI support for Xen Dom0 on ARM64
 2016-01-18 15:07 UTC  (39+ messages)
` [PATCH v2 01/16] Xen: ACPI: Hide UART used by Xen
` [PATCH v2 02/16] xen/grant-table: Move xlated_setup_gnttab_pages to common place
  ` [Xen-devel] "
` [PATCH v2 03/16] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
    ` [Xen-devel] "
` [PATCH v2 05/16] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v2 06/16] Xen: ARM: Add support for mapping platform device mmio
    ` [Xen-devel] "
` [PATCH v2 07/16] Xen: ARM: Add support for mapping AMBA "
    ` [Xen-devel] "
` [PATCH v2 08/16] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
    ` [Xen-devel] "
` [PATCH v2 09/16] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
    ` [Xen-devel] "
` [PATCH v2 10/16] ARM: XEN: Move xen_early_init() before efi_init()
    ` [Xen-devel] "
` [PATCH v2 11/16] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v2 12/16] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
  ` [PATCH v2 04/16] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
  ` [PATCH v2 13/16] ARM: XEN: Set EFI_PARAVIRT if Xen supports EFI
  ` [PATCH v2 15/16] XEN: EFI: Move x86 specific codes to architecture directory
  ` [PATCH v2 16/16] ARM64: XEN: Initialize Xen specific UEFI runtime services
` [PATCH v2 14/16] Xen: EFI: Parse DT parameters for Xen specific UEFI

[PATCH] efi: fix out-of-bounds null overwrite vulnerability
 2016-01-15  2:06 UTC  (7+ messages)

[PATCH v1 1/2] lib/string_helpers: export string_units_{2,10} for others
 2016-01-14 22:35 UTC  (5+ messages)
  ` [PATCH v1 2/2] x86/efi: print size and base in binary units in efi_print_memmap

[PATCH 1/2] efi: Don't use spinlocks for efi vars
 2016-01-14 16:21 UTC  (19+ 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 v3 0/3] efi "
        ` [PATCH v3 1/3] efi: use a file local lock for efivars
        ` [PATCH v3 2/3] efi: don't use spinlocks for efi vars
      ` [PATCH v3 3/3] efi: implement interruptible runtime services

[PATCH] x86/efi-bgrt: Don't ignore the BGRT if the 'valid' bit is 0
 2016-01-14 12:31 UTC  (8+ messages)

[PATCH v2 1/2] ia64: split off early_ioremap() declarations into asm/early_ioremap.h
 2016-01-14  7:19 UTC  (6+ messages)
  ` [PATCH v2 2/2] efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap

(unknown),
 2016-01-12 13:17 UTC  (25+ 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] efi: add conditional include of asm/early_ioremap.h
 2016-01-11 21:46 UTC  (9+ messages)

[PATCH -next] efi: Do not include asm/efi.h if not needed
 2016-01-10 19:47 UTC  (5+ messages)

[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  (9+ 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  (6+ messages)
` [PATCH v4 01/13] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table

[PATCH v2 0/7] efi: run UEFI services with interrupts enabled
 2015-12-08 13:53 UTC  (3+ messages)
` [PATCH v2 7/7] efi: runtime-wrappers: run UEFI Runtime Services "


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