Linux - Explain the phases of swapping a page from the memory

Explain the phases of swapping a page from the memory.

The phases of swapping a page from the memory are:

The eligibility for swapping a page will found by the page stealer and the page number available in the list of pages will be swapped.

The page is copied by the kernel to a swap device and the valid bit available in the page table entry clearance is done. The pfdata reference count will be decremented and the pfdata table entry is placed at the end of the free list in case its reference count is 0.
Linux - What is Demand Paging? Explain the conditions for a machine to support Demand Paging.
What is Demand Paging? - The process of mapping a large address space into a relatively small amount........
Linux - Difference between Fault Handlers and the Interrupt handlers.
Difference between Fault Handlers and the Interrupt handlers - Fault handlers can sleep, where as interrupt handlers cannot........
Linux - What is validity fault? In what way the validity fault handler concludes?
What is validity fault? - Validity fault is the result of non setting of valid bits in main memory at the time of refererring a page by a process .........
Post your comment