index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virt
/
nitro_enclaves
/
ne_misc_dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-5
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-13
/
+12
2022-07-11
nitro_enclaves: test: Use kunit_test_suite() macro
David Gow
1
-27
/
+0
2022-01-03
Merge 5.16-rc8 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+3
2021-12-21
nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert
Andra Paraschiv
1
-2
/
+3
2021-11-17
nitro_enclaves: Add KUnit tests setup for the misc device functionality
Longpeng
1
-0
/
+31
2021-11-17
nitro_enclaves: Sanity check physical memory regions during merging
Longpeng
1
-25
/
+52
2021-11-17
nitro_enclaves: Merge contiguous physical memory regions
Longpeng
1
-28
/
+56
2021-09-14
nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
Andra Paraschiv
1
-8
/
+9
2021-04-29
nitro_enclaves: Fix stale file descriptors on failed usercopy
Mathias Krause
1
-26
/
+17
2020-11-09
nitro_enclaves: Fixup type and simplify logic of the poll mask setup
Andra Paraschiv
1
-4
/
+2
2020-09-22
nitro_enclaves: Add logic for terminating an enclave
Andra Paraschiv
1
-0
/
+166
2020-09-22
nitro_enclaves: Add logic for starting an enclave
Andra Paraschiv
1
-0
/
+157
2020-09-22
nitro_enclaves: Add logic for setting an enclave memory region
Andra Paraschiv
1
-0
/
+317
2020-09-22
nitro_enclaves: Add logic for getting the enclave image load info
Andra Paraschiv
1
-0
/
+36
2020-09-22
nitro_enclaves: Add logic for setting an enclave vCPU
Andra Paraschiv
1
-0
/
+695
2020-09-22
nitro_enclaves: Add logic for creating an enclave VM
Andra Paraschiv
1
-0
/
+223
2020-09-22
nitro_enclaves: Init misc device providing the ioctl interface
Andra Paraschiv
1
-0
/
+139