OSDN Git Service

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)
commit13bac55ef7aef8ecb67ff3005d24b05a464d28ea
tree34e78f8c966db4b748668a25428bdd42a25d0445
parentd9e8844c7d8165d97848950ae6bf66b2be86ef06
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]