linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-31 07:53:42 to 2010-09-04 03:17:16 UTC [more...]

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V4
 2010-09-04  3:21 UTC  (13+ 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

[PATCH] Make is_mem_section_removable more conformable with offlining code
 2010-09-04  2:55 UTC  (35+ 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

[RESEND PATCH v2] compaction: fix COMPACTPAGEFAILED counting
 2010-09-04  2:04 UTC  (3+ 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] fix swapin race condition
 2010-09-03 23:57 UTC  (3+ 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] avoid warning when COMPACTION is selected
 2010-09-03 20:06 UTC  (2+ messages)

[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/RFCv4 0/6] The Contiguous Memory Allocator framework
 2010-09-03 10:29 UTC  (13+ messages)

[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  (6+ messages)

[RFC][PATCH 0/5] mm, highmem: kmap_atomic rework -v2
 2010-09-02 16:48 UTC  (10+ messages)
` [RFC][PATCH 1/5] mm: strictly nested kmap_atomic
` [RFC][PATCH 2/5] mm: stack based kmap_atomic
` [RFC][PATCH 3/5] mm: Remove pte_*map_nested()
` [RFC][PATCH 4/5] perf, x86: Fix up kmap_atomic type
` [RFC][PATCH 5/5] mm: highmem documentation

[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  (5+ messages)

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V3
 2010-09-02  8:51 UTC  (21+ 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

[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  (9+ messages)

[patch 1/3 v3] oom: add per-mm oom disable count
 2010-09-02  0:50 UTC  (5+ 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  (17+ messages)
` [PATCH 01/10] Replace ioctls with sysfs interface
` [PATCH 03/10] Use percpu stats

[patch] oom: filter unkillable tasks from tasklist dump
 2010-09-02  0:19 UTC  (2+ messages)

[BUGFIX for 2.6.36][RESEND][PATCH 1/2] oom: remove totalpage normalization from oom_badness()
 2010-09-01 22:18 UTC  (3+ messages)
` [BUGFIX for 2.6.36][RESEND][PATCH 2/2] Revert "oom: deprecate oom_adj tunable"

[PATCH 1/2][BUGFIX] oom: remove totalpage normalization from oom_badness()
 2010-09-01 22:06 UTC  (4+ messages)

Transparent Hugepage Support #30
 2010-09-01 19:50 UTC  (3+ messages)
` [patch] transparent hugepage sysfs meminfo

[PATCH 0/5] memcg: towards I/O aware memcg v7
 2010-09-01  7:52 UTC  (7+ messages)
` [PATCH 1/5] cgroup: change allocation of css ID placement
` [PATCH 2/5] memcg: more use of css ID in memcg
` [PATCH 3/5] memcg: use ID in page cgroup
` [PATCH 4/5] memcg: light weight file mapped update lock system
` [PATCH 5/5] memcg: generic file status accounting

[PATCH 0/5] memcg: towards I/O aware memcg v6
 2010-09-01  0:31 UTC  (12+ messages)
` [PATCH 2/5] memcg: quick memcg lookup array
` [PATCH 4/5] memcg: lockless update of file stat with move-account safe method
` [PATCH 5/5] memcg: generic file stat accounting interface

Question of backporting the trace-vmscan-postprocess.pl
 2010-08-31 21:47 UTC  (3+ messages)

2.6.34.1 page allocation failure
 2010-08-31 20:28 UTC  (12+ 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).