Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-23 03:19:44 to 2016-02-05 03:05:52 UTC [more...]

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

[PATCH] x86/efi: skip bgrt init for kexec reboot
 2016-02-05  0:41 UTC  (7+ messages)

efivarfs immutable files patch set
 2016-02-04 23:42 UTC  (10+ messages)
  ` [PATCH 1/5] Add ucs2 -> utf8 helper functions
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v2)
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid (v3)
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default. (v5)

[PATCH v2 0/7] ARM/efi minor fixes + stub pre-boot compat checks
 2016-02-04 16:13 UTC  (9+ messages)
  ` [PATCH v2 1/7] arm64: efistub: drop __init annotation from handle_kernel_image()
  ` [PATCH v2 2/7] arm64: vmlinux.lds.S: handle .init.rodata.xxx and .init.bss sections
  ` [PATCH v2 3/7] efi: efistub: prevent __init annotations from being used
  ` [PATCH v2 4/7] efi: arm-init: use read-only early mappings
  ` [PATCH v2 5/7] ARM: efistub: check for LPAE support before booting a LPAE kernel
  ` [PATCH v2 6/7] arm64: efistub: check for h/w support before booting a >4 KB granule kernel
  ` [PATCH v2 7/7] ARM/arm64: efistub: perform hardware compatibility check

[GIT PULL 00/14] EFI changes for v4.6
 2016-02-04 13:58 UTC  (35+ messages)
` [PATCH 01/14] efi: Expose non-blocking set_variable() wrapper to efivars
  ` [PATCH 02/14] efi: Remove redundant efi_set_variable_nonblocking prototype
  ` [PATCH 03/14] efi: runtime-wrappers: Add a nonblocking version of QueryVariableInfo
  ` [PATCH 06/14] efi: runtime-wrapper: Get rid of the rtc_lock spinlock
  ` [PATCH 10/14] efi: Make checkpatch complain less about efi.h GUID additions
` [PATCH 04/14] efi: Add nonblocking option to efi_query_variable_store()
` [PATCH 05/14] efi: runtime-wrappers: Remove out of date comment regarding in_nmi()
` [PATCH 07/14] efi: runtime-wrappers: Run UEFI Runtime Services with interrupts enabled
          ` [PATCH] efi: runtime-wrappers: run "
` [PATCH 08/14] efivars: Use to_efivar_entry
` [PATCH 09/14] x86/efi-bgrt: Don't ignore the BGRT if the 'valid' bit is 0
` [PATCH 11/14] x86/efi: Show actual ending addresses in efi_print_memmap
` [PATCH 12/14] efi: Add NV memory attribute
` [PATCH 13/14] efi: Add Persistent Memory type name
` [PATCH 14/14] x86/efi: Print size in binary units in efi_print_memmap

memcpy freeze in __setup_efi_pci64 on HP X2 210 tablet
 2016-02-04 11:05 UTC 

[PATCH 1/5] Add ucs2 -> utf8 helper functions
 2016-02-04  3:40 UTC  (10+ messages)
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid (v2)
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default. (v3)

[PATCH 1/5] Add ucs2 -> utf8 helper functions
 2016-02-03 16:55 UTC  (12+ messages)
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version
          ` [PATCH] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v2)
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default

[PATCH 1/3] arm64: efistub: drop __init annotation from handle_kernel_image()
 2016-02-03 15:21 UTC  (9+ messages)
    ` [PATCH 2/3] arm64: vmlinux.lds.S: handle .init.rodata.xxx and .init.bss sections

Preventing "rm -rf /sys/firmware/efi/efivars/" from damage
 2016-02-03 13:16 UTC  (8+ messages)
  ` [PATCH 1/5] Add ucs2 -> utf8 helper functions
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default

[PATCH 05/17] ia64: Set System RAM type and descriptor
 2016-01-30  9:29 UTC  (2+ messages)
  ` [tip:core/resources] "

[PATCH] x86/efi: Only map kernel text for EFI mixed mode
 2016-01-30  1:10 UTC 

[PATCH 0/2] x86/efi: Enable restrictive mapping of EFI runtime
 2016-01-30  1:04 UTC  (3+ messages)
  ` [PATCH 1/2] x86/mm/pageattr: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()
  ` [PATCH 2/2] x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables

issue with MEMBLOCK_NOMAP
 2016-01-29 18:09 UTC  (6+ messages)

[PATCH] x86/mm/pageattr: Use _PAGE_GLOBAL bit for EFI page table mappings
 2016-01-29 16:25 UTC  (2+ messages)

[PATCH] x86/mm/pageattr: Avoid truncation when converting cpa->numpages to address
 2016-01-29 12:05 UTC  (2+ messages)

[PATCH v11 0/1] Enable capsule loader interface for efi firmware updating
 2016-01-29  4:39 UTC  (2+ messages)
` [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware

[PATCH v10 1/1] efi: a misc char interface for user to update efi firmware
 2016-01-29  1:22 UTC 

[PATCH v10 1/1] efi: a misc char interface for user to update efi firmware
 2016-01-28 12:16 UTC  (2+ messages)

[PATCH v3 0/4] x86/efi: use binary units when printing
 2016-01-28 11:15 UTC  (29+ messages)
` [PATCH v3 1/4] lib/string_helpers: export string_units_{2,10} for others
` [PATCH v3 2/4] lib/string_helpers: fix indentation in few places
` [PATCH v3 3/4] x86/efi: print size in binary units in efi_print_memmap
  ` [PATCH v3 4/4] x86/efi: Use proper units in efi_find_mirror()

[PATCH v3 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-01-27  8:57 UTC  (34+ messages)
` [PATCH v3 01/17] Xen: ACPI: Hide UART used by Xen
` [PATCH v3 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v3 08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen
` [PATCH v3 09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v3 10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v3 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v3 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v3 13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v3 14/17] XEN: EFI: Move x86 specific codes to architecture directory
` [PATCH v3 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services
` [PATCH v3 16/17] FDT: Add a helper to get specified name subnode
` [PATCH v3 17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI

NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
 2016-01-27  5:41 UTC 

[PATCH] efi: make checkpatch complain less about efi.h GUID additions
 2016-01-26 15:00 UTC  (2+ messages)

[PATCH v10 1/1] efi: a misc char interface for user to update efi firmware
 2016-01-26  3:09 UTC 

[PATCH] Linux 4.5-rc1
 2016-01-25 20:29 UTC  (2+ messages)

[PATCH] x86/efi: Setup separate EFI page tables in kexec paths
 2016-01-25  9:42 UTC  (4+ messages)

[PATCH v2 1/4] lib/string_helpers: export string_units_{2,10} for others
 2016-01-23 11:50 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).