summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/vars.c
AgeCommit message (Expand)Author
2023-01-26efi: efivars: prevent double registrationJohan Hovold
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold
2023-01-17efi: efivars: make efivar_supports_writes() return boolJohan Hovold
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold
2022-10-28efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel
2022-06-24efi: vars: Switch to new wrapper layerArd Biesheuvel
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel
2022-06-24efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel
2022-02-28efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn
2021-03-17efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesefi-core-2020-10-12Ingo Molnar
2020-09-29efi: pstore: move workqueue handling out of efivarsArd Biesheuvel
2020-09-25efi: Delete deprecated parameter commentsTian Tao
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-03-08efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2018-11-30firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur
2016-05-07efi: Merge boolean flag argumentsJulia Lawall
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming
2016-04-22efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek
2016-02-22Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar
2016-02-16efi: Add pstore variables to the deletion whitelistMatt Fleming
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones
2016-02-10efi: Make our variable validation list include the guidPeter Jones
2016-02-10efi: Do variable name validation tests in utf8Peter Jones
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming
2014-10-03efi: Provide a non-blocking SetVariable() operationMatt Fleming
2014-10-03efi: Resolve some shadow warningsMark Rustad
2014-08-22firmware: Do not use WARN_ON(!spin_is_locked())Guenter Roeck
2014-04-17efivars: Stop passing a struct argument to efivar_validate()Matt Fleming
2013-11-28efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...Seiji Aguchi
2013-04-30efi: locking fix in efivar_entry_set_safe()Dan Carpenter
2013-04-30efi, pstore: Read data from variable store before memcpy()Matt Fleming
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming
2013-04-17efi: split efisubsystem from efivarsTom Gundersen