aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06efivars: prevent oops on unload when efi is not enabledRandy Dunlap1-2/+4
2011-04-19efivars: handle errors from register_efivars()Dan Carpenter1-2/+9
2011-04-19efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter1-2/+2
2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison1-27/+7
2011-03-14efivars: Parameterize operations.Mike Waychison1-24/+37
2011-03-14efivars: Split out variable registrationMike Waychison1-55/+67
2011-03-14efivars: parameterize efivarsMike Waychison1-18/+31
2011-03-14efivars: Make efivars bin_attributes dynamicMike Waychison1-25/+68
2011-03-14efivars: move efivars globals into struct efivarsMike Waychison1-40/+46
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman1-3/+3
2008-01-24kobject: convert efivars to use kobject_createGreg Kroah-Hartman1-10/+8
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman1-12/+10
2008-01-24kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman1-10/+9
2008-01-24kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman1-21/+14
2008-01-24efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman1-28/+23
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+5
2007-10-12Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman1-2/+2
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-3/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-01-26[PATCH] Fix race in efi variable delete codeMatt Domsch1-17/+12
2006-10-11[PATCH] firmware/efivars: handle errorJeff Garzik1-1/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas1-14/+14
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+1
2005-11-07[PATCH] drivers/firmware: kmalloc + memset -> kzalloc conversionDeepak Saxena1-7/+3
2005-06-25[PATCH] kfree cleanups for drivers/firmware/Jesper Juhl1-3/+4
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+781