linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-06 15:12:57 to 2016-04-25 10:17:12 UTC [more...]

[PATCH] lib: Always NUL terminate ucs2_as_utf8
 2016-04-25 10:17 UTC  (11+ messages)
  ` [Intel-gfx] "

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

[PATCHv2 0/6] efi: detect erroneous firmware IRQ manipulation
 2016-04-25 10:15 UTC  (12+ messages)
` [PATCHv2 1/6] efi/runtime-wrappers: add {__,}efi_call_virt templates
` [PATCHv2 2/6] arm64/efi: move to generic {__,}efi_call_virt
` [PATCHv2 3/6] arm/efi: "
` [PATCHv2 4/6] x86/efi: "
` [PATCHv2 5/6] efi/runtime-wrappers: remove redundant ifdefs
` [PATCHv2 6/6] efi/runtime-wrappers: detect FW irq flag corruption

[PATCH] efi/arm-init: reserve rather than unmap the memory map for ARM as well
 2016-04-25  8:08 UTC  (3+ messages)

[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-04-24 16:58 UTC  (4+ messages)

[PATCH] efibc: EFI Bootloader Control
 2016-04-22 22:44 UTC  (6+ messages)

[PATCH v3 0/9] EFI framebuffer support for ARM and arm64
 2016-04-22 21:26 UTC  (6+ messages)
` [PATCH v3 5/9] efi/arm64: libstub: make screen_info accessible to the UEFI stub

[PATCH v2 0/6] arm64/ARM pt dumper changes
 2016-04-22 17:25 UTC  (12+ messages)
  ` [PATCH v2 1/6] arm64: ptdump: use static initializers for vmemmap region boundaries
  ` [PATCH v2 2/6] arm64: ptdump: add region marker for kasan shadow region
  ` [PATCH v2 3/6] arm64: ptdump: fold string literals into address_markers[] and pte_bits[]
  ` [PATCH v2 4/6] arm64: mm: dump: make page table dumping reusable
  ` [PATCH v2 5/6] arm: "
  ` [PATCH v2 6/6] efi/arm*: add support to dump the EFI page tables

[PATCH 0/3] efi interruptible runtime services
 2016-04-22  7:55 UTC  (5+ messages)
  ` [PATCH 1/3] efi: use a file local lock for efivars
  ` [PATCH 2/3] efi: don't use spinlocks for efi vars
  ` [PATCH 3/3] efi: replace runtime services spinlock with semaphore

[RFC PATCH v2 00/10] ACPI overlays
 2016-04-21 21:41 UTC  (13+ messages)
` [RFC PATCH v2 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH v2 02/10] acpi: decouple initrd table install from CONFIG_ACPI_INITRD_TABLE_OVERRIDE
` [RFC PATCH v2 03/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH v2 04/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "
` [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH v2 08/10] acpi: add support for configfs
` [RFC PATCH v2 09/10] acpi: add support for loading SSDTs via configfs
` [RFC PATCH v2 10/10] HACK: acpi: configfs: add unload_hanlde_path attribute for tables

[PATCHv2 0/5] efi: detect erroneous firmware IRQ manipulation
 2016-04-21 17:18 UTC  (15+ messages)
` [PATCHv2 1/5] efi/runtime-wrappers: add {__,}efi_call_virt templates
` [PATCHv2 2/5] arm64/efi: move to generic {__,}efi_call_virt
` [PATCHv2 3/5] arm/efi: "
  ` [PATCHv2 4/5] x86/efi: "
` [PATCHv2 5/5] efi/runtime-wrappers: detect FW irq flag corruption

[PATCH] efivarfs: merge boolean flag arguments
 2016-04-21 13:24 UTC 

[PATCH] x86/efi: Remove the always true EFI_DEBUG symbol
 2016-04-21 12:48 UTC  (3+ messages)

[PATCH][v6] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5
 2016-04-21  0:17 UTC  (2+ messages)

[PATCH V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-04-20 21:38 UTC  (17+ messages)
` [PATCH V2 1/9] acpi: apei: read ack upon ghes record consumption
` [PATCH V2 2/9] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V2 5/9] arm64: exception: handle instruction abort at current EL
` [PATCH V2 6/9] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V2 8/9] efi: print unrecognized CPER section
  ` [PATCH V2 9/9] ras: acpi / apei: generate trace event for "

[PATCH] efi: ARM: avoid warning about phys_addr_t cast
 2016-04-19 13:46 UTC  (4+ messages)

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH] efi: Use GFP_ATOMIC instead of GFP_KERNEL
 2016-04-17 21:18 UTC  (4+ messages)

[PATCH] efi/arm64: don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
 2016-04-16 10:27 UTC  (6+ messages)

efi_printk
 2016-04-15 16:32 UTC  (4+ messages)

[PATCH v16 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-04-15 14:08 UTC  (15+ messages)
  ` [PATCH v16 1/6] efi: ARM/arm64: ignore DT memory nodes instead of removing them
  ` [PATCH v16 4/6] arm64: Move unflatten_device_tree() call earlier
  ` [PATCH v16 5/6] arm64, numa: Add NUMA support for arm64 platforms
` [PATCH v16 2/6] Documentation, dt, numa: dt bindings for NUMA
` [PATCH v16 3/6] of, numa: Add NUMA of binding implementation
` [PATCH v16 6/6] arm64, mm, numa: Add NUMA balancing support for arm64

[PATCH v2 0/2] efi: Delete global 'memmap' variable
 2016-04-14 13:53 UTC  (5+ messages)
` [PATCH v2 1/2] efi: Iterate over efi.memmap in for_each_efi_memory_desc
` [PATCH v2 2/2] efi: Remove global 'memmap'

[PATCH 1/2] efi: check EFI_MEMORY_DESCRIPTOR version explicitly
 2016-04-14 12:23 UTC  (4+ messages)
  ` [PATCH 2/2] efi/arm*: use memremap() to create the persistent memmap mapping

[PATCH v15 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-04-13 14:30 UTC  (4+ messages)
` [PATCH v15 5/6] arm64, numa: Add NUMA "

[PATCH v2 0/5] UEFI: memory attribute table support
 2016-04-13 10:24 UTC  (8+ messages)
` [PATCH v2 4/5] efi: implement generic support for the Memory Attributes table

[PATCH 0/2] efi: Delete global 'memmap' variable
 2016-04-13 10:24 UTC  (9+ messages)
  ` [PATCH 1/2] efi: Iterate over efi->memmap in for_each_efi_memory_desc
  ` [PATCH 2/2] efi: Remove global 'memmap'

[PATCH v1 00/10] uuid: convert users to generic UUID API
 2016-04-08 23:46 UTC  (8+ messages)
` [PATCH v1 06/10] device property: switch to use "

[PATCH v10 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-04-07 11:25 UTC  (9+ messages)
` [PATCH v10 06/17] Xen: ARM: Add support for mapping platform device mmio

[RFC PATCH 00/10] ACPI overlays
 2016-04-07  2:42 UTC  (9+ messages)
` [RFC PATCH 10/10] acpi: add support for loading SSDTs via configfs


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