On 05/24/2017 10:20 AM, Jérôme Glisse wrote:
This add documentation for HMM (Heterogeneous Memory Management). It presents the motivation behind it, the features necessary for it to be useful and and gives an overview of how this is implemented. Signed-off-by: Jérôme Glisse <jglisse@xxxxxxxxxx> --- Documentation/vm/hmm.txt | 362 +++++++++++++++++++++++++++++++++++++++++++++++ MAINTAINERS | 7 + 2 files changed, 369 insertions(+) create mode 100644 Documentation/vm/hmm.txt diff --git a/Documentation/vm/hmm.txt b/Documentation/vm/hmm.txt new file mode 100644 index 0000000..a18ffc0 --- /dev/null +++ b/Documentation/vm/hmm.txt @@ -0,0 +1,362 @@ +Heterogeneous Memory Management (HMM) +
Some months ago, I made a rash promise to give this document some editing love. I am still willing to do that if anyone sees the need, but I put it on the back burner because I suspect that the document is already good enough. This is based on not seeing any "I am having trouble understanding HMM" complaints.
If that's not the case, please speak up. Otherwise, I'm assuming that all is well in the HMM Documentation department.
thanks, -- John Hubbard NVIDIA -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href