Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm: pgtable: Fix grammar error

Fix "due high contention" to "due to high contention".

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250204093326.206007-1-richard120310@gmail.com

authored by

I Hsin Cheng and committed by
Jonathan Corbet
a9fe4f04 2014c95a

+1 -1
+1 -1
Documentation/mm/split_page_table_lock.rst
··· 4 4 5 5 Originally, mm->page_table_lock spinlock protected all page tables of the 6 6 mm_struct. But this approach leads to poor page fault scalability of 7 - multi-threaded applications due high contention on the lock. To improve 7 + multi-threaded applications due to high contention on the lock. To improve 8 8 scalability, split page table lock was introduced. 9 9 10 10 With split page table lock we have separate per-table lock to serialize