index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efivars.c
Age
Commit message (
Expand
)
Author
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-11-01
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
2016-05-07
efi: Merge boolean flag arguments
Julia Lawall
2016-03-22
drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...
Andy Lutomirski
2016-02-22
Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes
Ingo Molnar
2016-02-10
efi: Make our variable validation list include the guid
Peter Jones
2016-02-10
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
2016-02-03
efivars: Use to_efivar_entry
Geliang Tang
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