alistair23-linux/arch
Kirill A. Shutemov c164e038ee mm: fix huge zero page accounting in smaps report
As a small zero page, huge zero page should not be accounted in smaps
report as normal page.

For small pages we rely on vm_normal_page() to filter out zero page, but
vm_normal_page() is not designed to handle pmds.  We only get here due
hackish cast pmd to pte in smaps_pte_range() -- pte and pmd format is not
necessary compatible on each and every architecture.

Let's add separate codepath to handle pmds.  follow_trans_huge_pmd() will
detect huge zero page for us.

We would need pmd_dirty() helper to do this properly.  The patch adds it
to THP-enabled architectures which don't yet have one.

[akpm@linux-foundation.org: use do_div to fix 32-bit build]
Signed-off-by: "Kirill A. Shutemov" <kirill@shutemov.name>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Tested-by: Fengwei Yin <yfw.kernel@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-12-10 17:41:08 -08:00
..
alpha
arc asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
arm Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:01:01 -08:00
arm64 mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
avr32
blackfin
c6x
cris
frv
hexagon
ia64 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:34:43 -08:00
m32r
m68k asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
metag
microblaze asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
mips Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:34:43 -08:00
mn10300
nios2 nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOL 2014-12-08 12:56:14 +08:00
openrisc
parisc asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
powerpc mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
s390 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:34:43 -08:00
score
sh sh: off by one BUG_ON() in setup_bootmem_node() 2014-12-10 17:41:02 -08:00
sparc mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
tile Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:01:01 -08:00
um
unicore32
x86 mm: fix huge zero page accounting in smaps report 2014-12-10 17:41:08 -08:00
xtensa asm-generic: asm/io.h rewrite 2014-12-09 17:25:00 -08:00
.gitignore
Kconfig