]> git.baikalelectronics.ru Git - kernel.git/commit
doc/mm: New documentation for memory performance
authorKeith Busch <keith.busch@intel.com>
Mon, 11 Mar 2019 20:56:06 +0000 (14:56 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Apr 2019 16:41:21 +0000 (18:41 +0200)
commiteb8247215c44c9f12feab7bd0535a1b3726b3f17
tree34e78f8c966db4b748668a25428bdd42a25d0445
parente873307d794af2813e9168df74ec2d87441f9770
doc/mm: New documentation for memory performance

Platforms may provide system memory where some physical address ranges
perform differently than others, or is cached by the system on the
memory side.

Add documentation describing a high level overview of such systems and the
perforamnce and caching attributes the kernel provides for applications
wishing to query this information.

Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Tested-by: Brice Goglin <Brice.Goglin@inria.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/admin-guide/mm/numaperf.rst [new file with mode: 0644]