Linux 4.20 is Running Slower Than 4.19 On Intel CPUs (phoronix.com)
Freshly Exhumed writes: An intentional kernel change in Linux kernel 4.20 for enhanced Spectre mitigation is unfortunately causing Intel Linux performance to be much slower than with 4.19. That change is 'STIBP' (Single Thread Indirect Branch Predictors), which allows for preventing cross-hyperthread control of decisions that are made by indirect branch predictors. It affects Intel systems that have up-to-date microcode and CPU Hyper Threading enabled. Phoronix gives the evidence.
You *can* have both secure and faster... with AMD.
Add this to your kernel boot line:
pti=off spectre_v2=off l1tf=off nospec_store_bypass_disable no_stf_barrier
Yes Francis, the world has gone crazy.
You can disable it with a boot flag "spectre_v2=off nopti"