]> Git Repo - linux.git/commit
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
authorJérôme Glisse <[email protected]>
Tue, 14 May 2019 00:21:00 +0000 (17:21 -0700)
committerLinus Torvalds <[email protected]>
Tue, 14 May 2019 16:47:49 +0000 (09:47 -0700)
commitc6d23413f81bd69935afedaf1da9d55b03febf58
tree3afcc9ecb72d326b393aca737425cd5f71017b90
parentbf198b2b34bfd4bc9bd6abb33bf650b74329a2ac
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper

Helper to test if a range is updated to read only (it is still valid to
read from the range).  This is useful for device driver or anyone who wish
to optimize out update when they know that they already have the range map
read only.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jérôme Glisse <[email protected]>
Reviewed-by: Ralph Campbell <[email protected]>
Reviewed-by: Ira Weiny <[email protected]>
Cc: Christian König <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Peter Xu <[email protected]>
Cc: Felix Kuehling <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Ross Zwisler <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Radim Krcmar <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Christian Koenig <[email protected]>
Cc: John Hubbard <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mmu_notifier.h
mm/mmu_notifier.c
This page took 0.044485 seconds and 4 git commands to generate.