linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] make mapped executable pages the first class citizen
 2009-05-16  9:28 UTC  (5+ messages)
` [PATCH 1/3] vmscan: report vm_flags in page_referenced()
` [PATCH 2/3] vmscan: make mapped executable pages the first class citizen
` [PATCH 3/3] vmscan: merge duplicate code in shrink_active_list()

[PATCH] vmscan: evict use-once pages first (v2)
 2009-05-16  9:26 UTC  (11+ messages)
    ` [PATCH -mm] vmscan: make mapped executable pages the first class citizen

[PATCH -mm] vmscan: make mapped executable pages the first class citizen
 2009-05-16  8:54 UTC  (8+ messages)
` [PATCH -mm] vmscan: protect a fraction of file backed mapped pages from reclaim

[PATCH 11/11] mm: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
 2009-05-15 19:40 UTC  (4+ messages)

[Bugme-new] [Bug 13302] New: "bad pmd" on fork() of process with hugepage shared memory segments attached
 2009-05-15 18:53 UTC 

[Bugme-new] [Bug 13302] New: "bad pmd" on fork() of process with hugepage shared memory segments attached
 2009-05-15 18:44 UTC 

[RFC] Low overhead patches for the memory cgroup controller (v2)
 2009-05-15 18:16 UTC  (2+ messages)

[PATCH 0/4] various zone_reclaim cleanup
 2009-05-15 18:01 UTC  (23+ messages)
` [PATCH 1/4] vmscan: change the number of the unmapped files in zone reclaim
` [PATCH 2/4] vmscan: drop PF_SWAPWRITE from zone_reclaim
` [PATCH 3/4] vmscan: zone_reclaim use may_swap
` [PATCH 4/4] zone_reclaim_mode is always 0 by default

kernel BUG at mm/slqb.c:1411!
 2009-05-15 15:21 UTC  (9+ messages)

[RFC] Low overhead patches for the memory cgroup controller (v2)
 2009-05-15 15:18 UTC 

[Bugme-new] [Bug 13302] New: "bad pmd" on fork() of process with hugepage shared memory segments attached
 2009-05-15 15:02 UTC  (3+ messages)

[RFC][PATCH 0/6] PM/Hibernate: Rework memory shrinking (rev. 3)
 2009-05-15 14:52 UTC  (25+ messages)
  ` [RFC][PATCH 0/6] PM/Hibernate: Rework memory shrinking (rev. 4)
    ` [PATCH 3/6] mm, PM/Freezer: Disable OOM killer when tasks are frozen
    ` [PATCH 4/6] PM/Hibernate: Rework shrinking of memory
    ` [PATCH 5/6] PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)
    ` [RFC][PATCH 6/6] PM/Hibernate: Do not try to allocate too much memory too hard

[PATCH] Physical Memory Management [0/1]
 2009-05-15 12:05 UTC  (16+ messages)

[PATCH] mmtom: Prevent shrinking of active anon lru list in case of no swap space V4
 2009-05-15 11:02 UTC  (4+ messages)

[PATCH] memcg: handle accounting race in swapin-readahead and zap_pte
 2009-05-15 10:00 UTC 

do we really want to export more pdflush details in sysctls
 2009-05-15  9:35 UTC  (4+ messages)

[PATCH] memcg: fix stale swapcache at swapout
 2009-05-15  4:30 UTC  (2+ messages)

[PATCH] mmtom: Prevent shrinking of active anon lru list in case of no swap space V4
 2009-05-15  1:59 UTC 

[PATCH] mmtom: Prevent shrinking of active anon lru list in case of no swap space V3
 2009-05-15  1:28 UTC  (9+ messages)

[PATCH 0/3] fix stale swap cache account leak in memcg v7
 2009-05-15  1:12 UTC  (13+ messages)
` [PATCH 2/3] fix swap cache account leak at swapin-readahead

[PATCH] migration: only migrate_prep() once per move_pages()
 2009-05-14 20:11 UTC  (4+ messages)

[Bugme-new] [Bug 13302] New: "bad pmd" on fork() of process with hugepage shared memory segments attached
 2009-05-14 19:10 UTC  (8+ messages)

[PATCH] Double check memmap is actually valid with a memmap has unexpected holes
 2009-05-14 17:02 UTC  (10+ messages)
    ` [PATCH] Double check memmap is actually valid with a memmap has unexpected holes V2

mem_cgroup_lru_del_before_commit_swapcache() seems broken
 2009-05-14 16:56 UTC  (2+ messages)

[PATCH] x86: Extend test_and_set_bit() test_and_clean_bit() to 64 bits in X86_64
 2009-05-14 14:36 UTC  (18+ messages)

[PATCH] mmtom: Prevent shrinking of active anon lru list in case of no swap space V2
 2009-05-14 13:33 UTC  (10+ messages)

[GIT PULL] SLAB updates for 2.6.30-rc5
 2009-05-14  8:15 UTC 

[PATCH] Prevent shrinking of active anon lru list in case of no swap space
 2009-05-14  7:53 UTC  (4+ messages)

[RFC] Low overhead patches for the memory resource controller
 2009-05-14  3:00 UTC  (10+ messages)

[PATCH 1/2] remove CONFIG_UNEVICTABLE_LRU config option
 2009-05-14  2:29 UTC  (4+ messages)
` [PATCH 2/2] remove CONFIG_UNEVICTABLE_LRU definition from defconfig

[BUGFIX][PATCH] memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
 2009-05-14  1:48 UTC  (4+ messages)
  ` [BUGFIX][PATCH] memcg: fix deadlock between lock_page_cgroupand "

[PATCH 0/5] ksm - dynamic page sharing driver for linux v4
 2009-05-14  1:40 UTC  (12+ messages)
` [PATCH 1/5] MMU_NOTIFIERS: add set_pte_at_notify()
  ` [PATCH 2/5] add get_pte(): helper function: fetching pte for va
    ` [PATCH 3/5] add page_wrprotect(): write protecting page
      ` [PATCH 4/5] add replace_page(): change the page pte is pointing to
        ` [PATCH 5/5] add ksm kernel shared memory driver

[PATCH 0/4] RFC - ksm api change into madvise
 2009-05-14  0:30 UTC  (5+ messages)
` [PATCH 1/4] madvice: add MADV_SHAREABLE and MADV_UNSHAREABLE calls
  ` [PATCH 2/4] mmlist: share mmlist with ksm
    ` [PATCH 3/4] ksm: change ksm api to use madvise instead of ioctls
      ` [PATCH 4/4] ksm: add support for scanning procsses that were not modifided to use ksm

[PATCH] Kconfig: CONFIG_UNEVICTABLE_LRU move into EMBEDDED submenu
 2009-05-13 23:17 UTC  (18+ messages)

[Bug 12134] can't shmat() 1GB hugepage segment from second process more than one time
 2009-05-13 20:18 UTC 

[PATCH 0/8] export more page flags in /proc/kpageflags (take 6)
 2009-05-13 17:05 UTC  (3+ messages)
` [PATCH 1/8] mm: introduce PageHuge() for testing huge/gigantic pages

[PATCH] mmotm: Replace the watermark-related union in struct zone with a watermark[] array V3
 2009-05-13 15:05 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