You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Johannes Weiner
8dad322f54
x86: use generic show_mem()
...
Remove arch-specific show_mem() in favor of the generic version.
This also removes the following redundant information display:
- pages in swapcache, printed by show_swap_cache_info()
- dirty pages, writeback pages, mapped pages, slab pages,
pagetable pages, printed by show_free_areas()
where show_mem() calls show_free_areas(), which calls
show_swap_cache_info().
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 years ago
..
Makefile
x86: lockless get_user_pages_fast()
17 years ago
discontig_32.c
mm: move bootmem descriptors definition to a single place
17 years ago
dump_pagetables.c
x86: add PTE_FLAGS_MASK
17 years ago
extable.c
…
fault.c
Merge branch 'auto-ftrace-next' into tracing/for-linus
17 years ago
gup.c
x86: support 1GB hugepages with get_user_pages_lockless()
17 years ago
highmem_32.c
…
hugetlbpage.c
x86: add hugepagesz option on 64-bit
17 years ago
init_32.c
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus
17 years ago
init_64.c
x86: use generic show_mem()
17 years ago
ioremap.c
access_process_vm device memory infrastructure
17 years ago
k8topology_64.c
x86: remove end_pfn in 64bit
17 years ago
kmmio.c
- fix mmioftrace + rcu merge interaction
17 years ago
memtest.c
x86: seperate memtest from init_64.c
17 years ago
mmap.c
x86: unify mmap_{32|64}.c
17 years ago
mmio-mod.c
…
numa_64.c
mm: move bootmem descriptors definition to a single place
17 years ago
pageattr-test.c
x86/cpa: use an undefined PTE bit for testing CPA
17 years ago
pageattr.c
Merge branch 'generic-ipi' into generic-ipi-for-linus
17 years ago
pat.c
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus
17 years ago
pf_in.c
…
pf_in.h
…
pgtable.c
x86: preallocate and prepopulate separately
17 years ago
pgtable_32.c
x86: use generic show_mem()
17 years ago
srat_32.c
ACPICA: Update DMAR and SRAT table definitions
17 years ago
srat_64.c
x86: reserve SLIT
17 years ago
testmmiotrace.c
…