summaryrefslogtreecommitdiff
path: root/drivers/firmware/efivars.c
AgeCommit message (Expand)Author
2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck
2011-07-22efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison
2011-07-22efivars: Use string functions in pstore_writeMike Waychison
2011-07-22efivars: introduce utf16_strncmpMike Waychison
2011-07-22efivars: String functionsMike Waychison
2011-07-22efi: Add support for using efivars as a pstore backendMatthew Garrett
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-06efivars: prevent oops on unload when efi is not enabledRandy Dunlap
2011-04-19efivars: handle errors from register_efivars()Dan Carpenter
2011-04-19efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter
2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison
2011-03-14efivars: Parameterize operations.Mike Waychison
2011-03-14efivars: Split out variable registrationMike Waychison
2011-03-14efivars: parameterize efivarsMike Waychison
2011-03-14efivars: Make efivars bin_attributes dynamicMike Waychison
2011-03-14efivars: move efivars globals into struct efivarsMike Waychison
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman
2008-01-24kobject: convert efivars to use kobject_createGreg Kroah-Hartman
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman
2008-01-24kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman
2008-01-24kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman
2008-01-24kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman
2008-01-24efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-01-26[PATCH] Fix race in efi variable delete codeMatt Domsch
2006-10-11[PATCH] firmware/efivars: handle errorJeff Garzik
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2005-11-07[PATCH] drivers/firmware: kmalloc + memset -> kzalloc conversionDeepak Saxena
2005-06-25[PATCH] kfree cleanups for drivers/firmware/Jesper Juhl
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds