]> Git Repo - linux.git/commit
mm: use updated pmdp_invalidate() interface to track dirty/accessed bits
authorKirill A. Shutemov <[email protected]>
Thu, 1 Feb 2018 00:18:20 +0000 (16:18 -0800)
committerLinus Torvalds <[email protected]>
Thu, 1 Feb 2018 01:18:38 +0000 (17:18 -0800)
commita3cf988fcb88301912f95ecf66913502bcb90200
tree5ce24c6466fd17b890e71bd158fbcbb3b3bcedcb
parentd52605d7cb306aaf86d0e6dede275dbf8a020072
mm: use updated pmdp_invalidate() interface to track dirty/accessed bits

Use the modifed pmdp_invalidate() that returns the previous value of pmd
to transfer dirty and accessed bits.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kirill A. Shutemov <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Aneesh Kumar K.V <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: David Daney <[email protected]>
Cc: David Miller <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/task_mmu.c
mm/huge_memory.c
This page took 0.085048 seconds and 4 git commands to generate.