index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
esrt.c
Age
Commit message (
Expand
)
Author
2023-06-06
efi/esrt: Allow ESRT access without CAP_SYS_ADMIN
Nicholas Bishop
2023-05-10
efi: make kobj_type structure constant
Thomas Weißschuh
2023-01-23
efi: Actually enable the ESRT under Xen
Demi Marie Obenour
2023-01-22
efi: memmap: Disregard bogus entries instead of returning them
Demi Marie Obenour
2022-01-06
efi: use default_groups in kobj_type
Greg Kroah-Hartman
2020-06-15
efi/esrt: Fix reference count leak in esre_create_sysfs_entry.
Qiushi Wu
2020-02-23
efi/esrt: Clean up efi_esrt_init
Heinrich Schuchardt
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-07-17
efi/esrt: Only call efi_mem_reserve() for boot services memory
Ard Biesheuvel
2018-07-16
efi: Drop type and attribute checks in efi_mem_desc_lookup()
Ard Biesheuvel
2018-03-12
efi/esrt: Fix handling of early ESRT table mapping
Ard Biesheuvel
2017-12-06
efi/esrt: Use memunmap() instead of kfree() to free the remapping
Pan Bian
2017-12-06
efi: Move some sysfs files to be read-only by root
Greg Kroah-Hartman
2017-08-21
firmware/efi/esrt: Constify attribute_group structures
Arvind Yadav
2017-03-17
efi/esrt: Cleanup bad memory map log messages
Daniel Drake
2017-02-01
efi/esrt: Fix typo in pr_err() message
Colin Ian King
2016-09-09
efi/esrt: Use memremap not ioremap to access ESRT table in memory
Ard Biesheuvel
2016-09-09
efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
Matt Fleming
2015-12-14
efi/esrt: Don't preformat name
Rasmus Villemoes
2015-10-12
drivers/firmware: Make efi/esrt.c driver explicitly non-modular
Paul Gortmaker
2015-04-30
efi/esrt: Fix some compiler warnings
Peter Jones
2015-04-30
efi: Add esrt support
Peter Jones