index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virt
/
nitro_enclaves
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: fix Kconfig for build-in tests USB4 and Nitro Enclaves
Nico Pache
2022-09-01
1
-1
/
+1
*
nitro_enclaves: test: Use kunit_test_suite() macro
David Gow
2022-07-11
3
-33
/
+4
*
Merge 5.16-rc8 into char-misc-next
Greg Kroah-Hartman
2022-01-03
1
-2
/
+3
|
\
|
*
nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert
Andra Paraschiv
2021-12-21
1
-2
/
+3
*
|
nitro_enclaves: Add KUnit tests for contiguous physical memory regions merging
Longpeng
2021-11-17
1
-0
/
+140
*
|
nitro_enclaves: Add KUnit tests setup for the misc device functionality
Longpeng
2021-11-17
3
-0
/
+57
*
|
nitro_enclaves: Sanity check physical memory regions during merging
Longpeng
2021-11-17
1
-25
/
+52
*
|
nitro_enclaves: Merge contiguous physical memory regions
Longpeng
2021-11-17
1
-28
/
+56
*
|
nitro_enclaves: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-11-17
1
-1
/
+0
|
/
*
nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
Andra Paraschiv
2021-09-14
1
-8
/
+9
*
nitro_enclaves: Update copyright statement to include 2021
Andra Paraschiv
2021-09-14
1
-1
/
+1
*
nitro_enclaves: Add fix for the kernel-doc report
Andra Paraschiv
2021-09-14
1
-2
/
+6
*
nitro_enclaves: Enable Arm64 support
Andra Paraschiv
2021-09-14
1
-6
/
+2
*
nitro_enclaves: Set Bus Master for the NE PCI device
Longpeng(Mike)
2021-06-24
1
-0
/
+2
*
nitro_enclaves: Fix stale file descriptors on failed usercopy
Mathias Krause
2021-04-29
1
-26
/
+17
*
nitro_enclaves: Fixup type and simplify logic of the poll mask setup
Andra Paraschiv
2020-11-09
1
-4
/
+2
*
nitro_enclaves: Add Makefile for the Nitro Enclaves driver
Andra Paraschiv
2020-09-22
1
-0
/
+9
*
nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
Andra Paraschiv
2020-09-22
1
-0
/
+20
*
nitro_enclaves: Add logic for terminating an enclave
Andra Paraschiv
2020-09-22
1
-0
/
+166
*
nitro_enclaves: Add logic for starting an enclave
Andra Paraschiv
2020-09-22
1
-0
/
+157
*
nitro_enclaves: Add logic for setting an enclave memory region
Andra Paraschiv
2020-09-22
1
-0
/
+317
*
nitro_enclaves: Add logic for getting the enclave image load info
Andra Paraschiv
2020-09-22
1
-0
/
+36
*
nitro_enclaves: Add logic for setting an enclave vCPU
Andra Paraschiv
2020-09-22
1
-0
/
+695
*
nitro_enclaves: Add logic for creating an enclave VM
Andra Paraschiv
2020-09-22
1
-0
/
+223
*
nitro_enclaves: Init misc device providing the ioctl interface
Andra Paraschiv
2020-09-22
2
-0
/
+153
*
nitro_enclaves: Handle out-of-band PCI device events
Andra Paraschiv
2020-09-22
1
-0
/
+118
*
nitro_enclaves: Handle PCI device command requests
Andra Paraschiv
2020-09-22
1
-0
/
+189
*
nitro_enclaves: Init PCI device driver
Andra Paraschiv
2020-09-22
1
-0
/
+304
*
nitro_enclaves: Define enclave info for internal bookkeeping
Andra Paraschiv
2020-09-22
1
-0
/
+109
*
nitro_enclaves: Define the PCI device interface
Andra Paraschiv
2020-09-22
1
-0
/
+327