aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/sgx
Commit message (Expand)AuthorAgeFilesLines
* sgx: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2025-10-201-10/+1
* 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
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* sgx: Remove unused variable.John Baldwin2022-04-081-2/+0
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+2
* 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 refcount leaks in the SGX Linux compat ioctl handler.Mark Johnston2019-02-171-13/+9
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* 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-164-0/+1491