linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[patch][rfc] acpi: do not use kmem caches
 2008-12-01 16:20 UTC  (12+ messages)

[RFC] another crazy idea to get rid of mmap_sem in faults
 2008-12-01 15:33 UTC  (10+ messages)

[PATCH 00/11] memcg: split-lru feature for memcg take2
 2008-12-01 14:52 UTC  (14+ messages)
` [PATCH 01/11] inactive_anon_is_low() move to vmscan.c
` [PATCH 02/11] introduce zone_reclaim struct
` [PATCH 03/11] make zone_nr_pages() helper function
` [PATCH 04/11] make get_scan_ratio() to memcg safe
` [PATCH 05/11] memcg: add null check to page_cgroup_zoneinfo()
` [PATCH 06/11] memcg: make inactive_anon_is_low()
` [PATCH 07/11] memcg: make mem_cgroup_zone_nr_pages()
` [PATCH 08/11] memcg: make zone_reclaim_stat
` [PATCH 09/11] memcg: remove mem_cgroup_calc_reclaim()
` [PATCH 10/11] memcg: show inactive_ratio
` [PATCH 11/11] memcg: show reclaim_stat

[PATCH 0/8] badpage: more resilient bad page pte and rmap
 2008-12-01 14:49 UTC  (12+ messages)
` [PATCH 1/8] badpage: simplify page_alloc flag check+clear
` [PATCH 2/8] badpage: keep any bad page out of circulation
` [PATCH 3/8] badpage: replace page_remove_rmap Eeek and BUG
` [PATCH 4/8] badpage: vm_normal_page use print_bad_pte
` [PATCH 5/8] badpage: zap print_bad_pte on swap and file
` [PATCH 6/8] badpage: remove vma from page_remove_rmap
` [PATCH 7/8] badpage: ratelimit print_bad_pte and bad_page
` [PATCH 8/8] badpage: KERN_ALERT BUG instead of KERN_EMERG

[PATCH] vmscan: bail out of page reclaim after swap_cluster_max pages
 2008-12-01 13:40 UTC  (11+ messages)
` [rfc] vmscan: serialize aggressive reclaimers

[RFC v1][PATCH]page_fault retry with NOPAGE_RETRY
 2008-12-01 11:45 UTC  (37+ messages)

[patch][rfc] fs: shrink struct dentry
 2008-12-01 11:26 UTC  (3+ messages)

[PATCH 0/4] memcg: unified easy patch series for mmotm-Nov30
 2008-12-01 10:07 UTC  (5+ messages)
` [PATCH 1/4] memcg: remove unused logic in mem_cgroup_move_task()
` [PATCH 2/4] memcg: fix limit check for mem+swap controller
` [PATCH 3/4] memcg: explaing memcg's gfp_mask behavior in explicit way
` [PATCH 4/4] memcg: rename scan_global_lru macro

Swappiness fix?
 2008-12-01  9:44 UTC 

[PATCH 0/3] cgroup id and scanning without cgroup_lock
 2008-12-01  7:52 UTC  (6+ messages)
` [PATCH 1/3] cgroup: fix pre_destroy and semantics of css->refcnt
` [PATCH 2/3] cgroup: cgroup ID and scanning under RCU
` [PATCH 3/3] memcg: change hierarhcy managenemt to use scan by cgroup ID

[patch 1/2] mm: pagecache allocation gfp fixes
 2008-12-01  7:39 UTC  (16+ messages)
` [patch 2/2] fs: symlink write_begin allocation context fix

[PATCH] Unused check for thread group leader in mem_cgroup_move_task
 2008-12-01  4:30 UTC  (4+ messages)

[patch v2] vmscan: protect zone rotation stats by lru lock
 2008-12-01  2:00 UTC 

[PATCH 00/09] memcg: split-lru feature for memcg
 2008-12-01  2:00 UTC  (23+ messages)
` [PATCH 01/09] inactive_anon_is_low() move to vmscan.c
` [PATCH 02/09] memcg: make inactive_anon_is_low()
` [PATCH 03/09] introduce zone_reclaim struct
` [PATCH 04/09] memcg: make zone_reclaim_stat
` [PATCH 05/09] make zone_nr_pages() helper function
` [PATCH 06/09] make get_scan_ratio() to memcg awareness
` [PATCH 07/09] memcg: remove mem_cgroup_calc_reclaim()
` [PATCH 08/09] memcg: show inactive_ratio
` [PATCH 09/09] memcg: show reclaim stat

[PATCH 0/9] swapfile: cleanups and solidstate mods
 2008-12-01  0:32 UTC  (6+ messages)
` [PATCH 6/9] swapfile: swapon use discard (trim)
  ` [PATCH 7/9] swapfile: swap allocation use discard
    ` [PATCH 10/9] swapfile: change discard pgoff_t to sector_t
  ` [PATCH 8/9] swapfile: swapon randomize if nonrot
    ` [PATCH 11/9] swapfile: let others seed random

vmscan: protect zone rotation stats by lru lock
 2008-12-01  0:01 UTC  (3+ messages)

[PATCH] mm: kill zone_is_near_oom()
 2008-11-30 11:14 UTC 

[PATCH/RFC] - support inheritance of mlocks across fork/exec
 2008-11-30  5:21 UTC  (4+ messages)

[PATCH] vmscan: skip freeing memory from zones with lots free
 2008-11-29 22:07 UTC  (16+ messages)

[PATCH] vmscan: bail out of direct reclaim after swap_cluster_max pages
 2008-11-29  7:24 UTC  (2+ messages)

[RFC][PATCH -mmotm 0/2] misc patches for memory cgroup hierarchy
 2008-11-28 18:18 UTC  (9+ messages)
` [RFC][PATCH -mmotm 1/2] take account of memsw
` [RFC][PATCH -mmotm 2/2] avoid oom

[PATCH 0/4] ksm - dynamic page sharing driver for linux v2
 2008-11-28 16:58 UTC  (7+ messages)
` [PATCH 1/4] Rmap: Add page_wrprotect() function
  ` [PATCH 2/4] Add replace_page(): change the page pte is pointing to
    ` [PATCH 3/4] add ksm kernel shared memory driver

[rfc] lockdep: check fs reclaim recursion
 2008-11-28 12:27 UTC  (4+ messages)

[RFC v10][PATCH 00/13] Kernel based checkpoint/restart
 2008-11-28 11:27 UTC  (9+ messages)
` [RFC v10][PATCH 02/13] Checkpoint/restart: initial documentation
` [RFC v10][PATCH 05/13] Dump memory address space
` [RFC v10][PATCH 08/13] Dump open file descriptors
` [RFC v10][PATCH 09/13] Restore open file descriprtors

[RESEND:PATCH] [ARM] clearpage: provide our own clear_user_highpage()
 2008-11-27 20:09 UTC  (9+ messages)

[PATCH] mm: reorder struct bio to remove padding on 64bit
 2008-11-27 12:03 UTC 

[PATCH] radix-tree: document wrap-around issue of radix_tree_next_hole()
 2008-11-27 11:39 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox