summaryrefslogtreecommitdiff
path: root/sys/amd64/sgx
AgeCommit message (Expand)Author
2025-10-20sgx: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-05-08vm_page: make iter_insert() publicDoug Moore
2025-04-19sgx: replace tailq pointers with iteratorsDoug Moore
2025-03-27sgx: Add a simple cdev_pg_path methodJohn Baldwin
2024-09-21Remove stray whitespaces from sys/amd64/Joshua Rogers
2024-04-15Reduce reliance on sys/sysproto.h pollutionBrooks Davis
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-04-07sgx: Remove unused variable.John Baldwin
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-09-01amd64: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-02Fix a few places that free a page from an object without busy held. This isJeff Roberson
2019-10-15(4/6) Protect page valid with the busy lock.Jeff Roberson
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2019-06-26Add a return value to vm_page_remove().Mark Johnston
2019-03-19Prevent loading SGX with incorrect EPC dataMarcin Wojtas
2019-02-17Fix refcount leaks in the SGX Linux compat ioctl handler.Mark Johnston
2018-03-20Rename assym.s to assym.incEd Maste
2017-08-18Fix module unload when SGX support is not present in CPU.Ruslan Bukin
2017-08-16Rename macro DEBUG to SGX_DEBUG.Ruslan Bukin
2017-08-16Add support for Intel Software Guard Extensions (Intel SGX).Ruslan Bukin