linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-03 02:23:50 to 2011-03-05 22:20:16 UTC [more...]

[RFC] memblock; Properly handle overlaps
 2011-03-05 22:19 UTC  (9+ messages)

[PATCH v3 0/4] exec: unify native/compat code
 2011-03-05 21:20 UTC  (18+ messages)
` [PATCH v3 1/4] exec: introduce get_arg_ptr() helper
        ` [PATCH v4 0/4] exec: unify native/compat code
          ` [PATCH v4 1/4] exec: introduce get_user_arg_ptr() helper
          ` [PATCH v4 2/4] exec: introduce struct user_arg_ptr
          ` [PATCH v4 3/4] exec: unify do_execve/compat_do_execve code
          ` [PATCH v4 4/4] exec: document acct_arg_size()
` [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()

[PATCHv2 00/24] Refactor sys_swapon
 2011-03-05 19:44 UTC  (42+ messages)
` [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] mm: remove inline from scan_swap_map
 2011-03-05 18:51 UTC  (2+ messages)

[PATCH] mm: check zone->all_unreclaimable in all_unreclaimable()
 2011-03-05 17:07 UTC  (6+ messages)

[PATCH] tmpfs: implement security.capability xattrs
 2011-03-05 11:21 UTC  (4+ messages)

[PATCH rh6] mm: skip zombie in OOM-killer
 2011-03-05  0:52 UTC  (3+ messages)

[PATCH] mm: skip zombie in OOM-killer
 2011-03-05  0:51 UTC 

[PATCH] Make /proc/slabinfo 0400
 2011-03-04 23:02 UTC  (29+ messages)

[PATCH 00/24] Refactor sys_swapon
 2011-03-04 22:58 UTC  (5+ messages)
` [PATCHv2 "

[PATCH 00/27] IO-less dirty throttling v6
 2011-03-04 14:41 UTC  (41+ messages)
` [PATCH 01/27] writeback: add bdi_dirty_limit() kernel-doc
` [PATCH 02/27] writeback: avoid duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 03/27] writeback: skip balance_dirty_pages() for in-memory fs
` [PATCH 04/27] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 05/27] btrfs: avoid duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 06/27] btrfs: lower the dirty balance poll interval
` [PATCH 07/27] btrfs: wait on too many nr_async_bios
` [PATCH 08/27] nfs: dirty livelock prevention is now done in VFS
` [PATCH 09/27] nfs: writeback pages wait queue
` [PATCH 10/27] nfs: limit the commit size to reduce fluctuations
` [PATCH 11/27] nfs: limit the commit range
` [PATCH 12/27] nfs: lower writeback threshold proportionally to dirty threshold
` [PATCH 13/27] writeback: account per-bdi accumulated written pages
` [PATCH 14/27] writeback: account per-bdi accumulated dirtied pages
` [PATCH 15/27] writeback: bdi write bandwidth estimation
` [PATCH 16/27] writeback: smoothed global/bdi dirty pages
` [PATCH 17/27] writeback: smoothed dirty threshold and limit
` [PATCH 18/27] writeback: enforce 1/4 gap between the dirty/background thresholds
` [PATCH 19/27] writeback: dirty throttle bandwidth control
` [PATCH 20/27] writeback: IO-less balance_dirty_pages()
` [PATCH 21/27] writeback: show bdi write bandwidth in debugfs
` [PATCH 22/27] writeback: trace dirty_throttle_bandwidth
` [PATCH 23/27] writeback: trace balance_dirty_pages
` [PATCH 24/27] writeback: trace global_dirty_state
` [PATCH 25/27] writeback: make nr_to_write a per-file limit
` [PATCH 26/27] writeback: scale IO chunk size up to device bandwidth
` [PATCH 27/27] writeback: trace writeback_single_inode

[PATCHv2] procfs: fix /proc/<pid>/maps heap check
 2011-03-04 13:23 UTC 

[PATCH 00/13] mm: mmu_gather rework -v2
 2011-03-04 12:17 UTC  (4+ messages)
` [PATCH 09/13] unicore: mmu_gather rework

[Bugme-new] [Bug 30432] New: rmdir on cgroup can cause hang tasks
 2011-03-04  9:02 UTC  (4+ messages)

cgroup memory, blkio and the lovely swapping
 2011-03-04  8:24 UTC  (4+ messages)

[PATCH] memcg: fix event counter breakage with THP
 2011-03-04  7:44 UTC 

Strange minor page fault repeats when SPECjbb2005 is executed
 2011-03-04  2:52 UTC  (3+ messages)

[RFC PATCH 0/5] Add accountings for Page Cache
 2011-03-04  1:55 UTC  (3+ messages)

[PATCH v5 0/9] memcg: per cgroup dirty page accounting
 2011-03-04  0:30 UTC  (4+ messages)
` [PATCH v5 9/9] memcg: check memcg dirty limits in page writeback

stable: mm: vmstat: use a single setter function and callback for adjusting percpu thresholds
 2011-03-04  0:18 UTC  (2+ messages)

[patch] memcg: add oom killer delay
 2011-03-03 21:52 UTC  (6+ messages)

Fix NUMA problems in transparent hugepages and KSM
 2011-03-03 19:59 UTC  (9+ messages)
` [PATCH 1/8] Fix interleaving for transparent hugepages v2
` [PATCH 2/8] Change alloc_pages_vma to pass down the policy node for local policy
` [PATCH 3/8] Add alloc_page_vma_node
` [PATCH 4/8] Preserve original node for transparent huge page copies
` [PATCH 5/8] Use correct numa policy node for transparent hugepages
` [PATCH 6/8] Add __GFP_OTHER_NODE flag
` [PATCH 7/8] Use GFP_OTHER_NODE for transparent huge pages
` [PATCH 8/8] Add VM counters for transparent hugepages

[patch] oom: prevent unnecessary oom kills or kernel panics
 2011-03-03 19:53 UTC  (3+ messages)

[RFC][PATCH 2/6] mm: Change flush_tlb_range() to take an mm_struct
 2011-03-03 18:56 UTC  (7+ messages)

Fix NUMA problems in transparent hugepages and KSM
 2011-03-03 18:09 UTC  (12+ messages)
` [PATCH 4/8] Preserve original node for transparent huge page copies
` [PATCH 5/8] Use correct numa policy node for transparent hugepages
` [PATCH 6/8] Add __GFP_OTHER_NODE flag
` [PATCH 7/8] Use GFP_OTHER_NODE for transparent huge pages
` [PATCH 8/8] Add VM counters for transparent hugepages

[PATCH V2 0/3] drivers/staging: zcache: dynamic page cache/swap compression
 2011-03-03 17:29 UTC  (8+ messages)

[RFC PATCH 4/5] mm: Add hit/miss accounting for Page Cache
 2011-03-03 15:08 UTC  (5+ messages)

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

mmotm 2011-03-02-16-52 uploaded
 2011-03-03  8:26 UTC  (5+ messages)

[LSF/MM TOPIC][ATTEND]cold page tracking / working set estimation
 2011-03-03  7:30 UTC  (2+ messages)

[RFC PATCH 1/5] x86/Kconfig: Add Page Cache Accounting entry
 2011-03-03  3:11 UTC  (3+ messages)


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