linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-02 07:32:14 to 2016-04-20 14:03:28 UTC [more...]

[PATCH] lib: Always NUL terminate ucs2_as_utf8
 2016-04-20 14:03 UTC  (6+ messages)
  ` [Intel-gfx] "

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

[PATCH v11 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-04-20  9:39 UTC  (23+ 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 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 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 17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI

[RFC PATCH v2 00/10] ACPI overlays
 2016-04-19 22:39 UTC  (11+ 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

[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] efibc: EFI Bootloader Control
 2016-04-18 13:05 UTC  (4+ messages)

[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 2/6] Documentation, dt, numa: dt bindings for NUMA
` [PATCH v16 3/6] of, numa: Add NUMA of binding implementation
  ` [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 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 V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-04-14 10:22 UTC  (18+ 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 3/9] efi: parse ARMv8 processor error
` [PATCH V2 4/9] arm64: exception: handle Synchronous External Abort
` [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 7/9] acpi: apei: panic OS with fatal error status block
` [PATCH V2 8/9] efi: print unrecognized CPER section
  ` [PATCH V2 9/9] ras: acpi / apei: generate trace event for "

[PATCH v15 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-04-13 14:30 UTC  (7+ 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] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-04-09 12:00 UTC  (3+ messages)

[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  (25+ messages)
` [PATCH v10 02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v10 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v10 04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v10 05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v10 06/17] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v10 07/17] Xen: ARM: Add support for mapping AMBA "
` [PATCH v10 09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v10 10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v10 11/17] ARM: XEN: Move xen_early_init() before efi_init()

[RFC PATCH 00/10] ACPI overlays
 2016-04-07  2:42 UTC  (32+ messages)
` [RFC PATCH 02/10] acpi: install SSDT tables from initrd
` [RFC PATCH 06/10] spi: add support for ACPI reconfigure notifications
` [RFC PATCH 10/10] acpi: add support for loading SSDTs via configfs

[PATCH v3 00/10] uuid: convert users to generic UUID API
 2016-04-06 11:34 UTC  (16+ messages)
  ` [PATCH v3 01/10] lib/vsprintf: simplify UUID printing
  ` [PATCH v3 02/10] ima: use %pU to output UUID in printable format
  ` [PATCH v3 04/10] lib/uuid: introduce few more generic helpers for UUID
  ` [PATCH v3 05/10] lib/uuid: remove FSF address
  ` [PATCH v3 06/10] sysctl: drop away useless label
  ` [PATCH v3 08/10] efi: redefine type, constant, macro from generic code
` [PATCH v3 03/10] lib/uuid: move generate_random_uuid() to uuid.c
` [PATCH v3 07/10] sysctl: use generic UUID library
` [PATCH v3 09/10] efivars: "
` [PATCH v3 10/10] genhd: move to "

[PATCH v2 0/8] uuid: convert users to generic UUID API
 2016-04-05 14:06 UTC  (16+ messages)
` [PATCH v2 1/8] lib/vsprintf: simplify UUID printing
` [PATCH v2 2/8] lib/uuid: move generate_random_uuid() to uuid.c
` [PATCH v2 3/8] lib/uuid: introduce few more generic helpers for UUID
  ` [PATCH v2 4/8] lib/uuid: remove FSF address
  ` [PATCH v2 5/8] sysctl: drop away useless label
` [PATCH v2 6/8] sysctl: use generic UUID library
` [PATCH v2 7/8] efi: redefine type, constant, macro from generic code
` [PATCH v2 8/8] efivars: use generic UUID library

[PATCH 0/4] EFI capsule update support
 2016-04-05 10:09 UTC  (10+ messages)
` [PATCH 2/4] efi: Capsule "
` [PATCH 4/4] efi: A misc char interface to update EFI firmware

[GIT PULL] EFI urgent fix
 2016-04-02  7:32 UTC  (2+ 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).