aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17efi: split efisubsystem from efivarsTom Gundersen1-1794/+0
2013-04-17efivarfs: Move to fs/efivarfsMatt Fleming1-496/+0
2013-04-17efivars: Move pstore code into the new EFI directoryMatt Fleming1-265/+12
2013-04-17efivars: efivar_entry APIMatt Fleming1-721/+1098
2013-04-17efivars: Keep a private global pointer to efivarsMatt Fleming1-34/+46
2013-04-17efi: move utf16 string functions to efi.hMatt Fleming1-17/+0
2013-03-22efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings1-1/+1
2013-03-21efivars: Handle duplicate names from get_next_variable()Matt Fleming1-1/+47
2013-03-21efivars: explicitly calculate length of VariableNameMatt Fleming1-1/+31
2013-03-21efivars: Add module parameter to disable use as a pstore backendSeth Forshee1-1/+7
2013-03-21efivars: Allow disabling use as a pstore backendSeth Forshee1-44/+20
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2013-03-06efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming1-5/+15
2013-03-06efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming1-2/+2
2013-03-06efi: be more paranoid about available space when creating variablesMatthew Garrett1-27/+79
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+138
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-47/+133
2013-02-12efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi1-5/+80
2013-02-12efivars: Disable external interrupt while holding efivars->lockSeiji Aguchi1-42/+44
2013-02-12efivarfs: guid part of filenames are case-insensitiveMatt Fleming1-2/+93
2013-02-12efivarfs: Validate filenames much more aggressivelyMatt Fleming1-5/+44
2013-01-31efivarfs: Use sizeof() instead of magic numberMatt Fleming1-1/+1
2013-01-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-2/+2
2013-01-18efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming1-0/+1
2013-01-18efivarfs: Never return ENOENT from firmwareMatt Fleming1-1/+1
2013-01-18efivarfs: Drop link count of the right inodeLingzhu Xiang1-1/+1
2013-01-11efi_pstore: Avoid deadlock in non-blocking pathsSeiji Aguchi1-1/+10
2012-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+504
2012-11-26efi_pstore: Add a format check for an existing variable name at erasing timeSeiji Aguchi1-2/+18
2012-11-26efi_pstore: Add a format check for an existing variable name at reading timeSeiji Aguchi1-10/+28
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-9/+14
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi1-9/+8
2012-11-26efi_pstore: Remove a logic erasing entries from a write callback to hold mult...Seiji Aguchi1-37/+2
2012-11-26efi_pstore: Add a logic erasing entries to an erase callbackSeiji Aguchi1-1/+45
2012-11-26efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi1-0/+18
2012-11-15efivarfs: Make efivarfs_fill_super() staticMatt Fleming1-1/+1
2012-11-13efivarfs: Use query_variable_info() to limit kmalloc()Matt Fleming1-9/+34
2012-10-30efivarfs: Fix return value of efivarfs_file_write()Matt Fleming1-5/+8
2012-10-30efivarfs: Return a consistent error when efivarfs_get_inode() failsMatt Fleming1-1/+1
2012-10-30efivarfs: Make 'datasize' unsigned longMatt Fleming1-1/+1
2012-10-30efivarfs: Add unique magic numberMatt Fleming1-1/+1
2012-10-30efivarfs: Replace magic number with sizeof(attributes)Matt Fleming1-4/+4
2012-10-30efivarfs: Return an error if we fail to read a variableMatt Fleming1-26/+36
2012-10-30efi: Clarify GUID length calculationsJeremy Kerr1-8/+25
2012-10-30efivarfs: Implement exclusive access for {get,set}_variableJeremy Kerr1-25/+43
2012-10-30efivarfs: efivarfs_fill_super() ensure we clean up correctly on errorAndy Whitcroft1-2/+18
2012-10-30efivarfs: efivarfs_fill_super() ensure we free our temporary nameAndy Whitcroft1-0/+2
2012-10-30efivarfs: efivarfs_fill_super() fix inode reference countsAndy Whitcroft1-12/+4
2012-10-30efivarfs: efivarfs_create() ensure we drop our reference on inode on errorAndy Whitcroft1-5/+9
2012-10-30efivarfs: efivarfs_file_read ensure we free data in error pathsAndy Whitcroft1-3/+3
2012-10-30efi: add efivars kobject to efi sysfs folderLee, Chun-Yi1-0/+9
2012-10-30efi: Handle deletions and size changes in efivarfs_write_fileJeremy Kerr1-10/+39
2012-10-30efi: Add support for a UEFI variable filesystemMatthew Garrett1-6/+378
2012-09-10firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz1-3/+14
2012-05-03efivars: Improve variable validationMatthew Garrett1-16/+30
2012-04-30efi: Validate UEFI boot variablesMatthew Garrett1-0/+182
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-3/+5
2011-11-28efivars: add missing parameter to efi_pstore_read()Christoph Fritz1-1/+2
2011-11-17pstore: pass reason to backend write callbackKees Cook1-3/+5
2011-11-17pstore: pass allocated memory region back to callerKees Cook1-2/+7
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong1-8/+9
2011-08-16pstore: change mutex locking to spin_locksDon Zickus1-1/+1
2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck1-3/+3
2011-07-22efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison1-4/+8
2011-07-22efivars: Use string functions in pstore_writeMike Waychison1-12/+14
2011-07-22efivars: introduce utf16_strncmpMike Waychison1-0/+18
2011-07-22efivars: String functionsMike Waychison1-11/+19
2011-07-22efi: Add support for using efivars as a pstore backendMatthew Garrett1-2/+189
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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 imp...Tejun 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-rc2v2.6.12-rc2Linus Torvalds1-0/+781