linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/8] mm: from gup to vmscan
 2008-11-24 13:49 UTC  (18+ messages)
` [PATCH 1/8] mm: gup persist for write permission
` [PATCH 2/8] mm: wp lock page before deciding cow
` [PATCH 3/8] mm: reuse_swap_page replaces can_share_swap_page
  ` [PATCH] memcg: memswap controller core swapcache fixes
` [PATCH 4/8] mm: try_to_free_swap replaces remove_exclusive_swap_page
` [PATCH 5/8] mm: try_to_unuse check removing right swap
` [PATCH 6/8] mm: remove try_to_munlock from vmscan
` [PATCH 7/8] mm: remove gfp_mask from add_to_swap
` [PATCH 8/8] mm: add add_to_swap stub

[PATCH 0/7] mm: cleanups
 2008-11-23 22:41 UTC  (23+ messages)
` [PATCH 1/7] mm: remove cgroup_mm_owner_callbacks
` [PATCH 2/7] mm: remove AOP_WRITEPAGE_ACTIVATE
` [PATCH 3/7] mm: remove GFP_HIGHUSER_PAGECACHE
` [PATCH 4/7] mm: add Set,ClearPageSwapCache stubs
` [PATCH 5/7] mm: replace some BUG_ONs by VM_BUG_ONs
` [PATCH 6/7] mm: add_active_or_unevictable into rmap
  ` [PATCH 8/7] mm: further cleanup page_add_new_anon_rmap
` [PATCH 7/7] mm: make page_lock_anon_vma static

[RFC v1][PATCH]page_fault retry with NOPAGE_RETRY
 2008-11-23 18:24 UTC  (4+ messages)

[PATCH] radix-tree: document wrap-around issue of radix_tree_next_hole()
 2008-11-23 10:51 UTC 

[PATCH 5/5] mm/page_alloc.c: Eliminate NULL test and memset after alloc_bootmem
 2008-11-23 10:49 UTC 

[BUGFIX][PATCH mmotm] memcg: fix for hierarchical reclaim
 2008-11-23  9:44 UTC  (5+ messages)
` [BUGFIX(resend)][PATCH "

[PATCH][V2] Make get_user_pages interruptible
 2008-11-22 20:07 UTC  (6+ messages)

[PATCH -mm] vmscan: bail out of page reclaim after swap_cluster_max pages
 2008-11-22 16:57 UTC  (15+ messages)

[PATCH 0/9] memcg updates (14/Nov/2008)
 2008-11-22  2:16 UTC  (21+ messages)
` [PATCH 1/9] memcg: memory hotpluf fix for notifier callback
` [PATCH 2/9] memcg : reduce size of mem_cgroup by using nr_cpu_ids
` [PATCH 3/9] memcg: new force_empty to free pages under group
` [PATCH 4/9] memcg: handle swap caches
` [PATCH 5/9] memcg : mem+swap controller Kconfig
` [PATCH 6/9] memcg : swap cgroup for remembering usage
` [PATCH 7/9] memcg : mem+swap controlelr core
    ` [PATCH 0/2] memcg: fix oom handling
      ` [PATCH 1/2] memcg: avoid unnecessary system-wide-oom-killer
      ` [PATCH 2/2] memcg: fix reclaim result checks
` [PATCH 8/9] memcg : synchronized LRU
` [PATCH 9/9] memcg : add mem_cgroup_disabled()

[PATCH][V3]Make get_user_pages interruptible
 2008-11-22  1:31 UTC 

Make the get_user_pages interruptible
 2008-11-22  0:06 UTC  (4+ messages)

linux memory mgmt system question
 2008-11-21 20:41 UTC  (5+ messages)

[PATCH mmotm] memcg: unmap KM_USER0 at shmem_map_and_free_swp if do_swap_account
 2008-11-21  9:42 UTC  (13+ messages)
          ` [PATCH mmotm] memcg: avoid using buggy kmap at swap_cgroup
                  ` [PATCH] memcg-swap-cgroup-for-remembering-usage-v2.patch

[PATCH] [ARM] clearpage: provide our own clear_user_highpage()
 2008-11-20 17:50 UTC 

[PATCH 0/4] ksm - dynamic page sharing driver for linux v2
 2008-11-20  9:44 UTC  (9+ 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
      ` [PATCH 4/4] MMU_NOTIFIRES: add set_pte_at_notify()

Corruption with O_DIRECT and unaligned user buffers
 2008-11-19 16:58 UTC  (4+ messages)

[mm][PATCH] Memory cgroup fix hierarchy selector
 2008-11-19 15:28 UTC 

[PATCH] do_mpage_readpage(): remove useless clear_buffer_mapped() call
 2008-11-19  7:01 UTC 

[mm][PATCH 0/4] Memory cgroup hierarchy introduction (v4)
 2008-11-19  5:04 UTC  (11+ messages)
` [mm] [PATCH 1/4] Memory cgroup hierarchy documentation (v4)
` [mm] [PATCH 2/4] Memory cgroup resource counters for hierarchy (v4)
` [mm] [PATCH 3/4] Memory cgroup hierarchical reclaim (v4)
` [mm] [PATCH 4/4] Memory cgroup hierarchy feature selector (v4)

[PATCH mmotm] memcg: fix argument for kunmap_atomic
 2008-11-18  1:16 UTC  (2+ messages)

2.6.28-rc4 mem_cgroup_charge_common panic
 2008-11-18  1:08 UTC  (9+ messages)

[PATCH] mm: evict streaming IO cache first
 2008-11-18  0:06 UTC  (26+ messages)
                      ` [PATCH] vmscan: fix get_scan_ratio comment
                ` [PATCH] vmscan: evict streaming IO first

Large stack usage in fs code (especially for PPC64)
 2008-11-17 23:17 UTC  (5+ messages)

Fix typo in swap cgroup message
 2008-11-17  5:30 UTC  (2+ messages)

[PATCH 1/2] mm: implement remap_pfn_range with apply_to_page_range
 2008-11-17  3:03 UTC  (9+ messages)

[PATCH mmotm] memcg: handle swap caches build fix
 2008-11-17  0:14 UTC  (2+ messages)

[PATCH, 2.6.28-rc5] unitialized return value in mm/mlock.c: __mlock_vma_pages_range()
 2008-11-16 23:55 UTC  (2+ messages)

[PATCH mmotm] memcg: make resize limit hold mutex
 2008-11-15 12:08 UTC  (4+ messages)

[PATCH] [REPOST #2] mm: show node to memory section relationship with symlinks in sysfs
 2008-11-15  0:08 UTC  (6+ messages)

[PATCH] [REPOST #3] mm: show node to memory section relationship with symlinks in sysfs
 2008-11-14 23:50 UTC 

[PATCH mmotm] mm: don't mark_page_accessed in shmem_fault
 2008-11-14 19:49 UTC 

no way to swapoff a deleted swap file?
 2008-11-14 18:02 UTC  (10+ messages)
                ` [PATCH 2.6.28?] don't unlink an active swapfile

[PATCH for 2.6.28] mm: remove unevictable's show_page_path
 2008-11-14  7:25 UTC 

page:  |  | latest

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