]> git.ipfire.org Git - thirdparty/man-pages.git/commit
madvise.2: add documentation for MADV_COLLAPSE
authorZach O'Keefe <zokeefe@google.com>
Tue, 1 Nov 2022 15:03:23 +0000 (08:03 -0700)
committerAlejandro Colomar <alx@kernel.org>
Tue, 1 Nov 2022 15:45:16 +0000 (16:45 +0100)
commitb106cd5bf43fe806100bb5266b78f92bac90b6e0
tree7735818a971d823c6c9d8ed64c546e2dd10d54a9
parent6b8958016d3e6d5aab2ed0df86554396b146d584
madvise.2: add documentation for MADV_COLLAPSE

Linux 6.1 introduced MADV_COLLAPSE in upstream commit 7d8faaf15545
("mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse") and
upstream commit 34488399fa08 ("mm/madvise: add file and shmem support to
MADV_COLLAPSE").  Update the man-pages for madvise(2) and
process_madvise(2).

Link: https://lore.kernel.org/linux-mm/20220922224046.1143204-1-zokeefe@google.com/
Link: https://lore.kernel.org/linux-mm/20220706235936.2197195-1-zokeefe@google.com/
Signed-off-by: Zach O'Keefe <zokeefe@google.com>
[ alx: Change use of hyphens in 3-word compound adjective ]
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/madvise.2
man2/process_madvise.2