linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] Reduce searching in the page allocator fast-path
 2009-08-28 13:36 UTC  (11+ messages)
` [PATCH 1/2] page-allocator: Split per-cpu list into one-list-per-migrate-type
` [PATCH 2/2] page-allocator: Maintain rolling count of pages to free from the PCP

[RFC][PATCH 0/5] memcg: reduce lock conetion
 2009-08-28 13:26 UTC  (13+ messages)
` [RFC][PATCH 1/5] memcg: change for softlimit
` [RFC][PATCH 2/5] memcg: uncharge in batched manner
` [RFC][PATCH 3/5] memcg: unmap, truncate, invalidate uncharege in batch
` [RFC][PATCH 4/5] memcg: per-cpu charge stock
` [RFC][PATCH 5/5] memcg: drain per cpu stock

[PATCH 0/5] hugetlb: numa control of persistent huge pages alloc/free
 2009-08-28 12:56 UTC  (28+ messages)
` [PATCH 2/5] hugetlb: add nodemask arg to huge page alloc, free and surplus adjust fcns
` [PATCH 3/5] hugetlb: derive huge pages nodes allowed from task mempolicy
` [PATCH 4/5] hugetlb: add per node hstate attributes

[PATCH v2] SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256
 2009-08-28 11:28 UTC 

[Bug #14016] mm/ipw2200 regression
 2009-08-28  3:42 UTC  (8+ messages)
          ` ipw2200: firmware DMA loading rework

[PATCH 0/12] ksm: stats, oom, doc, misc
 2009-08-27 19:35 UTC  (21+ messages)
` [PATCH 9/12] ksm: fix oom deadlock
    ` [PATCH 13/12] ksm: fix munlock during exit_mmap deadlock

[PATCH] SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256
 2009-08-27 16:23 UTC  (4+ messages)

[PATCHv5 1/3] mm: export use_mm/unuse_mm to modules
 2009-08-27 16:07 UTC  (3+ messages)
` [PATCHv5 2/3] mm: reduce atomic use on use_mm fast path
` [PATCHv5 3/3] vhost_net: a kernel-level virtio server

[PATCHv5 0/3] vhost: a kernel-level virtio server
 2009-08-27 16:06 UTC 

hugetlbfs: Do not call user_shm_lock() for MAP_HUGETLB fix
 2009-08-27 15:20 UTC 

[PATCH 0/3] Add pseudo-anonymous huge page mappings V4
 2009-08-27 15:11 UTC  (6+ messages)
` [PATCH 1/3] hugetlbfs: Allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount
  ` [PATCH 2/3] Add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
    ` [PATCH 3/3] Add MAP_HUGETLB example

[PATCH 0/3]HTLB mapping for drivers (take 2)
 2009-08-27 12:50 UTC  (14+ messages)

[PATCHv4 2/2] vhost_net: a kernel-level virtio server
 2009-08-27 11:19 UTC  (13+ messages)

VM issue causing high CPU loads
 2009-08-27  8:39 UTC  (5+ messages)

[PATCH] vmscan: move PGDEACTIVATE modification to shrink_active_list()
 2009-08-27  7:59 UTC  (2+ messages)

[RFC][PATCH] mm: remove unnecessary loop inside shrink_inactive_list()
 2009-08-27  0:20 UTC  (3+ messages)

[PATCH mmotm] mm: introduce page_lru_base_type fix
 2009-08-26 23:20 UTC  (5+ messages)

[PATCH 0/3] Add pseudo-anonymous huge page mappings V4
 2009-08-26 19:34 UTC  (5+ messages)
` [PATCH 1/3] hugetlbfs: Allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount
  ` [PATCH 2/3] Add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
    ` [PATCH 3/3] Add MAP_HUGETLB example

Page allocation failures in guest
 2009-08-26 19:22 UTC  (7+ messages)

[PATCH] mm/vmscan: change generic_file_write() comment to do_sync_write()
 2009-08-26 18:26 UTC  (2+ messages)

[PATCH 1/4] compcache: xvmalloc memory allocator
 2009-08-26 16:19 UTC  (20+ messages)

[PATCH] mm: make munlock fast when mlock is canceled by sigkill
 2009-08-26 11:11 UTC  (12+ messages)

[mmotm][PATCH 0/4] per-process OOM kill v3
 2009-08-26  9:37 UTC  (5+ messages)
` [mmotm][PATCH 1/4] oom: move oom_adj value from task_struct to signal_struct
` [mmotm][PATCH 2/4] oom: make oom_score to per-process value
` [mmotm][PATCH 3/4] oom: oom_kill doesn't kill vfork parent(or child)
` [mmotm][PATCH 4/4] oom: fix oom_adjust_write() input sanity check

[PATCH] oom: move oom_killer_enable()/oom_killer_disable to where they belong
 2009-08-26  7:29 UTC  (2+ messages)

[RFC][preview] memcg: reduce lock contention at uncharge by batching
 2009-08-26  6:48 UTC  (10+ messages)
` [RFC][preview] [patch 1/2] memcg: batched uncharge base
` [RFC][preview][patch 2/2] memcg: uncharge at truncate/unmap in batched manner

[PATCH] mm/vmscan: remove page_queue_congested() comment
 2009-08-26  2:02 UTC  (2+ messages)

[PATCH] mm/vmscan: change generic_file_write() comment to do_sync_write()
 2009-08-25 22:50 UTC  (4+ messages)

[PATCH 4/4] compcache: documentation
 2009-08-25 17:03 UTC  (2+ messages)

[PATCH 1/3]HTLB mapping for drivers. Alloc functions & some export symbols(take 2)
 2009-08-25 11:05 UTC  (4+ messages)

[PATCHv4 0/2] vhost: a kernel-level virtio server
 2009-08-25  8:45 UTC  (2+ messages)

[PATCH] mm: fix hugetlb bug due to user_shm_unlock call (fwd)
 2009-08-25  7:36 UTC  (4+ messages)
    ` [PATCH] mm: fix hugetlb bug due to user_shm_unlock call

[PATCH 0/4] compcache: compressed in-memory swapping
 2009-08-24 17:30 UTC  (3+ messages)

[PATCH 0/6] Add some trace events for the page allocator v6
 2009-08-24 14:32 UTC  (4+ messages)
` [PATCH 5/6] tracing, documentation: Add a document describing how to do some performance analysis with tracepoints
  ` [PATCH] tracing, documentation: Clarifications and corrections to tracepoint-analysis.txt
    ` [PATCH] tracing, documentation: Clarifications and corrections to tracepoint-analysis.txt (resend)

Bad page state (was Re: Linux 2.6.31-rc7)
 2009-08-24 13:55 UTC  (6+ messages)

[PATCH 3/4] compcache: send callback when swap slot is freed
 2009-08-24  6:40 UTC  (2+ messages)

[PATCH 2/4] compcache: virtual block device driver (ramzswap)
 2009-08-24  4:37 UTC 

+ mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-references.patch added to -mm tree
 2009-08-24  1:41 UTC  (5+ messages)

[PATCH] x86: reuse the boot-time mappings of fixed_addresses
 2009-08-23  2:35 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