aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efivars.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel1-660/+0
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel1-6/+2
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel1-8/+4
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel1-4/+1
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2020-09-29efi: efivars: limit availability to X86 buildsArd Biesheuvel1-1/+0
2020-09-29efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel1-2/+1
2020-09-29efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel1-40/+1
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-4/+1
2020-05-22efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-9/+23
2020-03-08efi: Add a sanity check to efivar_store_raw()Vladis Dronov1-0/+3
2020-03-08efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov1-9/+20
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel1-1/+1
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-57/+1
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-12/+4
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur1-4/+18
2016-05-07efi: Merge boolean flag argumentsJulia Lawall1-3/+2
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat callersAndy Lutomirski1-1/+1
2016-02-22Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar1-21/+14
2016-02-10efi: Make our variable validation list include the guidPeter Jones1-2/+3
2016-02-10efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-19/+11
2016-02-03efivars: Use to_efivar_entryGeliang Tang1-1/+1
2015-04-30efi: efivar_create_sysfs_entry() should return negative error codesDan Carpenter1-5/+6
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-3/+3
2014-07-18efi: Autoload efivarsLee, Chun-Yi1-0/+1
2014-04-17efivars: Add compatibility code for compat tasksMatt Fleming1-26/+116
2014-04-17efivars: Refactor sanity checking code into separate functionMatt Fleming1-20/+32
2014-04-17efivars: Stop passing a struct argument to efivar_validate()Matt Fleming1-2/+4
2014-04-17efivars: Check size of user objectMatt Fleming1-0/+6
2014-04-17efivars: Use local variables instead of a pointer dereferenceMatt Fleming1-13/+35
2014-03-04efi: Use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2013-11-28efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is completedSeiji Aguchi1-4/+8
2013-09-05efivars: Mark local function as staticBojan Prtvar1-1/+1
2013-07-11efivars: check for EFI_RUNTIME_SERVICESMatt Fleming1-0/+3
2013-05-13efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuseSeiji Aguchi1-5/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-04-30efi: remove "kfree(NULL)"Dan Carpenter1-3/+1
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-1/+2
2013-04-17efi: split efisubsystem from efivarsTom Gundersen1-0/+617