Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-08 | x86: l1tf bug flag definition | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-05-29 | x86: CPU bug flag for speculative store bypass attack | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-02-09 | x86: metldown and spectre bug flags | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-02-09 | Add Intel cpu_insecure bug workaround flag | Burt P | |
cpu_insecure = page table isolation is being used to work around a security vulnerability in Intel x86 CPUs. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-19 | x86 flag definition lookup changes | Burt P | |
* Avoid using GHashTable * Use single flag lookup table with bug: and pm: prefixes to avoid flag name collisions Signed-off-by: Burt P <pburt0@gmail.com> |