linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-02-04 00:05:13 to 2010-02-11 21:55:11 UTC [more...]

[PATCH] [0/4] Update slab memory hotplug series
 2010-02-11 21:55 UTC  (10+ messages)
` [PATCH] [1/4] SLAB: Handle node-not-up case in fallback_alloc() v2
` [PATCH] [2/4] SLAB: Separate node initialization into separate function
` [PATCH] [3/4] SLAB: Set up the l3 lists for the memory of freshly added memory v2
` [PATCH] [4/4] SLAB: Fix node add timer race in cache_reap

[patch 0/7 -mm] oom killer rewrite
 2010-02-11 21:51 UTC  (20+ messages)
` [patch 1/7 -mm] oom: filter tasks not sharing the same cpuset
` [patch 2/7 -mm] oom: sacrifice child with highest badness score for parent
` [patch 3/7 -mm] oom: select task from tasklist for mempolicy ooms
` [patch 4/7 -mm] oom: badness heuristic rewrite
` [patch 5/7 -mm] oom: replace sysctls with quick mode
` [patch 6/7 -mm] oom: avoid oom killer for lowmem allocations
` [patch 7/7 -mm] oom: remove unnecessary code and cleanup

[PATCH 00/11] 512K readahead size with thrashing safe readahead
 2010-02-11 21:37 UTC  (17+ messages)
` [PATCH 01/11] readahead: limit readahead size for small devices
` [PATCH 02/11] readahead: retain inactive lru pages to be accessed soon
` [PATCH 03/11] readahead: bump up the default readahead size
` [PATCH 04/11] readahead: introduce {MAX|MIN}_READAHEAD_PAGES macros for ease of use
` [PATCH 05/11] readahead: replace ra->mmap_miss with ra->ra_flags
` [PATCH 06/11] readahead: thrashing safe context readahead
` [PATCH 07/11] readahead: record readahead patterns
` [PATCH 08/11] readahead: add tracing event
` [PATCH 09/11] readahead: add /debug/readahead/stats
` [PATCH 10/11] readahead: dont do start-of-file readahead after lseek()
` [PATCH 11/11] radixtree: speed up next/prev hole search

[patch] mm: suppress pfn range output for zones without pages
 2010-02-11 21:26 UTC  (4+ messages)

Improving OOM killer
 2010-02-11 21:17 UTC  (29+ messages)

tracking memory usage/leak in "inactive" field in /proc/meminfo?
 2010-02-11 19:04 UTC  (8+ messages)

[Bugme-new] [Bug 15214] New: Oops at __rmqueue+0x51/0x2b3
 2010-02-11 18:49 UTC  (8+ messages)

[PATCH] Make vm_max_readahead configurable at run-time
 2010-02-11 15:16 UTC  (12+ messages)
  ` [PATCH v2] "
            ` [PATCH v2] Make VM_MAX_READAHEAD a kernel parameter

[PATCH] Remove references to CTL_UNNUMBERED which has been removed
 2010-02-11  5:28 UTC  (2+ messages)

[PATCH] Remove unused macro, VM_MIN_READAHEAD
 2010-02-11  5:22 UTC  (2+ messages)

[PATCH mmotm] memcg: check if first threshold crossed
 2010-02-10 23:55 UTC 

[PATCH 00/13] Allow the VM to manage NFS unstable writes
 2010-02-10 17:03 UTC  (14+ messages)
` [PATCH 01/13] VM: Split out the accounting of unstable writes from BDI_RECLAIMABLE
  ` [PATCH 02/13] VM: Don't call bdi_stat(BDI_UNSTABLE) on non-nfs backing-devices
    ` [PATCH 03/13] NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
      ` [PATCH 04/13] NFS: Reduce the number of unnecessary COMMIT calls
        ` [PATCH 05/13] VM/NFS: The VM must tell the filesystem when to free reclaimable pages
          ` [PATCH 06/13] NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
            ` [PATCH 07/13] NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
              ` [PATCH 08/13] NFS: Simplify nfs_wb_page_cancel()
                ` [PATCH 09/13] NFS: Replace __nfs_write_mapping with sync_inode()
                  ` [PATCH 10/13] NFS: Simplify nfs_wb_page()
                    ` [PATCH 11/13] NFS: Clean up nfs_sync_mapping
                      ` [PATCH 12/13] NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping
                        ` [PATCH 13/13] NFS: Don't write out dirty pages in nfs_release_page()

[RFC PATCH -tip 0/2 v3] pagecache tracepoints proposal
 2010-02-09 16:21 UTC  (8+ messages)
` [RFC PATCH -tip 1/2 v3] tracepoints: add tracepoints for pagecache
` [RFC PATCH -tip 2/2 v3] add scripts for pagecache analysis per process

[PATCH] MAP_HUGETLB value collision fix
 2010-02-09 15:01 UTC  (5+ messages)
` [PATCH] Fix for hugetlb-add-map_hugetlb-for-mmaping-pseudo-anonymous-huge-page-regions.patch in -mm

[BUGFIX][PATCH] memcg: fix oom killer kills a task in other cgroup
 2010-02-09 10:18 UTC  (19+ messages)
  ` [BUGFIX][PATCH] memcg: fix oom killer kills a task in other cgroup v2

[RFC-PATCH 0/7] Memory Compaction v1
 2010-02-08 12:10 UTC  (6+ messages)
` [PATCH 2/7] Export unusable free space index via /proc/pagetypeinfo

[PATCH] [0/4] SLAB: Fix a couple of slab memory hotadd issues
 2010-02-06 22:31 UTC  (23+ messages)
` [PATCH] [1/4] SLAB: Handle node-not-up case in fallback_alloc()
` [PATCH] [2/4] SLAB: Set up the l3 lists for the memory of freshly added memory
` [PATCH] [3/4] SLAB: Separate node initialization into separate function
` [PATCH] [4/4] SLAB: Fix node add timer race in cache_reap

[RFC][PATCH] vmscan: balance local_irq_disable() and local_irq_enable()
 2010-02-05 16:05 UTC  (4+ messages)

[PATCH -mmotm 0/8] memcg: move charge at task migration (21/Dec)
 2010-02-05  1:16 UTC  (11+ messages)
` [PATCH -mmotm 7/8] memcg: move charges of anonymous swap

[53/74] mm: percpu-vmap fix RCU list walking
 2010-02-04 17:12 UTC  (2+ messages)
` [54/74] mm: purge fragmented percpu vmap blocks

[RFC] slub: ARCH_SLAB_MINALIGN defaults to 8 on x86_32. is this too big?
 2010-02-04 16:42 UTC  (5+ messages)

[PATCH 00/11] [RFC] 512K readahead size with thrashing safe readahead
 2010-02-04 15:52 UTC  (11+ messages)
` [PATCH 01/11] readahead: limit readahead size for small devices

[PATCH] memcg: use for each online for making sum of percpu counter
 2010-02-04  8:55 UTC  (3+ messages)

[PATCH 0/4] devmem and readahead fixes for 2.6.33
 2010-02-04  3:27 UTC  (7+ messages)
` [stable] "
  ` [stable] [PATCH] devmem: check vmalloc address on kmem read/write
    ` [stable] [PATCH] devmem: fix kmem write bug on memory holes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).