summaryrefslogtreecommitdiffstats
path: root/drivers/virt/nitro_enclaves
Commit message (Expand)AuthorAgeFilesLines
* kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache2022-09-011-1/+1
* nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow2022-07-113-33/+4
* Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-2/+3
|\
| * nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv2021-12-211-2/+3
* | nitro_enclaves: Add KUnit tests for contiguous physical memory regions mergingLongpeng2021-11-171-0/+140
* | nitro_enclaves: Add KUnit tests setup for the misc device functionalityLongpeng2021-11-173-0/+57
* | nitro_enclaves: Sanity check physical memory regions during mergingLongpeng2021-11-171-25/+52
* | nitro_enclaves: Merge contiguous physical memory regionsLongpeng2021-11-171-28/+56
* | nitro_enclaves: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-171-1/+0
|/
* nitro_enclaves: Add fixes for checkpatch match open parenthesis reportsAndra Paraschiv2021-09-141-8/+9
* nitro_enclaves: Update copyright statement to include 2021Andra Paraschiv2021-09-141-1/+1
* nitro_enclaves: Add fix for the kernel-doc reportAndra Paraschiv2021-09-141-2/+6
* nitro_enclaves: Enable Arm64 supportAndra Paraschiv2021-09-141-6/+2
* nitro_enclaves: Set Bus Master for the NE PCI deviceLongpeng(Mike)2021-06-241-0/+2
* nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause2021-04-291-26/+17
* nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv2020-11-091-4/+2
* nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv2020-09-221-0/+9
* nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv2020-09-221-0/+20
* nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv2020-09-221-0/+166
* nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv2020-09-221-0/+157
* nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv2020-09-221-0/+317
* nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv2020-09-221-0/+36
* nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv2020-09-221-0/+695
* nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv2020-09-221-0/+223
* nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv2020-09-222-0/+153
* nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv2020-09-221-0/+118
* nitro_enclaves: Handle PCI device command requestsAndra Paraschiv2020-09-221-0/+189
* nitro_enclaves: Init PCI device driverAndra Paraschiv2020-09-221-0/+304
* nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv2020-09-221-0/+109
* nitro_enclaves: Define the PCI device interfaceAndra Paraschiv2020-09-221-0/+327