linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-06 14:18:17 to 2010-09-12 20:31:14 UTC [more...]

[PATCH 0/5] writeback: kernel visibility
 2010-09-12 20:30 UTC  (6+ messages)
` [PATCH 1/5] mm: exporting account_page_dirty
` [PATCH 2/5] mm: account_page_writeback added
` [PATCH 3/5] writeback: nr_dirtied and nr_written in /proc/vmstat
` [PATCH 4/5] writeback: Adding /sys/devices/system/node/<node>/vmstat
` [PATCH 5/5] writeback: Reporting dirty thresholds in /proc/vmstat

[PATCH v2] vmscan: check all_unreclaimable in direct reclaim path
 2010-09-12 17:42 UTC  (2+ messages)

[PATCH] vmscan: check all_unreclaimable in direct reclaim path
 2010-09-12 16:20 UTC  (7+ messages)

[PATCH 00/17] [RFC] soft and dynamic dirty throttling limits
 2010-09-12 16:15 UTC  (20+ messages)
` [PATCH 01/17] writeback: remove the internal 5% low bound on dirty_ratio
` [PATCH 02/17] writeback: IO-less balance_dirty_pages()
` [PATCH 03/17] writeback: per-task rate limit to balance_dirty_pages()
` [PATCH 04/17] writeback: quit throttling when bdi dirty/writeback pages go down
` [PATCH 05/17] writeback: quit throttling when signal pending
` [PATCH 06/17] writeback: move task dirty fraction to balance_dirty_pages()
` [PATCH 07/17] writeback: add trace event for balance_dirty_pages()
` [PATCH 08/17] writeback: account per-bdi accumulated written pages
` [PATCH 09/17] writeback: bdi write bandwidth estimation
` [PATCH 10/17] writeback: show bdi write bandwidth in debugfs
` [PATCH 11/17] writeback: make nr_to_write a per-file limit
` [PATCH 12/17] writeback: scale IO chunk size up to device bandwidth
` [PATCH 13/17] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 14/17] vmscan: add scan_control.priority
` [PATCH 15/17] mm: lower soft dirty limits on memory pressure
` [PATCH 16/17] mm: create /vm/dirty_pressure in debugfs
` [PATCH 17/17] writeback: consolidate balance_dirty_pages() variable names

[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
 2010-09-12 15:37 UTC  (45+ messages)
` [PATCH 03/10] writeback: Do not congestion sleep if there are no congested BDIs or significant writeback
` [PATCH 04/10] vmscan: Synchronous lumpy reclaim should not call congestion_wait()
` [PATCH 05/10] vmscan: Synchrounous lumpy reclaim use lock_page() instead trylock_page()
` [PATCH 06/10] vmscan: Narrow the scenarios lumpy reclaim uses synchrounous reclaim
` [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list()
` [PATCH 08/10] vmscan: isolated_lru_pages() stop neighbour search if neighbour cannot be isolated
` [PATCH 10/10] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

memblock updates
 2010-09-11  7:29 UTC  (12+ messages)
` [PATCH 08/43] memblock/microblaze: Use new accessors
            ` [PATCH] microblaze, memblock: fix compiling
              ` [PATCH] powerpc, memblock: fix will memblock reference

[PATCH 0/4] hugetlb, rmap: fixes and cleanups
 2010-09-11  2:09 UTC  (20+ messages)
` [PATCH 1/4] hugetlb, rmap: always use anon_vma root pointer
` [PATCH 2/4] hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()
` [PATCH 3/4] hugetlb, rmap: fix confusing page locking "
` [PATCH 4/4] hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()

block cache replacement strategy?
 2010-09-10 16:02 UTC  (4+ messages)

[RFC PATCH] fs,xfs: Use __GFP_MOVABLE for XFS buffers
 2010-09-10  8:33 UTC  (3+ messages)

[PATCH 3/3] mm: page allocator: Drain per-cpu lists after direct reclaim allocation fails
 2010-09-10  6:17 UTC  (14+ messages)

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V4
 2010-09-10  2:56 UTC  (10+ messages)
` [PATCH 3/3] mm: page allocator: Drain per-cpu lists after direct reclaim allocation fails

[PATCH 0/5] memcg: towards I/O aware memcg v7
 2010-09-09 23:46 UTC  (5+ messages)
` [PATCH 1/5] cgroup: change allocation of css ID placement

Transparent Hugepage Support #30
 2010-09-09 23:40 UTC  (3+ messages)

[PATCH 0/10] Hugepage migration (v5)
 2010-09-09 22:56 UTC  (13+ messages)
` [PATCH 01/10] hugetlb: fix metadata corruption in hugetlb_fault()
` [PATCH 02/10] hugetlb: add allocate function for hugepage migration
` [PATCH 03/10] hugetlb: redefine hugepage copy functions
` [PATCH 04/10] hugetlb: hugepage migration core
` [PATCH 05/10] HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()
` [PATCH 06/10] hugetlb: move refcounting in hugepage allocation inside hugetlb_lock
` [PATCH 07/10] HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED
` [PATCH 08/10] HWPOISON, hugetlb: soft offlining for hugepage
` [PATCH 09/10] HWPOISON, hugetlb: fix unpoison "
` [PATCH 10/10] page-types.c: fix name of unpoison interface

[PATCH 00/10] zram: various improvements and cleanups
 2010-09-09 21:40 UTC  (7+ messages)
` OOM panics with zram
  ` [patch -rc] oom: always return a badness score of non-zero for eligible tasks

mm/Kconfig: warning: (COMPACTION && EXPERIMENTAL && HUGETLB_PAGE && MMU) selects MIGRATION which has unmet direct dependencies (NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE)
 2010-09-09 16:16 UTC  (5+ messages)

[PATCH 1/4] swap: revert special hibernation allocation
 2010-09-09  5:44 UTC  (8+ messages)
` [PATCH 2/4] swap: prevent reuse during hibernation

[PATCH] bounce: call flush_dcache_page after bounce_copy_vec
 2010-09-09  0:49 UTC  (4+ messages)

[PATCH 0/3] memory hotplug: updates and bugfix for is_removable
 2010-09-08 11:23 UTC  (17+ messages)
` [BUGFIX][PATCH 1/3] memory hotplug: fix next block calculation in is_removable
` [PATCH 3/3] memory hotplug: use unified logic for is_removable and offline_pages
` [PATCH 0/3] memory hotplug: updates and bugfix for is_removable v3
  ` [PATCH 1/3] [BUGFIX] memory hotplug: fix next block calculation in is_removable
  ` [PATCH 2/3][BUGFIX] memory hotplug: fix notifier's return value check
  ` [PATCH 3/3] memory hotplug: unify is_removable and offline detection code

[BUGFIX for 2.6.36][RESEND][PATCH 1/2] oom: remove totalpage normalization from oom_badness()
 2010-09-08  8:24 UTC  (6+ messages)

[patch -mm 2/2] oom: use old_mm for oom_disable_count in exec
 2010-09-08  3:28 UTC  (4+ messages)

[PATCH 1/2][BUGFIX] oom: remove totalpage normalization from oom_badness()
 2010-09-08  3:12 UTC  (4+ messages)

[RFC][PATCH] big continuous memory allocator v2
 2010-09-07 14:51 UTC  (9+ messages)

[RFCv5 0/9] CMA + VCMM integration
 2010-09-07  6:55 UTC  (12+ messages)
` [RFCv5 3/9] mm: cma: Added SysFS support
` [RFCv5 8/9] mm: vcm: Sample driver added

[PATCH 13/14] mm: mempolicy: Check return code of check_range
 2010-09-07  2:04 UTC  (7+ messages)

[PATCH 0/10] Hugepage migration (v4)
 2010-09-07  1:25 UTC  (4+ messages)
` [PATCH 04/10] hugetlb: hugepage migration core

[PATCH] avoid warning when COMPACTION is selected
 2010-09-06 22:07 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).