aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/nitro_enclaves (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache1-1/+1
2022-07-11nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow3-33/+4
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman1-2/+3
2021-12-21nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv1-2/+3
2021-11-17nitro_enclaves: Add KUnit tests for contiguous physical memory regions mergingLongpeng1-0/+140
2021-11-17nitro_enclaves: Add KUnit tests setup for the misc device functionalityLongpeng3-0/+57
2021-11-17nitro_enclaves: Sanity check physical memory regions during mergingLongpeng1-25/+52
2021-11-17nitro_enclaves: Merge contiguous physical memory regionsLongpeng1-28/+56
2021-11-17nitro_enclaves: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-09-14nitro_enclaves: Add fixes for checkpatch match open parenthesis reportsAndra Paraschiv1-8/+9
2021-09-14nitro_enclaves: Update copyright statement to include 2021Andra Paraschiv1-1/+1
2021-09-14nitro_enclaves: Add fix for the kernel-doc reportAndra Paraschiv1-2/+6
2021-09-14nitro_enclaves: Enable Arm64 supportAndra Paraschiv1-6/+2
2021-06-24nitro_enclaves: Set Bus Master for the NE PCI deviceLongpeng(Mike)1-0/+2
2021-04-29nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause1-26/+17
2020-11-09nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv1-4/+2
2020-09-22nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv1-0/+9
2020-09-22nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv1-0/+20
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv1-0/+166
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv1-0/+157
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv1-0/+317
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv1-0/+36
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv1-0/+695
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv1-0/+223
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv2-0/+153
2020-09-22nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv1-0/+118
2020-09-22nitro_enclaves: Handle PCI device command requestsAndra Paraschiv1-0/+189
2020-09-22nitro_enclaves: Init PCI device driverAndra Paraschiv1-0/+304
2020-09-22nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv1-0/+109
2020-09-22nitro_enclaves: Define the PCI device interfaceAndra Paraschiv1-0/+327