The patch titled Subject: proc-show-madv_free-pages-info-in-smaps-fix has been removed from the -mm tree. Its filename was proc-show-madv_free-pages-info-in-smaps-fix.patch This patch was dropped because it was folded into proc-show-madv_free-pages-info-in-smaps.patch ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: proc-show-madv_free-pages-info-in-smaps-fix update Documentation/filesystems/proc.txt Cc: Shaohua Li <shli@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/filesystems/proc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN Documentation/filesystems/proc.txt~proc-show-madv_free-pages-info-in-smaps-fix Documentation/filesystems/proc.txt --- a/Documentation/filesystems/proc.txt~proc-show-madv_free-pages-info-in-smaps-fix +++ a/Documentation/filesystems/proc.txt @@ -444,7 +444,9 @@ a mapping associated with a file may con and a page is modified, the file page is replaced by a private anonymous copy. "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE). The memory isn't freed immediately with madvise(). It's freed in memory -pressure if the memory is clean. +pressure if the memory is clean. Please note that the printed value might +be lower than the real value due to optimizations used in the current +implementation. If this is not desirable please file a bug report. "AnonHugePages" shows the ammount of memory backed by transparent hugepage. "ShmemPmdMapped" shows the ammount of shared (shmem/tmpfs) memory backed by huge pages. _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are proc-show-madv_free-pages-info-in-smaps.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html