summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/test
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-05-21efi/efi_test: Fix missing pending status update in getwakeuptimeIvan Hu-0/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2020-12-09efi/efi_test: read RuntimeServicesSupportedHeinrich Schuchardt-0/+19
2020-05-29efi_test: get rid of pointless access_ok()Al Viro-12/+0
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas-0/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel-1/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-4/+4
2018-09-26efi/efi_test: add exporting ResetSystem runtime serviceIvan Hu-0/+37
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Dan Carpenter-0/+3
2017-06-05efi/efi_test: Use memdup_user() helperGeliang Tang-8/+3
2016-10-18efi/efi_test: Use memdup_user() as a cleanupIvan Hu-7/+3
2016-10-18efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu-1/+1
2016-10-18efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu-1/+1
2016-10-18efi: Remove unused include of <linux/version.h>Wei Yongjun-1/+0
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu-0/+860