summaryrefslogtreecommitdiff
path: root/drivers/virt/nitro_enclaves/ne_misc_dev.c
AgeCommit message (Expand)Author
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2022-07-11nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman
2021-12-21nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv
2021-11-17nitro_enclaves: Add KUnit tests setup for the misc device functionalityLongpeng
2021-11-17nitro_enclaves: Sanity check physical memory regions during mergingLongpeng
2021-11-17nitro_enclaves: Merge contiguous physical memory regionsLongpeng
2021-09-14nitro_enclaves: Add fixes for checkpatch match open parenthesis reportsAndra Paraschiv
2021-04-29nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause
2020-11-09nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv