Possible it's related to the bug in Intel CPUs (meltdown) . Which kernel version did you update to? Your sysinfo shows 4.9.
I updated to 4.15 this time, but it's been happening for a while now with releases from 4.12 (earliest I could test) onward
I could try compiling the latest kernel without the PTI patches, but it's probably not needed since 4.9 already got them backported according to a vulnerability checker I ran
Edit: I meant 4.15
Did you mean 4.1.15?? It's kinda critical because the patches themselves are still moving targets. Depending on what version you have, you may be able to disable them from boot by passing "nopti" for example.
Don't know what vulnerability checker you ran but you can confirm this by
cat /proc/cmdline|grep pti and cat /sys/kernel/debug/x86/pti_enabled.
Sorry, I meant 4.15.
Currently I'm using 4.9 (since it doesn't have the performance regression) and it seems that the patch was backported to this version.
I used this to check for the vulnerability
https://github.com/speed47/spectre-meltdown-checker
Also, dmesg gives me this:
[ 0.000000] Kernel/User page tables isolation: enabled
And my /proc/config.gz has this set:
CONFIG_PAGE_TABLE_ISOLATION=y
Hello @astroty, are you still experiencing this issue with an up to date system? For all practical purposes, these security mitigations are here to stay.
These security mitigations were already present at the time of opening the issue, being backported to 4.9
Nowadays I found that using the Clear Linux kernel as currently present in the AUR gives me close to the same performance I had in 4.9 so I didn't look further on what changed on Manjaro's kernel that affected me so greatly.
I did some benchmarks when the 5.2 kernel dropped because I was curious on how things had evolved (and because I wanted to test compiling linux tkg from the Tk-Glitch repos) and these were the results

So yeah, since I don't know how to bisect these kernel changes and I've found a pretty comfortable solution right now, I wasn't really bothered by what happened
That makes it sound like there's a sub-optimal kernel config in Manjaro's stock kernel build, or possibly a gcc compiler change which was added around the same time as the security mitigations. Since we haven't heard anything productive in the last couple years, it's unlikely any more progress is going to happen here.
You may have better luck bringing this to the attention of your distro's package maintainers for their kernel, after confirming that this is still happening with a fully updated system.
Nothing extracted yet.
I was told to post this here too (https://github.com/ValveSoftware/Dota-2/issues/1371)
After upgrading the kernel version to any newer version, I consistently found to get way lower frames while playing dota (30~90 fps loss). To check if this was a more commonplace issue, I ran some benchmarks and found out there were games unaffected by this, like Unigine Heaven. Others suffered heavily from the same performance loss.
I am not sure how to do more tests to solve this issue, but I'm interested in helping.