summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efivars.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-57/+1Star
* compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4Star
* efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-091-4/+18
* efi: Merge boolean flag argumentsJulia Lawall2016-05-071-3/+2Star
* drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-03-221-1/+1
* Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-221-21/+14Star
|\
| * efi: Make our variable validation list include the guidPeter Jones2016-02-101-2/+3
| * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-19/+11Star
* | efivars: Use to_efivar_entryGeliang Tang2016-02-031-1/+1
|/
* efi: efivar_create_sysfs_entry() should return negative error codesDan Carpenter2015-04-301-5/+6
* efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-081-3/+3
* efi: Autoload efivarsLee, Chun-Yi2014-07-181-0/+1
* 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/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-0/+1
* efi: remove "kfree(NULL)"Dan Carpenter2013-04-301-3/+1Star
* Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-1/+2
* efi: split efisubsystem from efivarsTom Gundersen2013-04-171-0/+617