linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH/RFC 0/8] Mem Policy: More Reference Counting/Fallback Fixes and Misc Cleanups
 2007-12-06 21:21 UTC  (8+ 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 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  (56+ 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] mm/sparse.c: Check the return value of sparse_index_alloc()
 2007-11-29 17:47 UTC  (8+ messages)
` [Patch] mm/sparse.c: Improve the error handling for sparse_add_one_section()
    ` [Patch](Resend) "

[PATCH][for -mm] per-zone and reclaim enhancements for memory controller take 3 [0/10] introduction
 2007-11-29  3:42 UTC  (11+ messages)
` [PATCH][for -mm] per-zone and reclaim enhancements for memory controller take 3 [3/10] per-zone active inactive counter

[PATCH 1/2] powerpc: add hugepagesz boot-time parameter
 2007-11-29  3:01 UTC  (5+ messages)

[patch 00/17] Slab Fragmentation Reduction V8
 2007-11-28 22:31 UTC  (9+ messages)
` [patch 10/17] FS: ExtX filesystem defrag
` [patch 11/17] FS: XFS slab defragmentation
` [patch 12/17] FS: Proc filesystem support for slab defrag
` [patch 13/17] FS: Slab defrag: Reiserfs support
` [patch 14/17] FS: Socket inode defragmentation
` [patch 15/17] dentries: Add constructor
` [patch 16/17] dentries: dentry defragmentation
` [patch 17/17] SLUB: Add KICKABLE to avoid repeated kick() attempts

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox