Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many improvements over v1.4.0 (too long since last version update), mainly: * Stabilization fixes for custom interrupt handlers: avoid kernel panics by making sure the virtual address of the interrupt handler in the IDT is _always_ accessible, even when interrupting the kernel (KPTI address space) or after context switching to another process (via persistent shadow mapping in the kernel address space). Thanks @0xhilbert! * Experimental Gramine port. Thanks @aegis2501! * Support for Load Value Injection (LVI) attacks. * Support for sending inter-processor interrupts through the local APIC. * APIC precision microbenchmarks (AEX-Notify paper). * Improve documentation.
- Loading branch information