Relative Content

Tag Archive for multithreadingprocessmigration

Is it possible to identify pages dedicated to threads in the Linux kernel?

So I’m working on some process and thread migration code for a project I’m working on with a few others. What I want to do is for process migration we identify the pages for the virtual address space in the kernel and then live migrate them to another machine’s address space and pages. That seems straightforward.