summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c
AgeCommit message (Expand)AuthorLines
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-3/+3
2008-01-24Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman-3/+3
2008-01-24kobject: convert efivars to use kobject_createGreg Kroah-Hartman-10/+8
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman-1/+1
2008-01-24kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman-12/+10
2008-01-24kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman-10/+9
2008-01-24kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman-21/+14
2008-01-24efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman-28/+23
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-4/+5
2007-10-12Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman-2/+2
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-3/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-6/+6
2007-01-26[PATCH] Fix race in efi variable delete codeMatt Domsch-17/+12
2006-10-11[PATCH] firmware/efivars: handle errorJeff Garzik-1/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas-14/+14
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap-1/+1
2005-11-07[PATCH] drivers/firmware: kmalloc + memset -> kzalloc conversionDeepak Saxena-7/+3
2005-06-25[PATCH] kfree cleanups for drivers/firmware/Jesper Juhl-3/+4
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+781