linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-02 00:34:58 to 2010-09-07 01:03:31 UTC [more...]

[PATCH 1/4] swap: revert special hibernation allocation
 2010-09-07  1:03 UTC  (8+ messages)
` [PATCH 2/4] swap: prevent reuse during hibernation
` [PATCH 3/4] swap: do not send discards as barriers
` [PATCH 4/4] swap: discard while swapping only if SWAP_FLAG_DISCARD

[PATCH 0/3] memory hotplug: updates and bugfix for is_removable
 2010-09-06 23:58 UTC  (10+ messages)
` [BUGFIX][PATCH 1/3] memory hotplug: fix next block calculation in is_removable
` [PATCH 2/3] memory hotplug: fix set_migratetype_isolate wrong callback result check
` [PATCH 3/3] memory hotplug: use unified logic for is_removable and offline_pages

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

[PATCH] avoid warning when COMPACTION is selected
 2010-09-06 22:07 UTC  (4+ messages)

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V4
 2010-09-06 21:50 UTC  (27+ messages)
` [PATCH 1/3] mm: page allocator: Update free page counters after pages are placed on the free list
` [PATCH 2/3] mm: page allocator: Calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
` [PATCH 3/3] mm: page allocator: Drain per-cpu lists after direct reclaim allocation fails

[RFCv5 0/9] CMA + VCMM integration
 2010-09-06 21:10 UTC  (13+ messages)
` [RFCv5 1/9] lib: rbtree: rb_root_init() function added
` [RFCv5 2/9] mm: cma: Contiguous Memory Allocator added
` [RFCv5 3/9] mm: cma: Added SysFS support
` [RFCv5 4/9] mm: cma: Added command line parameters support
` [RFCv5 5/9] mm: cma: Test device and application added
` [RFCv5 6/9] ARM: cma: Added CMA to Aquila, Goni and c210 universal boards
` [RFCv5 7/9] mm: vcm: Virtual Contiguous Memory framework added
` [RFCv5 8/9] mm: vcm: Sample driver added
` [RFCv5 9/9] mm: vcm: vcm-cma: VCM CMA "

[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
 2010-09-06 10:49 UTC  (12+ messages)
` [PATCH 01/10] tracing, vmscan: Add trace events for LRU list shrinking
` [PATCH 02/10] writeback: Account for time spent congestion_waited
` [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 09/10] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 10/10] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[PATCH] Make is_mem_section_removable more conformable with offlining code
 2010-09-06  9:16 UTC  (32+ messages)
                            ` [PATCH 0/2 v2] "
                              ` [PATCH 1/2][BUGFIX] fix next active pageblock calculation
                              ` [PATCH 2/2] Make is_mem_section_removable more conformable with offlining code
                                        ` [PATCH 2/2] Make is_mem_section_removable more conformable with offlining code v3
                              ` [PATCH 3/2][BUGFIX] fix memory isolation notifier return value check

[PATCH 14/14] mm: oom_kill: use IS_ERR() instead of strict checking
 2010-09-06  8:59 UTC  (4+ messages)

Calling vm_ops->open from a driver / reusing vma memory with vm_ops in other drivers
 2010-09-06  4:49 UTC 

[PATCH] fix swapin race condition
 2010-09-06  2:35 UTC  (5+ messages)

[PATCH 0/4] writeback: kernel visibility
 2010-09-06  1:34 UTC  (8+ messages)
` [PATCH 3/4] writeback: nr_dirtied and nr_cleaned in /proc/vmstat

[PATCH/RFCv4 0/6] The Contiguous Memory Allocator framework
 2010-09-06  0:08 UTC  (15+ messages)

[PATCH] vmscan: check all_unreclaimable in direct reclaim path
 2010-09-05 22:30 UTC  (2+ messages)

[RESEND PATCH v2] compaction: fix COMPACTPAGEFAILED counting
 2010-09-05  2:51 UTC  (4+ messages)

[PATCH] vmscan: prevent background aging of anon page in no swap system
 2010-09-04  1:12 UTC  (7+ messages)

[RFC]mm: batch activate_page() to reduce lock contention
 2010-09-03 21:12 UTC  (10+ messages)

[PATCH V5] Cleancache: shim to Xen Transcendent Memory
 2010-09-03 20:49 UTC 

[PATCH V5 8/8] Cleancache: ocfs2 hook for cleancache
 2010-09-03 20:05 UTC 

[PATCH V5 7/8] Cleancache: ext4 hook for cleancache
 2010-09-03 20:04 UTC 

[PATCH V5 4/8] Cleancache: VFS hooks for cleancache
 2010-09-03 20:03 UTC 

[PATCH V5 6/8] Cleancache: btrfs hooks for cleancache
 2010-09-03 20:04 UTC 

[PATCH V5 3/8] Cleancache: core ops functions and configuration
 2010-09-03 20:02 UTC 

[PATCH V5 5/8] Cleancache: ext3 hook for cleancache
 2010-09-03 20:03 UTC 

[PATCH V5 0/8] Cleancache: overview
 2010-09-03 20:01 UTC 

[PATCH V5 1/8] Cleancache: Documentation
 2010-09-03 20:01 UTC 

[PATCH V5 2/8] Cleancache: cleancache_poolid in superblock
 2010-09-03 20:02 UTC 

[PATCH 0/10] Hugepage migration (v4)
 2010-09-03 14:10 UTC  (12+ 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] [RFC]Dirty page accounting on lru basis
 2010-09-03  7:50 UTC  (2+ messages)

[PATCH] vmscan: don't use return value trick when oom_killer_disabled
 2010-09-03  6:33 UTC  (4+ messages)

[PATCH 1/2] Add trace points to mmap, munmap, and brk
 2010-09-03  6:09 UTC  (6+ messages)

[PATCH 0/2 RESEND]
 2010-09-03  2:40 UTC  (4+ messages)
` [PATCH 1/2] Add trace points to mmap, munmap, and brk
` [PATCH 2/2] Add mremap trace point

[PATCH v3] vmscan: prevent background aging of anon page in no swap system
 2010-09-02 23:57 UTC  (3+ messages)

[RFC PATCH 0/3] Do not wait the full timeout on congestion_wait when there is no congestion
 2010-09-02 18:28 UTC  (10+ messages)
` [PATCH 2/3] writeback: Record if the congestion was unnecessary

[PATCH 0/8] v5 De-couple sysfs memory directories from memory sections
 2010-09-02 17:39 UTC  (3+ messages)

[RFC][PATCH 0/5] mm, highmem: kmap_atomic rework -v2
 2010-09-02 16:48 UTC  (3+ messages)
` [RFC][PATCH 2/5] mm: stack based kmap_atomic

[PATCH v2] vmscan: prevent background aging of anon page in no swap system
 2010-09-02 15:34 UTC  (3+ messages)

[RESEND PATCH v2] compaction: handle active and inactive fairly in too_many_isolated
 2010-09-02 14:32 UTC 

[PATCH] use total_highpages when calculating lowmem-only allocation sizes
 2010-09-02 12:28 UTC 

[PATCH] vmscan,tmpfs: treat used once pages on tmpfs as used once
 2010-09-02 10:04 UTC  (3+ messages)

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V3
 2010-09-02  8:51 UTC  (5+ messages)
` [PATCH 2/3] mm: page allocator: Calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake

[PATCH]vmscan: trival: delete dead code
 2010-09-02  6:55 UTC  (2+ messages)

[BUGFIX][PATCH] vmscan: don't use return value trick when oom_killer_disabled
 2010-09-02  3:18 UTC  (6+ messages)

[PATCH 2/3] mm: page allocator: Calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
 2010-09-02  0:54 UTC  (5+ messages)

[patch 1/3 v3] oom: add per-mm oom disable count
 2010-09-02  0:50 UTC  (3+ messages)

[patch -mm 1/2] oom: protect oom_disable_count with task_lock in fork
 2010-09-02  0:50 UTC  (4+ messages)
` [patch -mm 2/2] oom: use old_mm for oom_disable_count in exec

[PATCH 00/10] zram: various improvements and cleanups
 2010-09-02  0:34 UTC  (10+ messages)
` [PATCH 03/10] Use percpu stats


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