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
63d6c5ad7f
mm: remove try_to_munlock from vmscan
...
An unfortunate feature of the Unevictable LRU work was that reclaiming an
anonymous page involved an extra scan through the anon_vma: to check that
the page is evictable before allocating swap, because the swap could not
be freed reliably soon afterwards.
Now try_to_free_swap() has replaced remove_exclusive_swap_page(), that's
not an issue any more: remove try_to_munlock() call from
shrink_page_list(), leaving it to try_to_munmap() to discover if the page
is one to be culled to the unevictable list - in which case then
try_to_free_swap().
Update unevictable-lru.txt to remove comments on the try_to_munlock() in
shrink_page_list(), and shorten some lines over 80 columns.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Robin Holt <holt@sgi.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
mm: report the MMU pagesize in /proc/pid/smaps
16 years ago
internal.h
hugetlb: pull gigantic page initialisation out of the default path
16 years ago
maccess.c
…
madvise.c
madvise: update function comment of madvise_dontneed
17 years ago
memcontrol.c
memcg: fix page_cgroup allocation
17 years ago
memory.c
mm: try_to_free_swap replaces remove_exclusive_swap_page
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
mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem
16 years ago
page_cgroup.c
page_cgroup should ignore empty nodes
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
mm: further cleanup page_add_new_anon_rmap
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: try_to_free_swap replaces remove_exclusive_swap_page
16 years ago
swapfile.c
mm: try_to_unuse check removing right swap
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: remove try_to_munlock from vmscan
16 years ago
vmstat.c
cpumask: convert mm/
16 years ago