summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c
Commit message (Expand)AuthorAgeFilesLines
...
* | efi_pstore: Add a format check for an existing variable name at reading timeSeiji Aguchi2012-11-261-10/+28
* | efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-261-9/+14
* | efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-261-9/+8
* | efi_pstore: Remove a logic erasing entries from a write callback to hold mult...Seiji Aguchi2012-11-261-37/+2
* | efi_pstore: Add a logic erasing entries to an erase callbackSeiji Aguchi2012-11-261-1/+45
* | efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi2012-11-261-0/+18
|/
* firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz2012-09-101-3/+14
* efivars: Improve variable validationMatthew Garrett2012-05-031-16/+30
* efi: Validate UEFI boot variablesMatthew Garrett2012-04-301-0/+182
* Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2012-01-061-3/+5
|\
| * pstore: pass reason to backend write callbackKees Cook2011-11-171-3/+5
* | efivars: add missing parameter to efi_pstore_read()Christoph Fritz2011-11-281-1/+2
|/
* pstore: pass allocated memory region back to callerKees Cook2011-11-171-2/+7
* pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-8/+9
* pstore: change mutex locking to spin_locksDon Zickus2011-08-161-1/+1
* efivars: fix warnings when CONFIG_PSTORE=nTony Luck2011-08-021-3/+3
* efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison2011-07-221-4/+8
* efivars: Use string functions in pstore_writeMike Waychison2011-07-221-12/+14
* efivars: introduce utf16_strncmpMike Waychison2011-07-221-0/+18
* efivars: String functionsMike Waychison2011-07-221-11/+19
* efi: Add support for using efivars as a pstore backendMatthew Garrett2011-07-221-2/+189
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | efivars: prevent oops on unload when efi is not enabledRandy Dunlap2011-05-061-2/+4
* | efivars: handle errors from register_efivars()Dan Carpenter2011-04-191-2/+9
* | efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter2011-04-191-2/+2
|/
* efivars: Expose efivars functionality to external drivers.Mike Waychison2011-03-141-27/+7
* efivars: Parameterize operations.Mike Waychison2011-03-141-24/+37
* efivars: Split out variable registrationMike Waychison2011-03-141-55/+67
* efivars: parameterize efivarsMike Waychison2011-03-141-18/+31
* efivars: Make efivars bin_attributes dynamicMike Waychison2011-03-141-25/+68
* efivars: move efivars globals into struct efivarsMike Waychison2011-03-141-40/+46
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-3/+3
* kobject: convert efivars to use kobject_createGreg Kroah-Hartman2008-01-241-10/+8
* firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman2008-01-241-12/+10
* kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman2008-01-241-10/+9
* kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman2008-01-241-21/+14
* efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman2008-01-241-28/+23
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+5
* Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman2007-10-121-2/+2
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-3/+3
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-6/+6
* [PATCH] Fix race in efi variable delete codeMatt Domsch2007-01-261-17/+12
* [PATCH] firmware/efivars: handle errorJeff Garzik2006-10-111-1/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
OpenPOWER on IntegriCloud