More info added to Debug.md authored by Opt Out's avatar Opt Out
......@@ -21,8 +21,7 @@
- `tsx_async_abort=full` - Enable TAA mitigation on vulnerable CPUs if TSX is enabled.
- `l1tf=flush` - Leaves SMT enabled and enables the default hypervisor mitigation, i.e. conditional L1D flushing.
- `mds=full` - Enables Micro-architectural Data Sampling (MDS) mitigation on vulnerable CPUs
- `nosmt=force` - Disable symmetric multithreading (SMT). Do note that this parameter can lead to performance issues.
- Note: At this time, nosmt boot parameter has been removed due to halving of computer cores. Performance tradeoff has been determined undesirable.
- `mitigations=auto,nosmt` - Disable symmetric multithreading (SMT). Do note that this parameter can lead to performance issues, but it will only disable SMT when the CPU is known to be vulnerable. Unimpacted CPU's will still run with the full amount of system cores.
- FDE Custom LUKS Encryption (AES256XTS+Argon2id KDF)
- Cipher primitives
- AES256-XTS
......
......