summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efivars.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Make our variable validation list include the guidPeter Jones2016-03-241-2/+3
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-03-241-18/+10
* efivars: Add compatibility code for compat tasksMatt Fleming2014-04-171-26/+116
* efivars: Refactor sanity checking code into separate functionMatt Fleming2014-04-171-20/+32
* efivars: Stop passing a struct argument to efivar_validate()Matt Fleming2014-04-171-2/+4
* efivars: Check size of user objectMatt Fleming2014-04-171-0/+6
* efivars: Use local variables instead of a pointer dereferenceMatt Fleming2014-04-171-13/+35
* efi: Use NULL instead of 0 for pointerDaeseok Youn2014-03-041-1/+1
* efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...Seiji Aguchi2013-11-281-4/+8
* efivars: Mark local function as staticBojan Prtvar2013-09-051-1/+1
* efivars: check for EFI_RUNTIME_SERVICESMatt Fleming2013-07-111-0/+3
* efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuseSeiji Aguchi2013-05-131-5/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
* efi: remove "kfree(NULL)"Dan Carpenter2013-04-301-3/+1
* Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-1/+2
* efi: split efisubsystem from efivarsTom Gundersen2013-04-171-0/+617