linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-11-29 04:19:50 to 2007-12-14 13:46:11 UTC [more...]

[rfc][patch 1/2] mm: introduce VM_MIXEDMAP mappings
 2007-12-14 13:46 UTC  (3+ messages)
` [rfc][patch 2/2] xip: support non-struct page memory

QUEUE_FLAG_CLUSTER: not working in 2.6.24 ?
 2007-12-14 11:50 UTC  (20+ messages)
                                      ` [PATCH] fix page_alloc for larger I/O segments (improved)
                                  ` [PATCH] fix page_alloc for larger I/O segments
                    ` VM allocates pages in reverse order again

[RFC][PATCH] fix bus error when trying to access anon & shared page created by mremap()[BUG:8691]
 2007-12-14  2:59 UTC 

[RFC][PATCH 1/2] hugetlb: introduce nr_overcommit_hugepages sysctl
 2007-12-13 22:17 UTC  (18+ messages)
` [RFC][PATCH 2/2] Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"
      ` [RFC][PATCH 3/3] Documetation: update hugetlb information

[PATCH 0/6] Use two zonelists per node instead of multiple zonelists v11r2
 2007-12-13 16:16 UTC  (11+ messages)
` [PATCH 1/6] Use zonelists instead of zones when direct reclaiming pages
` [PATCH 2/6] Introduce node_zonelist() for accessing the zonelist for a GFP mask
` [PATCH 3/6] Remember what the preferred zone is for zone_statistics
` [PATCH 4/6] Use two zonelist that are filtered by GFP mask
` [PATCH 5/6] Have zonelist contains structs with both a zone pointer and zone_idx
` [PATCH 6/6] Filter based on a nodemask as well as a gfp_mask

[patch] Converting writeback linked lists to a tree based data structure
 2007-12-13  0:32 UTC 

[patch 1/1] Writeback fix for concurrent large and small file writes
 2007-12-12 23:03 UTC  (3+ messages)

[rfc] more granular page table lock for hugepages
 2007-12-12  5:40 UTC  (8+ messages)
` [rfc] lockless get_user_pages for dio (and more)

[PATCH][for -mm] fix accounting in vmscan.c for memory controller
 2007-12-11 11:24 UTC  (5+ messages)

[DOC][for -mm] update Documentation/controller/memory.txt
 2007-12-11  5:12 UTC  (2+ messages)

[PATCH/RFC 0/8] Mem Policy: More Reference Counting/Fallback Fixes and Misc Cleanups
 2007-12-06 21:34 UTC  (11+ messages)
` [PATCH/RFC 1/8] Mem Policy: Write lock mmap_sem while changing task mempolicy
` [PATCH/RFC 2/8] Mem Policy: Fixup Fallback for Default Shmem Policy
` [PATCH/RFC 3/8] Mem Policy: Mark shared policies for unref
` [PATCH/RFC 4/8] Mem Policy: Document {set|get}_policy() vm_ops APIs
` [PATCH/RFC 5/8] Mem Policy: Rework mempolicy Reference Counting [yet again]
` [PATCH/RFC 6/8] Mem Policy: Use MPOL_PREFERRED for system-wide default policy
` [PATCH/RFC 7/8] Mem Policy: MPOL_PREFERRED cleanups for "local allocation"
` [PATCH/RFC 8/8] Mem Policy: Fix up MPOL_BIND documentation

[patch-RFC 5/7] LTTng instrumentation mm
 2007-12-06  2:26 UTC 

[patch 16/18] mm: special mapping nopage
 2007-12-05 23:23 UTC  (4+ messages)
` [patch 17/18] mm: remove nopage

page_referenced() and VM_LOCKED
 2007-12-05 15:54 UTC  (5+ messages)

What can we do to get ready for memory controller merge in 2.6.25
 2007-12-05 10:50 UTC  (12+ messages)

[RFC][for -mm] memory controller enhancements for reclaiming take2 [0/8] introduction
 2007-12-05  0:44 UTC  (23+ messages)
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [1/8] clean up : remove unused variable
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [2/8] add BUG_ON() in mem_cgroup_zoneinfo
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [3/8] define free_mem_cgroup_per_zone_info
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [4/8] possible race fix in res_counter
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [5/8] throttling simultaneous callers of try_to_free_mem_cgroup_pages
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [6/8] high_low watermark for res_counter
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [7/8] bacground reclaim for memory controller
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [8/8] wake up waiters at unchage

[RFC 5/7] LTTng instrumentation mm
 2007-12-04 20:28 UTC  (21+ messages)
            ` [RFC PATCH] LTTng instrumentation mm (using page_to_pfn)
                    ` [RFC PATCH] LTTng instrumentation mm (updated)

[patch 1/1] Writeback fix for concurrent large and small file writes
 2007-12-04  9:06 UTC  (8+ messages)

[patch 00/19] Page cache: Replace PAGE_CACHE_xx with inline functions V2
 2007-12-04  5:59 UTC  (23+ messages)
` [patch 01/19] Define functions for page cache handling
` [patch 02/19] Use page_cache_xxx functions in mm/filemap.c
` [patch 03/19] Use page_cache_xxx in mm/page-writeback.c
` [patch 04/19] Use page_cache_xxx in mm/truncate.c
` [patch 05/19] Use page_cache_xxx in mm/rmap.c
` [patch 06/19] Use page_cache_xxx in mm/filemap_xip.c
` [patch 07/19] Use page_cache_xxx in mm/migrate.c
` [patch 08/19] Use page_cache_xxx in fs/libfs.c
` [patch 09/19] Use page_cache_xxx in fs/sync
` [patch 10/19] Use page_cache_xxx in fs/buffer.c
` [patch 11/19] Use page_cache_xxx in mm/mpage.c
` [patch 12/19] Use page_cache_xxx in mm/fadvise.c
` [patch 13/19] Use page_cache_xxx in fs/splice.c
` [patch 14/19] Use page_cache_xxx in ext2
` [patch 15/19] Use page_cache_xxx in fs/ext3
` [patch 16/19] Use page_cache_xxx in fs/ext4
` [patch 17/19] Use page_cache_xxx in fs/reiserfs
` [patch 18/19] Use page_cache_xxx for fs/xfs
` [patch 19/19] Use page_cache_xxx in drivers/block/rd.c

[PATCH 2/2] powerpc: make 64K huge pages more reliable
 2007-12-04  0:28 UTC  (5+ messages)

[PATCH] mm: fix confusing __GFP_REPEAT related comments
 2007-12-03 18:06 UTC  (8+ messages)

[BUG 2.6.24-rc3-git6] SLUB's ksize() fails for size > 2048
 2007-12-03 11:33 UTC  (9+ messages)

[PATCH] mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init
 2007-12-02 11:59 UTC 

PROBLEM: System Freeze on Particular workload with kernel 2.6.22.6
 2007-12-01 22:39 UTC  (3+ messages)

RFC/POC Make Page Tables Relocatable Part 2 Page Table Migration Code
 2007-11-30 18:32 UTC  (3+ messages)

RFC/POC Make Page Tables Relocatable Part 1 Create Conditional Flush
 2007-11-30 16:35 UTC 

[PATCH] Fix kmem_cache_free performance regression in slab
 2007-11-30  9:14 UTC  (3+ messages)

[patch 00/19] Page cache: Replace PAGE_CACHE_xx with inline functions
 2007-11-29 19:23 UTC  (23+ messages)
` [patch 01/19] Define functions for page cache handling
` [patch 06/19] Use page_cache_xxx in mm/filemap_xip.c
` [patch 14/19] Use page_cache_xxx in ext2
` [patch 18/19] Use page_cache_xxx for fs/xfs
` [patch 19/19] Use page_cache_xxx in drivers/block/rd.c

[Patch] mm/sparse.c: Check the return value of sparse_index_alloc()
 2007-11-29 17:47 UTC  (7+ messages)
` [Patch] mm/sparse.c: Improve the error handling for sparse_add_one_section()
    ` [Patch](Resend) "


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