linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-12 03:06:19 to 2014-01-09 04:00:54 UTC [more...]

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2014-01-09  4:00 UTC  (43+ messages)
` [PATCH 01/14] rtc-efi: fix decrease day twice when computing year days
  ` [PATCH 03/14] rtc: block registration of rtc-cmos when CMOS RTC Not Present
` [RFC PATCH 04/14] ACPI: Add ACPI 5.0 Time and Alarm Device driver
` [RFC PATCH 05/14] rtc: Add RTC driver of ACPI Time and Alarm Device
` [RFC PATCH 06/14] rtc-efi: register rtc-efi device when EFI enabled
` [RFC PATCH 07/14] rtc-efi: add GMTOFF support to rtc_efi
` [RFC PATCH 08/14] rtc-efi: set uie_unsupported for indicate rtc-efi doesn't support UIE mode
` [RFC PATCH 09/14] efi: move functions of access efi time to header file for sharing
` [RFC PATCH 10/14] rtc: improve and move week day computing function to rtc header
` [RFC PATCH 11/14] rtc: switch to get/set rtc time to efi functions if CMOS RTC Not Present git set
` [RFC PATCH 12/14] efi: adjust system time base on timezone from EFI time services
` [RFC PATCH 13/14] Documentation/RTC: add document of ACPI TAD and EFI TIME driver
` [TEST PATCH 14/14] acpi: add early parameter to set CMOS RTC Not Present bit for testing
    ` [PATCH 02/14] x86-64/efi: Use EFI to deal with platform wall clock (again)

[PATCH] x86: efi: create memory map iteration helper
 2014-01-08 19:50 UTC 

[PATCH v4 0/4] kexec-tools: efi runtime support on kexec kernel
 2014-01-06 21:58 UTC  (8+ messages)
  ` [PATCH v4 1/4] build fix: include x86-linux.h in x86-linux-setup.h
  ` [PATCH v4 2/4] Add function get_bootparam
  ` [PATCH v4 3/4] Add efi_info in x86 setup header
  ` [PATCH v4 4/4] Passing efi related data via setup_data
      ` [PATCH v4 4/4 update] "

[PATCH 0/2] efi: Fix krealloc defect and misc neatening
 2014-01-04  0:08 UTC  (3+ messages)
` [PATCH 1/2] efi: Fix krealloc defect
` [PATCH 2/2] efi: style neatening

[GIT PULL] EFI kexec fixes
 2014-01-03 22:31 UTC 

[BUG] Kernel OOPS when reboot if I set reboot=efi,{warm, cold} (and some questions :-)
 2014-01-03  8:39 UTC 

[PATCH v7 00/12] kexec kernel efi runtime support
 2014-01-03  4:12 UTC  (33+ messages)
  ` [PATCH v7 01/12] x86/mm: sparse warning fix for early_memremap
  ` [PATCH v7 02/12] efi: Use early_memremap and early_memunmap to fix sparse warnings
  ` [PATCH v7 03/12] efi: remove unused variables in __map_region
  ` [PATCH v7 04/12] efi: add a wrapper function efi_map_region_fixed
  ` [PATCH v7 05/12] efi: reserve boot service fix
  ` [PATCH v7 06/12] efi: cleanup efi_enter_virtual_mode function
  ` [PATCH v7 07/12] efi: export more efi table variable to sysfs
  ` [PATCH v7 08/12] efi: export efi runtime memory mapping "
  ` [PATCH v7 09/12] efi: passing kexec necessary efi data via setup_data
  ` [PATCH v7 10/12] x86: add xloadflags bit for efi runtime support on kexec
  ` [PATCH v7 11/12] x86: export x86 boot_params to sysfs
  ` [PATCH v7 12/12] x86: reserve setup_data ranges late after parsing memmap cmdline

[GIT PULL] EFI kexec patches for v3.14
 2013-12-29 13:14 UTC 

split efi systab in sysfs
 2013-12-26  2:17 UTC  (4+ messages)

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2013-12-21 12:21 UTC  (28+ messages)
  ` [PATCH 01/14] rtc-efi: fix decrease day twice when computing year days
  ` [PATCH 03/14] rtc: block registration of rtc-cmos when CMOS RTC Not Present

[PATCH v6 00/14] kexec kernel efi runtime support
 2013-12-20  1:57 UTC  (28+ messages)
` [PATCH v6 01/14] x86/mm: sparse warning fix for early_memremap
` [PATCH v6 02/14] efi: Use early_memremap and early_memunmap to fix sparse warnings
` [PATCH v6 03/14] efi: remove unused variables in __map_region
` [PATCH v6 04/14] efi: add a wrapper function efi_map_region_fixed
` [PATCH v6 05/14] efi: reserve boot service fix
` [PATCH v6 08/14] efi: export efi runtime memory mapping to sysfs
    ` [PATCH v7 "
  ` [PATCH v6 06/14] efi: cleanup efi_enter_virtual_mode function
  ` [PATCH v6 07/14] efi: export more efi table variable to sysfs
  ` [PATCH v6 09/14] efi: passing kexec necessary efi data via setup_data
      ` [PATCH v7 "
  ` [PATCH v6 10/14] efi: only print saved efi runtime maps instead of all memmap ranges for kexec
  ` [PATCH v6 11/14] x86: add xloadflags bit for efi runtime support on kexec
  ` [PATCH v6 12/14] x86: export x86 boot_params to sysfs
  ` [PATCH v6 13/14] x86: reserve setup_data ranges late after parsing memmap cmdline
  ` [PATCH v6 14/14] x86: kdebugfs do not use __va for getting setup_data virt addr

Hello dear
 2013-12-20  0:08 UTC 

[PATCH 0/3] EFI memmap fix
 2013-12-18 11:42 UTC  (12+ messages)
` [PATCH 1/3] x86, ptdump: Add the functionality to dump an arbitrary pagetable
` [PATCH 3/3] efi: Make efi virtual runtime map passing more robust
  ` [PATCH 2/3] efi: Dump the EFI page table

[PATCH] efi earlyprintk fix
 2013-12-18 10:31 UTC  (5+ messages)

[PATCH v5 00/14] kexec kernel efi runtime support
 2013-12-18  2:06 UTC  (38+ messages)
` [PATCH v5 02/14] efi: use early_memremap and early_memunmap
` [PATCH v5 08/14] efi: export efi runtime memory mapping to sysfs
` [PATCH v5 09/14] efi: passing kexec necessary efi data via setup_data
` [PATCH v5 10/14] efi: only print saved efi runtime maps instead of all memmap ranges for kexec
` [PATCH v5 12/14] x86: export x86 boot_params to sysfs
` [PATCH v5 13/14] x86: reserve setup_data ranges late after parsing memmap cmdline

[RFC v2 0/2] Early use of boot service memory
 2013-12-16 18:43 UTC  (7+ messages)

[PATCH 0/3] arm64: Add EFI stub and runtime services support
 2013-12-16 15:46 UTC  (5+ messages)
` [PATCH 1/3] arm64: add EFI stub

[PATCH] MAINTAINERS: add myself as gpt maintainer
 2013-12-14 15:00 UTC  (2+ messages)

EFI tree kernel panic in phys_efi_set_virtual_address_map()
 2013-12-12 20:44 UTC  (10+ 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).