linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-25 07:41:06 to 2013-02-19 21:56:55 UTC [more...]

[PATCH] ia64/mm: fix a bad_page bug when crash kernel booting
 2013-02-19 21:56 UTC  (13+ messages)
    ` [PATCH V2] "
        ` [PATCH V3] "

[PATCH 1/2] efi: register efivars with efi or gsmi from module_init
 2013-02-18  1:01 UTC  (2+ messages)
  ` [PATCH 2/2] efi: rename the efivars module

[PATCH 00/15] Secure boot policy support
 2013-02-17 19:19 UTC  (18+ messages)
` [PATCH 01/15] Secure boot: Add new capability
` [PATCH 02/15] SELinux: define mapping for new Secure Boot capability
` [PATCH 05/15] PCI: Lock down BAR access in secure boot environments
  ` [PATCH 03/15] Secure boot: Add a dummy kernel parameter that will switch on Secure Boot mode
  ` [PATCH 04/15] efi: Enable secure boot lockdown automatically when enabled in firmware
  ` [PATCH 06/15] x86: Lock down IO port access in secure boot environments
  ` [PATCH 14/15] MODSIGN: Import certificates from UEFI Secure Boot
  ` [PATCH 15/15] MODSIGN: Always enforce module signing in a Secure Boot environment
` [PATCH 07/15] ACPI: Limit access to custom_method
` [PATCH 08/15] asus-wmi: Restrict debugfs interface
` [PATCH 09/15] Restrict /dev/mem and /dev/kmem in secure boot setups
` [PATCH 10/15] acpi: Ignore acpi_rsdp kernel parameter in a secure boot environment
` [PATCH 11/15] Add EFI signature data types
` [PATCH 12/15] Add an EFI signature blob parser and key loader
` [PATCH 13/15] MODSIGN: Add module certificate blacklist keyring

We offer 3% interest rate for loan
 2013-02-17 12:13 UTC 

[PATCH v4] efi: split efisubsystem from efivars
 2013-02-16 19:01 UTC 

[PATCH] efi: split efisubsystem from efivars
 2013-02-16 13:12 UTC  (5+ messages)

[PATCH 0/2] efivarfs patch queue
 2013-02-14 17:55 UTC  (15+ messages)
  ` [PATCH 1/2] efivarfs: Validate filenames much more aggressively
      ` [PATCH 1/2 v2] "
  ` [PATCH 2/2] efivarfs: guid part of filenames are case-insensitive
      ` [PATCH 2/2 v2] "

[RFE PATCH 0/2] x86, rtc, ntp, Enable full rtc synchronization
 2013-02-14 17:02 UTC  (3+ messages)
` [RFE PATCH 1/2] x86, rtc, ntp, Do full rtc synchronization with ntp
  ` [RFE PATCH 2/2] rtc, add write functionality to sysfs

[PATCH] x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()
 2013-02-14 10:36 UTC  (2+ messages)

[PATCH] efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter
 2013-02-14  7:37 UTC  (3+ messages)

[PATCH] x86: Lock down MSR writing in secure boot
 2013-02-14  2:46 UTC  (49+ messages)

[PATCH 0/3 v3] selftests: Add efivarfs tests
 2013-02-13  7:32 UTC  (10+ messages)
` [PATCH 1/3 v3] selftests: Add tests for efivarfs
` [PATCH 3/3 v3] selftests/efivarfs: Add create-read test
` [PATCH 2/3 v3] selftests/efivarfs: Add empty file creation test

[PATCH v6 -next 0/2] make efivars/efi_pstore interrupt-safe
 2013-02-12 21:19 UTC  (2+ messages)

[PATCH v2] x86/platform/efi/efi_64.c: fix a possible hang in efi_ioremap when init_memory_mapping fails
 2013-02-11 20:01 UTC 

[PATCH v6 -next 2/2]efi_pstore: Introducing workqueue updating sysfs entries
 2013-02-11 18:00 UTC 

[PATCH v6 -next 1/2] efivars: Disable external interrupt while holding efivars->lock
 2013-02-11 17:59 UTC 

[PATCH v5 -next 1/2]efivars: Disable external interrupt while holding efivars->lock
 2013-02-11 16:34 UTC  (3+ messages)

[RFC][PATCH 0/7] Chainsaw efivars.c
 2013-02-11 14:49 UTC  (18+ messages)
  ` [RFC][PATCH 1/7] efivars: Keep a private global pointer to efivars
  ` [RFC][PATCH 2/7] efi: Move utf16_strlen() to efi.h
  ` [RFC][PATCH 3/7] efivars: New efivar_entry API
      ` [RFC][PATCH 3/7 v2] "
  ` [RFC][PATCH 4/7] drivers/firmware: Create a new EFI drivers directory
      ` [RFC][PATCH 4/7 v2] "
  ` [RFC][PATCH 5/7] efivars: Move pstore code out of efivars.c
      ` [RFC][PATCH 5/7 v2] "
  ` [RFC][PATCH 6/7] efi: Add generic variable operations
  ` [RFC][PATCH 7/7] efivarfs: Move to fs/efivarfs

[PATCH v5 -next 2/2]efi_pstore: Introducing workqueue updating sysfs entries
 2013-02-09 20:12 UTC  (2+ messages)

[PATCH v5 -next 0/2] make efivars/efi_pstore interrupt-safe
 2013-02-08 22:46 UTC  (3+ messages)

CONFIG_GOOGLE_SMI and efivars
 2013-02-04 12:29 UTC  (3+ messages)

[PATCH 00/20] EFI changes for v3.8
 2013-01-31 19:52 UTC  (8+ messages)
` [PATCH 01/20] efi: Add support for a UEFI variable filesystem
  ` efivarfs allows non-canonical GUID and duplicate filenames

[RFC,PATCH] efivarfs: Don't delete efivar_entry structures on unlink
 2013-01-30  8:55 UTC  (5+ messages)

[PATCH 0/3] selftests: Add efivarfs tests
 2013-01-29 20:18 UTC  (9+ messages)
` [PATCH 2/3] selftests/efivarfs: Add empty file creation test
` [PATCH 3/3] selftests/efivarfs: Add create-read test
` [PATCH 1/3] selftests: Add tests for efivarfs

[GIT PULL] EFI fixes for v3.8
 2013-01-29 19:03 UTC  (2+ messages)

[PATCH] x86, efi: remove attribute check from setup_efi_pci
 2013-01-29 17:54 UTC  (2+ messages)

[patch] x86, efi: precedence error in setup_efi_pci()
 2013-01-29 11:30 UTC  (5+ messages)

[PATCH 0/2] Secure Boot: More controversial changes
 2013-01-29  4:40 UTC  (5+ messages)
` [PATCH 1/2] kexec: Disable in a secure boot environment
` [PATCH 2/2] hibernate: Disable in a Secure Boot environment

[RFC] efivars write(2) races
 2013-01-29  2:30 UTC  (7+ messages)

[PATCH] efivarfs: drop_nlink on the correct inode in efivarfs_unlink
 2013-01-27 17:16 UTC  (2+ messages)

[PATCH v2] efi: split efisubsystem from efivars
 2013-01-27  0:23 UTC 

You have exceeded the email quota limit
 2013-01-26  7:43 UTC 

[PATCH 0/2] EFI facilities
 2013-01-25 23:53 UTC  (8+ messages)
` [PATCH 1/2] efi: Make 'efi_enabled' a function to query "

[PATCH v2] fix setup_efi_pci()
 2013-01-25 15:32 UTC  (7+ messages)

[PATCH] efivars: allow module autoloading when mounting efivarfs
 2013-01-25 11:52 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).