public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-23 17:34:24 to 2016-03-18 10:11:50 UTC [more...]

[PATCH v2] efi: Introduce EFI bootloader control driver
 2016-03-18 10:11 UTC 

[PATCH] efi: Introduce EFI bootloader control driver
 2016-03-18  9:59 UTC 

[PATCH][RFC,v4] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5
 2016-03-17 14:39 UTC  (6+ messages)

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

[PATCH 0/4] EFI capsule update support
 2016-03-17 12:57 UTC  (5+ messages)
` [PATCH 1/4] efi: Move efi_status_to_err() to drivers/firmware/efi/
` [PATCH 2/4] efi: Capsule update support
` [PATCH 3/4] x86/efi: Force EFI reboot to process pending capsules
` [PATCH 4/4] efi: A misc char interface to update EFI firmware

[GIT PULL] EFI urgent fix for v4.6 queue
 2016-03-15 16:25 UTC  (15+ messages)
  ` [PATCH] x86/efi: Always map boot service regions into new EFI page tables

[GIT PULL] EFI urgent fix for v4.6 queue
 2016-03-15 16:03 UTC  (3+ messages)
` [PATCH] x86/mm/pat: Fix boot crash when 1GB pages are not supported by cpu

[PATCH 0/8] EFI framebuffer support for ARM and arm64
 2016-03-10 14:49 UTC  (17+ messages)
  ` [PATCH 1/8] efi: make install_configuration_table() boot service usable
  ` [PATCH 2/8] efi: libstub: move Graphics Output Protocol handling to generic code
  ` [PATCH 3/8] efi/x86: libstub: move to generic GOP code
  ` [PATCH 4/8] efi/x86: efifb: move DMI based quirks handling out of generic code
  ` [PATCH 5/8] efi: efifb: use builtin_platform_driver and drop unused includes
  ` [PATCH 6/8] efi/arm*: libstub: wire up GOP handling into the ARM UEFI stub
  ` [PATCH 7/8] efi/arm*: efifb: expose efifb platform device if GOP is available
  ` [PATCH 8/8] efi/arm: populate screen_info based on data provided by the UEFI stub

[PATCH][RFC v3] ACPI / PM: Fix poweroff issue on HW-full platforms without _S5
 2016-03-10  2:25 UTC  (10+ messages)

[PATCH RFC 1/1] x86: fix bad memory access in fb_is_primary_device()
 2016-03-09 12:46 UTC  (3+ messages)

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

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

[GIT PULL 00/13] EFI changes for v4.6 part 2
 2016-03-07 11:05 UTC  (5+ messages)
` [PATCH 09/13] efi/arm64: Check for h/w support before booting a >4 KB granule kernel

[PATCH][RFC] ACPI / PM: Fix poweroff issue on HW-full platforms without _S5
 2016-03-07  2:51 UTC  (6+ messages)

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

[PATCH v2 0/2] efi: ARM/arm64: wire up ESRT table
 2016-03-04  6:25 UTC  (16+ messages)
` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory

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

[PATCH][v2] ACPI / PM: Fix poweroff issue on HW-full platforms without _S5
 2016-03-03  5:10 UTC 

[PATCH 0/5] memory attribute table support
 2016-03-02 13:14 UTC  (12+ messages)
` [PATCH 1/5] ARM: efi: apply strict permissons for UEFI Runtime Services regions
` [PATCH 2/5] arm64: "
` [PATCH 3/5] efi: add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
  ` [PATCH 4/5] efi: implement generic support for the Memory Attributes table

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCH v11 00/10] arm64, numa: Add numa support for arm64 platforms
 2016-03-01 17:58 UTC  (10+ messages)
` [PATCH v11 08/10] dt, numa: Add NUMA dt binding implementation

[PATCH v12 0/5] arm64, numa: Add numa support for arm64 platforms
 2016-03-01 12:21 UTC  (27+ messages)
` [PATCH v12 1/5] efi: ARM/arm64: ignore DT memory nodes instead of removing them
` [PATCH v12 3/5] dt, numa: Add NUMA dt binding implementation
` [PATCH v12 4/5] arm64, numa: Add NUMA support for arm64 platforms
` [PATCH v12 5/5] arm64, mm, numa: Add NUMA balancing support for arm64

[PATCH v4 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-02-29  2:02 UTC  (9+ messages)
` [PATCH v4 16/17] FDT: Add a helper to get specified name subnode
` [PATCH v4 01/17] Xen: ACPI: Hide UART used by Xen

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: abelozerov39@gmail.com Skype: prodawez389
 2016-02-27 21:39 UTC 

[PATCH 1/2] efi: get rid of EFI_SYSTEM_TABLES status bit
 2016-02-26 15:01 UTC  (4+ messages)
  ` [PATCH 2/2] arm*: efi: drop writable mapping of the UEFI System table

[PATCH v1 00/10] uuid: convert users to generic UUID API
 2016-02-26 14:29 UTC  (12+ messages)
` [PATCH v1 05/10] ACPI: switch to use "
` [PATCH v1 06/10] device property: switch to use "
` [PATCH v1 10/10] efivars: use generic UUID library

[PATCH] efivarfs: Eliminate dead code in efivarfs_create()
 2016-02-24 16:47 UTC  (2+ messages)

[PATCH] arm*: efi: drop permanent mapping of the UEFI System table
 2016-02-24 16:05 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox