linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-02-26 12:45:43 to 2011-03-02 17:22:07 UTC [more...]

[PATCH] remove compaction from kswapd
 2011-03-02 17:21 UTC  (12+ messages)

[PATCH 3/4] exec: unify compat_do_execve() code
 2011-03-02 16:44 UTC  (26+ messages)
` (No subject header)
    ` [PATCH 0/4 RESEND] exec: unify compat/non-compat code
      ` [PATCH 2/5] exec: introduce "bool compat" argument
      ` [PATCH 3/5] exec: unify compat_do_execve() code
                ` [PATCH v2 0/5] exec: unify native/compat code
                  ` [PATCH v2 1/5] exec: introduce get_arg_ptr() helper
                  ` [PATCH v2 2/5] exec: introduce "bool compat" argument
                  ` [PATCH v2 3/5] exec: introduce conditional_user_ptr_t
                  ` [PATCH v2 4/5] exec: unify do_execve/compat_do_execve code
                  ` [PATCH v2 5/5] exec: document acct_arg_size()
                    ` [PATCH v3 0/4] exec: unify native/compat code
                      ` [PATCH v3 1/4] exec: introduce get_arg_ptr() helper
                      ` [PATCH v3 2/4] exec: introduce struct conditional_ptr
                      ` [PATCH v3 3/4] exec: unify do_execve/compat_do_execve code
                      ` [PATCH v3 4/4] exec: document acct_arg_size()

[RFC PATCH 1/5] x86/Kconfig: Add Page Cache Accounting entry
 2011-03-02 17:02 UTC  (8+ messages)
` [RFC PATCH 2/5] block: Add functions and data types for Page Cache Accounting
` [RFC PATCH 3/5] block: Make Page Cache counters work with sysfs
` [RFC PATCH 4/5] mm: Add hit/miss accounting for Page Cache
` [RFC PATCH 5/5] mm: Add readpages accounting

[PATCH 0/3] blk-throttle: async write throttling
 2011-03-02 13:31 UTC  (10+ messages)
` [PATCH 1/3] block: introduce REQ_DIRECT to track direct io bio
` [PATCH 2/3] blkio-throttle: infrastructure to throttle async io
` [PATCH 3/3] blkio-throttle: async write io instrumentation

[PATCH] procfs: fix /proc/<pid>/maps heap check
 2011-03-02 12:55 UTC  (2+ messages)

[PATCH 2/4] slub,rcu: don't assume the size of struct rcu_head
 2011-03-02 12:32 UTC  (6+ messages)

[PATCH 00/17] mm: mmu_gather rework
 2011-03-02 10:54 UTC  (21+ messages)
` [PATCH 06/17] arm: "

[PATCH 2/2] page_cgroup array is never stored on reserved pages
 2011-03-02 10:04 UTC  (2+ messages)

[PATCH 1/2] page_cgroup: Reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM
 2011-03-02 10:02 UTC  (3+ messages)

[PATCH] mm: prevent concurrent unmap_mapping_range() on the same inode
 2011-03-02  9:48 UTC  (4+ messages)

[RFC PATCH 0/5] Add accountings for Page Cache
 2011-03-02  8:37 UTC 

[PATCH] mm/dmapool.c: Do not create/destroy sysfs file while holding pools_lock
 2011-03-02  7:24 UTC  (6+ messages)

[PATCH 5/6] mm: add some KERN_CONT markers to continuation lines
 2011-03-02  5:28 UTC  (4+ messages)

[PATCH 4/4] net,rcu: don't assume the size of struct rcu_head
 2011-03-02  3:02 UTC  (8+ messages)
  ` [PATCH 4/4 V2] "

Failing order >= 1 atomic allocations on 2.6.38-rc6
 2011-03-01 23:44 UTC 

[PATCH] ksm: add vm_stat and meminfo entry to reflect pte mapping to ksm pages
 2011-03-01 23:41 UTC  (3+ messages)

[PATCH 00/24] Refactor sys_swapon
 2011-03-01 23:28 UTC  (28+ messages)
    ` [PATCHv2 "
      ` [PATCHv2 01/24] sys_swapon: use vzalloc instead of vmalloc/memset
      ` [PATCHv2 02/24] sys_swapon: remove changelog from function comment
      ` [PATCHv2 03/24] sys_swapon: do not depend on "type" after allocation
      ` [PATCHv2 04/24] sys_swapon: separate swap_info allocation
      ` [PATCHv2 05/24] sys_swapon: simplify error return from "
      ` [PATCHv2 06/24] sys_swapon: simplify error flow in alloc_swap_info
      ` [PATCHv2 07/24] sys_swapon: remove initial value of name variable
      ` [PATCHv2 08/24] sys_swapon: move setting of error nearer use
      ` [PATCHv2 09/24] sys_swapon: remove did_down variable
      ` [PATCHv2 10/24] sys_swapon: remove bdev variable
      ` [PATCHv2 11/24] sys_swapon: do only cleanup in the cleanup blocks
      ` [PATCHv2 12/24] sys_swapon: use a single error label
      ` [PATCHv2 13/24] sys_swapon: separate bdev claim and inode lock
      ` [PATCHv2 14/24] sys_swapon: simplify error flow in claim_swapfile
      ` [PATCHv2 15/24] sys_swapon: move setting of swapfilepages near use
      ` [PATCHv2 16/24] sys_swapon: separate parsing of swapfile header
      ` [PATCHv2 17/24] sys_swapon: simplify error flow in read_swap_header
      ` [PATCHv2 18/24] sys_swapon: call swap_cgroup_swapon earlier
      ` [PATCHv2 19/24] sys_swapon: separate parsing of bad blocks and extents
      ` [PATCHv2 20/24] sys_swapon: simplify error flow in setup_swap_map_and_extents
      ` [PATCHv2 21/24] sys_swapon: remove nr_good_pages variable
      ` [PATCHv2 22/24] sys_swapon: move printk outside lock
      ` [PATCHv2 23/24] sys_swapoff: change order to match sys_swapon
      ` [PATCHv2 24/24] sys_swapon: separate final enabling of the swapfile

[PATCH 2/2] mm: compaction: Minimise the time IRQs are disabled while isolating pages for migration
 2011-03-01 22:57 UTC  (5+ messages)

[PATCH 0/2] Reduce the amount of time compaction disables IRQs for V2
 2011-03-01 22:15 UTC  (18+ messages)
` [PATCH 1/2] mm: compaction: Minimise the time IRQs are disabled while isolating free pages
` [PATCH 2/2] mm: compaction: Minimise the time IRQs are disabled while isolating pages for migration

[PATCH v5 0/9] memcg: per cgroup dirty page accounting
 2011-03-01 21:13 UTC  (23+ messages)
` [PATCH v5 1/9] memcg: document cgroup dirty memory interfaces
` [PATCH v5 2/9] memcg: add page_cgroup flags for dirty page tracking
` [PATCH v5 3/9] writeback: convert variables to unsigned
` [PATCH v5 4/9] writeback: create dirty_info structure
` [PATCH v5 5/9] memcg: add dirty page accounting infrastructure
` [PATCH v5 6/9] memcg: add kernel calls for memcg dirty page stats
` [PATCH v5 7/9] memcg: add dirty limits to mem_cgroup
` [PATCH v5 9/9] memcg: check memcg dirty limits in page writeback

[patch] oom: prevent unnecessary oom kills or kernel panics
 2011-03-01 19:09 UTC 

[PATCH 15/17]mm:mempolicy.c Remove one to many n's in a word
 2011-03-01 15:30 UTC  (4+ messages)
` [PATCH 16/17]mm:shmem.c "
  ` [PATCH 00/00]Remove "

IO-less dirty throttling V6 results available
 2011-03-01 13:52 UTC  (9+ messages)

[PATCH 3/4] slab,rcu: don't assume the size of struct rcu_head
 2011-03-01  8:03 UTC 

[PATCH 1/4] slub: automatically reserve bytes at the end of slab
 2011-03-01  8:03 UTC 

[PATCH 0/4] rcu: don't assume the size of struct rcu_head
 2011-03-01  8:03 UTC 

[PATCH v2] memcg: clean up migration
 2011-03-01  4:59 UTC 

[PATCH] cpuset: Add a missing unlock in cpuset_write_resmask()
 2011-03-01  1:05 UTC  (3+ messages)

[PATCH] mm: fix possible cause of a page_mapped BUG
 2011-02-28 23:35 UTC  (2+ messages)

[RFC PATCH] page_cgroup: Reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM
 2011-02-28 10:12 UTC  (11+ messages)
  ` [RFC PATCH] page_cgroup: Reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM v2
      ` [RFC PATCH] page_cgroup: Reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM v3
          ` [RFC PATCH] page_cgroup: Reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM v4

[PATCH] memcg: clean up migration
 2011-02-28  2:40 UTC  (7+ messages)

linux-next: Tree for February 25 (mm/slub.c)
 2011-02-27 10:07 UTC  (5+ messages)
` [PATCH] slub: fix ksize() build error

[PATCH] mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>
 2011-02-27  5:41 UTC 

[LSF/MM TOPIC] Writeback - current state and future
 2011-02-27  1:50 UTC  (10+ messages)
          ` [Lsf-pc] "


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).