[PATCH 07/30] x86, kaiser: mark per-cpu data structures required for entry/exit

2017-11-10 Thread Dave Hansen
These patches are based on work from a team at Graz University of Technology posted here: https://github.com/IAIK/KAISER The KAISER approach keeps two copies of the page tables: one for running in the kernel and one for running userspace. But, there are a few structures that are needed for

[PATCH 07/30] x86, kaiser: mark per-cpu data structures required for entry/exit

2017-11-10 Thread Dave Hansen
These patches are based on work from a team at Graz University of Technology posted here: https://github.com/IAIK/KAISER The KAISER approach keeps two copies of the page tables: one for running in the kernel and one for running userspace. But, there are a few structures that are needed for