summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efivars.c
Commit message (Expand)AuthorAgeFilesLines
* efi: efivars: limit availability to X86 buildsArd Biesheuvel2020-09-291-1/+0
* efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel2020-09-291-2/+1
* efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel2020-09-291-40/+1
* efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-091-4/+1
* efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel2020-05-221-1/+3
* Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-9/+23
|\
| * efi: Add a sanity check to efivar_store_raw()Vladis Dronov2020-03-081-0/+3
| * efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov2020-03-081-9/+20
* | efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-231-1/+1
|/
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-57/+1
* compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4
* efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-091-4/+18
* efi: Merge boolean flag argumentsJulia Lawall2016-05-071-3/+2
* 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/+14
|\
| * 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/+11
* | 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-071-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/+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