The patch titled Doc: vm/hugetlbpage update-2 has been removed from the -mm tree. Its filename is doc-vm-hugetlbpage-update-2.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Add new line of /proc/meminfo output. Explain the HugePage_ lines in /proc/meminfo (from Bill Irwin). Change KB to kB since the latter is what is used in the kernel. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/vm/hugetlbpage.txt | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletion(-) diff -puN Documentation/vm/hugetlbpage.txt~doc-vm-hugetlbpage-update-2 Documentation/vm/hugetlbpage.txt --- devel/Documentation/vm/hugetlbpage.txt~doc-vm-hugetlbpage-update-2 2006-04-18 22:20:01.000000000 -0700 +++ devel-akpm/Documentation/vm/hugetlbpage.txt 2006-04-18 22:20:01.000000000 -0700 @@ -32,7 +32,16 @@ The output of "cat /proc/meminfo" will h ..... HugePages_Total: xxx HugePages_Free: yyy -Hugepagesize: zzz KB +HugePages_Rsvd: www +Hugepagesize: zzz kB + +where: +HugePages_Total is the size of the pool of hugepages. +HugePages_Free is the number of hugepages in the pool that are not yet +allocated. +HugePages_Rsvd is short for "reserved," and is the number of hugepages +for which a commitment to allocate from the pool has been made, but no +allocation has yet been made. It's vaguely analogous to overcommit. /proc/filesystems should also show a filesystem of type "hugetlbfs" configured in the kernel. _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch config-exit-if-no-beginning-filename.patch git-mtd.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch softmac-uses-wiress-ext.patch bcm43-wireless-fix-printk-format-warnings.patch bcm43-fix-config-menu-alignment.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch tpm_infineon-section-fixup.patch acpi-identify-which-device-is-not-power-manageable.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