aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c
Commit message (Expand)AuthorAge
* efivarfs: Return an error if we fail to read a variableMatt Fleming2012-10-30
* efi: Clarify GUID length calculationsJeremy Kerr2012-10-30
* efivarfs: Implement exclusive access for {get,set}_variableJeremy Kerr2012-10-30
* efivarfs: efivarfs_fill_super() ensure we clean up correctly on errorAndy Whitcroft2012-10-30
* efivarfs: efivarfs_fill_super() ensure we free our temporary nameAndy Whitcroft2012-10-30
* efivarfs: efivarfs_fill_super() fix inode reference countsAndy Whitcroft2012-10-30
* efivarfs: efivarfs_create() ensure we drop our reference on inode on errorAndy Whitcroft2012-10-30
* efivarfs: efivarfs_file_read ensure we free data in error pathsAndy Whitcroft2012-10-30
* efi: add efivars kobject to efi sysfs folderLee, Chun-Yi2012-10-30
* efi: Handle deletions and size changes in efivarfs_write_fileJeremy Kerr2012-10-30
* efi: Add support for a UEFI variable filesystemMatthew Garrett2012-10-30
* firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz2012-09-10
* efivars: Improve variable validationMatthew Garrett2012-05-03
* efi: Validate UEFI boot variablesMatthew Garrett2012-04-30
* Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2012-01-06
|\
| * pstore: pass reason to backend write callbackKees Cook2011-11-17
* | efivars: add missing parameter to efi_pstore_read()Christoph Fritz2011-11-28
|/
* pstore: pass allocated memory region back to callerKees Cook2011-11-17
* pstore: make pstore write function return normal success/fail valueChen Gong2011-10-12
* pstore: change mutex locking to spin_locksDon Zickus2011-08-16
* efivars: fix warnings when CONFIG_PSTORE=nTony Luck2011-08-02
* efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison2011-07-22
* efivars: Use string functions in pstore_writeMike Waychison2011-07-22
* efivars: introduce utf16_strncmpMike Waychison2011-07-22
* efivars: String functionsMike Waychison2011-07-22
* efi: Add support for using efivars as a pstore backendMatthew Garrett2011-07-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-23
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
* | efivars: prevent oops on unload when efi is not enabledRandy Dunlap2011-05-06
* | efivars: handle errors from register_efivars()Dan Carpenter2011-04-19
* | efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter2011-04-19
|/
* efivars: Expose efivars functionality to external drivers.Mike Waychison2011-03-14
* efivars: Parameterize operations.Mike Waychison2011-03-14
* efivars: Split out variable registrationMike Waychison2011-03-14
* efivars: parameterize efivarsMike Waychison2011-03-14
* efivars: Make efivars bin_attributes dynamicMike Waychison2011-03-14
* efivars: move efivars globals into struct efivarsMike Waychison2011-03-14
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-24
* Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-24
* kobject: convert efivars to use kobject_createGreg Kroah-Hartman2008-01-24
* firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman2008-01-24
* kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman2008-01-24
* kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman2008-01-24
* kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman2008-01-24
* efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman2008-01-24
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-24
* Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman2007-10-12