summaryrefslogtreecommitdiffstats
path: root/Documentation/x86/pat.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+0
| | | | | | | | ioremap has provided non-cached semantics by default since the Linux 2.6 days, so remove the additional ioremap_nocache interface. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
* Documentation: x86: convert pat.txt to reSTChangbin Du2019-05-081-0/+242
This converts the plain text documentation to reStructuredText format and add it to Sphinx TOC tree. No essential content change. Signed-off-by: Changbin Du <changbin.du@gmail.com> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>