]> git.corax.cc Git - corax/commit
Switch to the kernel page directory when entering the kernel (i.e. separate the kerne...
authorMatthias Kruk <m@m10k.eu>
Tue, 1 Oct 2019 06:42:37 +0000 (15:42 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 1 Oct 2019 06:42:37 +0000 (15:42 +0900)
commit145056ca16ba2e9fd9c38a2916ce620bc8bac86b
treec3e6c1a6046457a649bcf8774496b299ed8b6ee6
parentec6800cdf3e3b75d2866ff360a88ad4aad822512
Switch to the kernel page directory when entering the kernel (i.e. separate the kernel and user address spaces to avoid side-channel attacks on speculative execution in certain CPUs)
kernel/arch/entry.S
kernel/core/process.c