diff options
author | Moussa A. Ba <moussa.a.ba@gmail.com> | 2009-09-21 17:02:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 07:17:33 -0700 |
commit | 398499d5f3613c47f2143b8c54a04efb5d7a6da9 (patch) | |
tree | 0b337ca1d0e20caa2295c159d5c0deadf362e4a0 /Documentation/thermal | |
parent | 7103ad323b1ae32bedc3267402117e2f8b45e48d (diff) | |
download | kernel-crypto-398499d5f3613c47f2143b8c54a04efb5d7a6da9.tar.gz kernel-crypto-398499d5f3613c47f2143b8c54a04efb5d7a6da9.tar.xz kernel-crypto-398499d5f3613c47f2143b8c54a04efb5d7a6da9.zip |
pagemap clear_refs: modify to specify anon or mapped vma clearing
The patch makes the clear_refs more versatile in adding the option to
select anonymous pages or file backed pages for clearing. This addition
has a measurable impact on user space application performance as it
decreases the number of pagewalks in scenarios where one is only
interested in a specific type of page (anonymous or file mapped).
The patch adds anonymous and file backed filters to the clear_refs interface.
echo 1 > /proc/PID/clear_refs resets the bits on all pages
echo 2 > /proc/PID/clear_refs resets the bits on anonymous pages only
echo 3 > /proc/PID/clear_refs resets the bits on file backed pages only
Any other value is ignored
Signed-off-by: Moussa A. Ba <moussa.a.ba@gmail.com>
Signed-off-by: Jared E. Hulbert <jaredeh@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/thermal')
0 files changed, 0 insertions, 0 deletions