index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efivars.c
Age
Commit message (
Expand
)
Author
2020-06-20
efi/efivars: Add missing kobject_put() in sysfs entry creation error path
Ard Biesheuvel
2020-03-20
efi: Add a sanity check to efivar_store_raw()
Vladis Dronov
2020-03-20
efi: Fix a race and a buffer overflow while reading efivars via sysfs
Vladis Dronov
2016-03-03
efi: Make our variable validation list include the guid
Peter Jones
2016-03-03
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
2015-04-30
efi: efivar_create_sysfs_entry() should return negative error codes
Dan Carpenter
2015-01-07
efi: Rename efi_guid_unparse to efi_guid_to_str
Borislav Petkov
2014-07-18
efi: Autoload efivars
Lee, Chun-Yi
2014-04-17
efivars: Add compatibility code for compat tasks
Matt Fleming
2014-04-17
efivars: Refactor sanity checking code into separate function
Matt Fleming
2014-04-17
efivars: Stop passing a struct argument to efivar_validate()
Matt Fleming
2014-04-17
efivars: Check size of user object
Matt Fleming
2014-04-17
efivars: Use local variables instead of a pointer dereference
Matt Fleming
2014-03-04
efi: Use NULL instead of 0 for pointer
Daeseok Youn
2013-11-28
efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...
Seiji Aguchi
2013-09-05
efivars: Mark local function as static
Bojan Prtvar
2013-07-11
efivars: check for EFI_RUNTIME_SERVICES
Matt Fleming
2013-05-13
efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuse
Seiji Aguchi
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
efi: remove "kfree(NULL)"
Dan Carpenter
2013-04-30
Merge tag 'v3.9' into efi-for-tip2
Matt Fleming
2013-04-17
efi: split efisubsystem from efivars
Tom Gundersen