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.
Hugh Dickins
2509ef26db
badpage: zap print_bad_pte on swap and file
...
Complete zap_pte_range()'s coverage of bad pagetable entries by calling
print_bad_pte() on a pte_file in a linear vma and on a bad swap entry.
That needs free_swap_and_cache() to tell it, which will also have shown
one of those "swap_free" errors (but with much less information).
Similar checks in fork's copy_one_pte()? No, that would be more noisy
than helpful: we'll see them when parent and child exec or exit.
Where do_nonlinear_fault() calls print_bad_pte(): omit !VM_CAN_NONLINEAR
case, that could only be a bug in sys_remap_file_pages(), not a bad pte.
VM_FAULT_OOM rather than VM_FAULT_SIGBUS? Well, okay, that is consistent
with what happens if do_swap_page() operates a bad swap entry; but don't
we have patches to be more careful about killing when VM_FAULT_OOM?
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 years ago
..
Kconfig
Unevictable LRU Infrastructure
17 years ago
Makefile
SLUB: failslab support
16 years ago
allocpercpu.c
mm/allocpercpu.c: make 4 functions static
17 years ago
backing-dev.c
mm: change dirty limit type specifiers to unsigned long
16 years ago
bootmem.c
misc: replace __FUNCTION__ with __func__
17 years ago
bounce.c
bounce: don't rely on a zeroed bio_vec list
16 years ago
dmapool.c
…
fadvise.c
Remove Andrew Morton's old email accounts
17 years ago
failslab.c
SLUB: failslab support
16 years ago
filemap.c
mm: write_cache_pages integrity fix
16 years ago
filemap_xip.c
mm: xip/ext2 fix block allocation race
17 years ago
fremap.c
mmap: handle mlocked pages during map, remap, unmap
17 years ago
highmem.c
x86, pat: avoid highmem cache attribute aliasing
17 years ago
hugetlb.c
hugetlb: fix sparse warnings
16 years ago
internal.h
badpage: vm_normal_page use print_bad_pte
16 years ago
maccess.c
…
madvise.c
madvise: update function comment of madvise_dontneed
17 years ago
memcontrol.c
mm: make mem_cgroup_resize_limit() static
16 years ago
memory.c
badpage: zap print_bad_pte on swap and file
16 years ago
memory_hotplug.c
mm: remove GFP_HIGHUSER_PAGECACHE
16 years ago
mempolicy.c
Merge branch 'master' into next
16 years ago
mempool.c
…
migrate.c
mm: add Set,ClearPageSwapCache stubs
16 years ago
mincore.c
…
mlock.c
x86, bts: memory accounting
16 years ago
mm_init.c
mm: mminit_loglevel cannot be __meminitdata anymore
17 years ago
mmap.c
mm: update my address
16 years ago
mmu_notifier.c
mmu-notifiers: core
17 years ago
mmzone.c
mm: mark the correct zone as full when scanning zonelists
17 years ago
mprotect.c
mm: cleanup: remove #ifdef CONFIG_MIGRATION
16 years ago
mremap.c
mm: update my address
16 years ago
msync.c
add a vfs_fsync helper
16 years ago
nommu.c
inode->i_op is never NULL
16 years ago
oom_kill.c
oom: print triggering task's cpuset and mems allowed
16 years ago
page-writeback.c
mm: add dirty_background_bytes and dirty_bytes sysctls
16 years ago
page_alloc.c
badpage: vm_normal_page use print_bad_pte
16 years ago
page_cgroup.c
mm: make init_section_page_cgroup() static
16 years ago
page_io.c
mm: try_to_free_swap replaces remove_exclusive_swap_page
16 years ago
page_isolation.c
memory hotplug: fix page_zone() calculation in test_pages_isolated()
16 years ago
pagewalk.c
…
pdflush.c
cpumask: convert mm/
16 years ago
prio_tree.c
…
quicklist.c
mm: size of quicklists shouldn't be proportional to the number of CPUs
17 years ago
readahead.c
vmscan: split LRU lists into anon & file sets
17 years ago
rmap.c
badpage: replace page_remove_rmap Eeek and BUG
16 years ago
shmem.c
mm: don't mark_page_accessed in shmem_fault
16 years ago
shmem_acl.c
[PATCH] sanitize ->permission() prototype
17 years ago
slab.c
cpumask: convert mm/
16 years ago
slob.c
slob: do not pass the SLAB flags as GFP in kmem_cache_create()
16 years ago
slub.c
cpumask: convert mm/
16 years ago
sparse-vmemmap.c
vmemmap: warn about page_structs with remote distance
16 years ago
sparse.c
meminit section warnings
16 years ago
swap.c
mm: try_to_free_swap replaces remove_exclusive_swap_page
16 years ago
swap_state.c
mm: remove gfp_mask from add_to_swap
16 years ago
swapfile.c
badpage: zap print_bad_pte on swap and file
16 years ago
thrash.c
…
tiny-shmem.c
Export tiny shmem_file_setup for DRM-GEM
17 years ago
truncate.c
mmap: handle mlocked pages during map, remap, unmap
17 years ago
util.c
mm: Make generic weak get_user_pages_fast and EXPORT_GPL it
17 years ago
vmalloc.c
mm: vmalloc make lazy unmapping configurable
16 years ago
vmscan.c
mm: kill zone_is_near_oom()
16 years ago
vmstat.c
cpumask: convert mm/
16 years ago