linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-12 04:49:01 to 2012-11-01 21:18:59 UTC [more...]

[PATCH V2 01/10] Secure boot: Add new capability
 2012-11-01 21:18 UTC  (71+ messages)
    ` [PATCH V2 08/10] efi: Enable secure boot lockdown automatically when enabled in firmware
  ` [RFC] Second attempt at kernel secure boot support
        ` [PATCH V3 07/10] Secure boot: Add a dummy kernel parameter that will switch on Secure Boot mode

[PATCH] systemd: mount the EFI variable filesystem
 2012-10-31 13:13 UTC  (5+ messages)
          ` [systemd-devel] "

[PATCH v4 5/7] efi_pstore: Add a sequence counter to a variable name
 2012-10-30 23:09 UTC  (2+ messages)

[PATCH v4 7/7] efi_pstore: Add a format check for an existing variable name at erasing time
 2012-10-30 20:04 UTC 

[PATCH v4 6/7] efi_pstore: Add a format check for an existing variable name at reading time
 2012-10-30 20:03 UTC 

[PATCH v4 4/7] efi_pstore: Add ctime to argument of erase callback
 2012-10-30 20:02 UTC 

[PATCH v4 3/7] efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
 2012-10-30 20:01 UTC 

[PATCH v4 2/7] efi_pstore: Add a logic erasing entries to an erase callback
 2012-10-30 20:01 UTC 

[PATCH v4 1/7] efi_pstore: Check remaining space with QueryVariableInfo() before writing data
 2012-10-30 20:00 UTC 

[PATCH v4 0/7] efi_pstore: multiple event logging support
 2012-10-30 20:00 UTC 

[PATCH] efi: fix always unregister kset of efivars in register_efivars
 2012-10-30  3:07 UTC  (3+ messages)

[PATCH v3 7/7] Add a format check for an existing variable name at erasing time
 2012-10-29 20:40 UTC  (3+ messages)

[PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time
 2012-10-29 20:39 UTC  (3+ messages)

[PATCH] efivars: disable seeking on efivarfs files
 2012-10-29 18:55 UTC  (2+ messages)

[PATCH 00/20] EFI changes for v3.8
 2012-10-29  6:55 UTC  (26+ messages)
  ` [PATCH 01/20] efi: Add support for a UEFI variable filesystem
  ` [PATCH 02/20] efi: Handle deletions and size changes in efivarfs_write_file
  ` [PATCH 03/20] efi: add efivars kobject to efi sysfs folder
  ` [PATCH 04/20] efivarfs: Add documentation for the EFI variable filesystem
  ` [PATCH 05/20] x86, mm: Include the entire kernel memory map in trampoline_pgd
  ` [PATCH 06/20] x86, efi: 1:1 pagetable mapping for virtual EFI calls
  ` [PATCH 07/20] x86/kernel: remove tboot 1:1 page table creation code
  ` [PATCH 08/20] x86-64/efi: Use EFI to deal with platform wall clock (again)
  ` [PATCH 09/20] efivarfs: efivarfs_file_read ensure we free data in error paths
  ` [PATCH 10/20] efivarfs: efivarfs_create() ensure we drop our reference on inode on error
  ` [PATCH 11/20] efivarfs: efivarfs_fill_super() fix inode reference counts
  ` [PATCH 12/20] efivarfs: efivarfs_fill_super() ensure we free our temporary name
  ` [PATCH 13/20] efivarfs: efivarfs_fill_super() ensure we clean up correctly on error
  ` [PATCH 14/20] efivarfs: Implement exclusive access for {get,set}_variable
  ` [PATCH 15/20] efi: Clarify GUID length calculations
  ` [PATCH 16/20] efivarfs: Return an error if we fail to read a variable
  ` [PATCH 17/20] efivarfs: Replace magic number with sizeof(attributes)
  ` [PATCH 18/20] efivarfs: Add unique magic number
  ` [PATCH 19/20] efivarfs: Make 'datasize' unsigned long
  ` [PATCH 20/20] efivarfs: Return a consistent error when efivarfs_get_inode() fails

[PATCH v3 5/7] efi_pstore: Add a sequence counter to a variable name
 2012-10-26 21:42 UTC 

[PATCH v3 4/7] efi_pstore: Add ctime to argument of erase callback
 2012-10-26 21:41 UTC 

[PATCH v3 3/7] efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
 2012-10-26 21:41 UTC 

[PATCH v3 2/7] efi_pstore: Add a logic erasing entries to an erase callback
 2012-10-26 21:40 UTC 

[PATCH v3 1/7] efi_pstore: Check remaining space with QueryVariableInfo() before writing data
 2012-10-26 21:40 UTC 

[PATCH v3 0/7] efi_pstore: multiple event logging support
 2012-10-26 21:39 UTC 

H o w - T o - E a r n - M o n e y - o n - e B a y
 2012-10-26 20:22 UTC 

[GIT PULL] EFI fixes for v3.7
 2012-10-26  9:51 UTC  (3+ messages)

[PATCH v2 3/5] efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
 2012-10-25 21:37 UTC  (8+ messages)

[PATCH v2 1/5] efi_pstore: Check remaining space with QueryVariableInfo() before writing data
 2012-10-25 18:56 UTC  (2+ messages)

Use PCI ROMs from EFI boot services
 2012-10-25 17:35 UTC 

[PATCH v3] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel
 2012-10-25 17:05 UTC  (2+ messages)

[PATCH] efi: Clarify GUID length calculations
 2012-10-25 11:00 UTC  (3+ messages)

[PATCH] systemd: mount the EFI variable filesystem
 2012-10-25  8:23 UTC 

[PATCH] systemd: mount the EFI variable filesystem
 2012-10-25  8:07 UTC 

[PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem
 2012-10-25  4:12 UTC  (12+ messages)
  ` [systemd-devel] "

[PATCH v2 2/5] efi_pstore: Add a logic erasing entries to an erase callback
 2012-10-25  2:00 UTC 

[PATCH v2 5/5] efi_pstore: Add a sequence counter to a variable name
 2012-10-25  1:55 UTC 

[PATCH v2 4/5] efi_pstore: Add ctime to argument of erase callback
 2012-10-25  1:54 UTC 

[PATCH 2/5] efi_pstore: Add a logic erasing entries to an erase callback
 2012-10-25  1:53 UTC 

[PATCH v2 0/5] efi_pstore: multiple event logging support
 2012-10-25  1:49 UTC 

[PATCH] efi: Build EFI stub with EFI-appropriate options
 2012-10-24 20:20 UTC  (5+ messages)

[RFC][PATCH 1/2] efi_pstore: hold multiple logs
 2012-10-19 14:26 UTC  (2+ messages)

[PATCH] x86/efi: Fix oops caused by incorrect set_memory_uc() usage
 2012-10-19 12:25 UTC 

[RFC][PATCH 2/2] efi_pstore: add a sequence counter to a variable name
 2012-10-18 23:47 UTC 

[PATCH 2/5] efivarfs: efivarfs_create() ensure we drop our reference on inode on error
 2012-10-16  9:16 UTC  (4+ messages)
        ` [PATCH 5/5] efivarfs: efivarfs_fill_super() ensure we clean up correctly "

H o w - T o - E a r n - M o n e y - o n - e B a y
 2012-10-15  8:53 UTC 

[PATCH 1/3] x86, mm: Include the entire kernel memory map in trampoline_pgd
 2012-10-15  7:22 UTC 

[PATCH] x86, boot: Explicitly include autoconf.h for hostprogs
 2012-10-12 10:19 UTC 

[PATCH] efivarfs: Implement exclusive access for {get,set}_variable
 2012-10-12  5:04 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).