Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in virtual-memory

How to calculate page table size?

virtual virtual-memory

How to reliably measure available memory in Linux?

linux virtual-memory

When to do or not do INVLPG, MOV to CR3 to minimize TLB flushing

How to get a struct page from any address in the Linux kernel

How do x86 page tables work?

Physical or virtual addressing is used in processors x86/x86_64 for caching in the L1, L2 and L3?

How does kernel know, which pages in the virtual address space correspond to a swapped out physical page frame?

segmentation fault vs page fault

How is it possible to access memory of other processes?

What exactly do shadow page tables (for VMMs) do?

Can't understand Belady's anomaly

Difference between physical/logical/virtual memory address

Windows - Commit Size vs Virtual Size

Allocating copy on write memory within a process

c linux virtual-memory

Understanding Virtual Address, Virtual Memory and Paging

Does every process have its own page table?

How does multi-level page table save memory space?

Why does the stack address grow towards decreasing memory addresses?

Difference between sequential write and random write

A simple "Hello World" needs 10G virtual memory on a 64-bit machine vs 1G at 32-bit?