aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/sgx/sgx.c
Commit message (Expand)AuthorAgeFilesLines
* vm_page: make iter_insert() publicDoug Moore2025-05-091-32/+30
* sgx: replace tailq pointers with iteratorsDoug Moore2025-04-191-10/+17
* sgx: Add a simple cdev_pg_path methodJohn Baldwin2025-03-271-0/+7
* Remove stray whitespaces from sys/amd64/Joshua Rogers2024-09-211-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sgx: Remove unused variable.John Baldwin2022-04-081-2/+0
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-8/+12
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-151-2/+2
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-2/+0
* Add a return value to vm_page_remove().Mark Johnston2019-06-261-1/+1
* Prevent loading SGX with incorrect EPC dataMarcin Wojtas2019-03-191-0/+6
* Fix module unload when SGX support is not present in CPU.Ruslan Bukin2017-08-181-3/+6
* Rename macro DEBUG to SGX_DEBUG.Ruslan Bukin2017-08-161-3/+3
* Add support for Intel Software Guard Extensions (Intel SGX).Ruslan Bukin2017-08-161-0/+1211