| Commit message (Expand) | Author | Age | Files | Lines |
* | efi: vars: Remove deprecated 'efivars' sysfs interface | Ard Biesheuvel | 2022-06-24 | 1 | -660/+0 |
* | efi: vars: Use locking version to iterate over efivars linked lists | Ard Biesheuvel | 2022-06-24 | 1 | -6/+2 |
* | efi: pstore: Omit efivars caching EFI varstore access layer | Ard Biesheuvel | 2022-06-24 | 1 | -8/+4 |
* | efi: vars: Don't drop lock in the middle of efivar_init() | Ard Biesheuvel | 2022-06-24 | 1 | -4/+1 |
* | efi: use default_groups in kobj_type | Greg Kroah-Hartman | 2022-01-06 | 1 | -1/+2 |
* | efi: efivars: limit availability to X86 builds | Ard Biesheuvel | 2020-09-29 | 1 | -1/+0 |
* | efi: efivars: un-export efivars_sysfs_init() | Ard Biesheuvel | 2020-09-29 | 1 | -2/+1 |
* | efi: pstore: disentangle from deprecated efivars module | Ard Biesheuvel | 2020-09-29 | 1 | -40/+1 |
* | efi/efivars: Expose RT service availability via efivars abstraction | Ard Biesheuvel | 2020-07-09 | 1 | -4/+1 |
* | efi/efivars: Add missing kobject_put() in sysfs entry creation error path | Ard Biesheuvel | 2020-05-22 | 1 | -1/+3 |
* | Merge branch 'efi/urgent' into efi/core, to pick up fixes | Ingo Molnar | 2020-03-08 | 1 | -9/+23 |
|\ |
|
| * | efi: Add a sanity check to efivar_store_raw() | Vladis Dronov | 2020-03-08 | 1 | -0/+3 |
| * | efi: Fix a race and a buffer overflow while reading efivars via sysfs | Vladis Dronov | 2020-03-08 | 1 | -9/+20 |
* | | efi: Use more granular check for availability for variable services | Ard Biesheuvel | 2020-02-23 | 1 | -1/+1 |
|/ |
|
* | efi: Replace GPL license boilerplate with SPDX headers | Ard Biesheuvel | 2019-02-04 | 1 | -57/+1 |
* | compat: Cleanup in_compat_syscall() callers | Dmitry Safonov | 2018-11-01 | 1 | -12/+4 |
* | efi: Don't use spinlocks for efi vars | Sylvain Chouleur | 2016-09-09 | 1 | -4/+18 |
* | efi: Merge boolean flag arguments | Julia Lawall | 2016-05-07 | 1 | -3/+2 |
* | drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c... | Andy Lutomirski | 2016-03-22 | 1 | -1/+1 |
* | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 2016-02-22 | 1 | -21/+14 |
|\ |
|
| * | efi: Make our variable validation list include the guid | Peter Jones | 2016-02-10 | 1 | -2/+3 |
| * | efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version | Peter Jones | 2016-02-10 | 1 | -19/+11 |
* | | efivars: Use to_efivar_entry | Geliang Tang | 2016-02-03 | 1 | -1/+1 |
|/ |
|
* | efi: efivar_create_sysfs_entry() should return negative error codes | Dan Carpenter | 2015-04-30 | 1 | -5/+6 |
* | efi: Rename efi_guid_unparse to efi_guid_to_str | Borislav Petkov | 2015-01-08 | 1 | -3/+3 |
* | efi: Autoload efivars | Lee, Chun-Yi | 2014-07-18 | 1 | -0/+1 |
* | efivars: Add compatibility code for compat tasks | Matt Fleming | 2014-04-17 | 1 | -26/+116 |
* | efivars: Refactor sanity checking code into separate function | Matt Fleming | 2014-04-17 | 1 | -20/+32 |
* | efivars: Stop passing a struct argument to efivar_validate() | Matt Fleming | 2014-04-17 | 1 | -2/+4 |
* | efivars: Check size of user object | Matt Fleming | 2014-04-17 | 1 | -0/+6 |
* | efivars: Use local variables instead of a pointer dereference | Matt Fleming | 2014-04-17 | 1 | -13/+35 |
* | efi: Use NULL instead of 0 for pointer | Daeseok Youn | 2014-03-04 | 1 | -1/+1 |
* | efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl... | Seiji Aguchi | 2013-11-28 | 1 | -4/+8 |
* | efivars: Mark local function as static | Bojan Prtvar | 2013-09-05 | 1 | -1/+1 |
* | efivars: check for EFI_RUNTIME_SERVICES | Matt Fleming | 2013-07-11 | 1 | -0/+3 |
* | efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuse | Seiji Aguchi | 2013-05-13 | 1 | -5/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -0/+1 |
* | efi: remove "kfree(NULL)" | Dan Carpenter | 2013-04-30 | 1 | -3/+1 |
* | Merge tag 'v3.9' into efi-for-tip2 | Matt Fleming | 2013-04-30 | 1 | -1/+2 |
* | efi: split efisubsystem from efivars | Tom Gundersen | 2013-04-17 | 1 | -0/+617 |