linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
The performance and behaviour of the anti-fragmentation related patches
 2007-03-02 22:22 UTC  (72+ messages)

[PATCH] free swap space of (re)activated pages
 2007-03-02 20:31 UTC 

[PATCH 0/5] Lumpy Reclaim V4
 2007-03-02 15:57 UTC  (10+ messages)
` [PATCH 1/5] Lumpy Reclaim V3
` [PATCH 2/5] lumpy: isolate_lru_pages wants to specifically take active or inactive pages
` [PATCH 3/5] lumpy: ensure that we compare PageActive and active safely
` [PATCH 4/5] lumpy: update commentry on subtle comparisons and rounding assumptions
` [PATCH 5/5] lumpy: only check for valid pages when holes are present

Can This Be
 2007-03-02 14:10 UTC 

Remove page flags for software suspend
 2007-03-02 10:17 UTC  (24+ messages)

vma_migratable fix
 2007-03-02  3:34 UTC  (3+ messages)

[PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support
 2007-03-02  2:00 UTC  (6+ messages)
` [PATCH/RFC 2.6.20 2/2] fbdev: Hecuba fb driver
  ` [Linux-fbdev-devel] [PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support

[PATCH] Safer nr_node_ids and nr_node_ids determination and initial values
 2007-03-01 21:55 UTC 

[patch] mm: fix xip issue with /dev/zero
 2007-03-01 18:59 UTC  (4+ messages)
  ` [RFC] "

differences between MADV_FREE and MADV_DONTNEED
 2007-03-01 18:11 UTC  (2+ messages)

[PATCH 0/8] Create optional ZONE_MOVABLE to partition memory between movable and non-movable pages v2
 2007-03-01 10:10 UTC  (9+ messages)
` [PATCH 1/8] Add __GFP_MOVABLE for callers to flag allocations that may be migrated
` [PATCH 2/8] Create the ZONE_MOVABLE zone
` [PATCH 3/8] Allow huge page allocations to use GFP_HIGH_MOVABLE
` [PATCH 4/8] x86 - Specify amount of kernel memory at boot time
` [PATCH 5/8] ppc and powerpc "
` [PATCH 6/8] x86_64 "
` [PATCH 7/8] ia64 "
` [PATCH 8/8] Add documentation for additional boot parameter and sysctl

[PATCH 0/12] Group pages of related mobility together to reduce external fragmentation v28
 2007-03-01 10:06 UTC  (13+ messages)
` [PATCH 1/12] Add a bitmap that is used to track flags affecting a block of pages
` [PATCH 2/12] Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
` [PATCH 3/12] Add __GFP_MOVABLE for callers to flag allocations from low "
` [PATCH 4/12] Split the free lists for movable and unmovable allocations
` [PATCH 5/12] Choose pages from the per-cpu list based on migration type
` [PATCH 6/12] Add a configure option to group pages by mobility
` [PATCH 7/12] Drain per-cpu lists when high-order allocations fail
` [PATCH 8/12] Move free pages between lists on steal
` [PATCH 9/12] Group short-lived and reclaimable kernel allocations
` [PATCH 10/12] Group high-order atomic allocations
` [PATCH 11/12] Bias the placement of kernel pages at lower PFNs
` [PATCH 12/12] Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallback

Keep Me Updated
 2007-03-01  5:19 UTC 

[PATCH] SLUB The unqueued slab allocator V3
 2007-03-01  1:48 UTC  (5+ messages)

[PATCH 2.6.20 1/1] fbdev,mm: hecuba/E-Ink fbdev driver
 2007-02-28 16:50 UTC  (12+ messages)
                    ` [Linux-fbdev-devel] [PATCH 2.6.20 1/1] fbdev, mm: "

Problem with 2.6.20 and highmem64
 2007-02-28 16:32 UTC  (2+ messages)

Hehe
 2007-02-28 12:26 UTC 

[PATCH] mm: be sure to trim blocks after direct_io has failed
 2007-02-28  8:55 UTC 

Possible ppc64 (and maybe others ?) mm problem
 2007-02-27 10:43 UTC  (2+ messages)

[patch 0/6] fault vs truncate/invalidate race fix
 2007-02-27  8:50 UTC  (6+ messages)

off life support and died this week. The last time so many firefighters were killed
 2007-02-27  3:06 UTC 

[PATCH] SLUB v2
 2007-02-27  0:36 UTC  (2+ messages)

[RFC][PATCH] mm: balance_dirty_pages() vs throttle_vm_writeout() deadlock
 2007-02-26 14:10 UTC  (4+ messages)

Found It Here
 2007-02-26  9:35 UTC 

[RFC][PATCH][0/4] Memory controller (RSS Control) (v2)
 2007-02-26  6:15 UTC  (5+ messages)
` [RFC][PATCH][1/4] RSS controller setup (v2)
` [RFC][PATCH][2/4] Add RSS accounting and control (v2)
` [RFC][PATCH][3/4] Add reclaim support (v2)
` [RFC][PATCH][4/4] RSS controller documentation (v2)

[patch 0/3] 2.6.20 fix for PageUptodate memorder problem (try 4)
 2007-02-26  2:37 UTC  (4+ messages)
` [patch 3/3] mm: fix PageUptodate memorder

SLUB: The unqueued Slab allocator
 2007-02-25 12:23 UTC  (11+ messages)

Whatcha Think
 2007-02-25  4:56 UTC 

[PATCH 2.6.20-rc5 1/1] MM: enhance Linux swap subsystem
 2007-02-25  1:47 UTC  (7+ messages)

[PATCH 00/29] swap over networked storage -v11
 2007-02-24 16:55 UTC  (8+ messages)
` [PATCH 18/29] netfilter: notify about NF_QUEUE vs emergency skbs

Timing, Great Or No
 2007-02-24 15:05 UTC 

[RFC][PATCH][0/4] Memory controller (RSS Control) (
 2007-02-24 14:48 UTC  (6+ messages)
` [RFC][PATCH][1/4] RSS controller setup (
` [RFC][PATCH][2/4] Add RSS accounting and control (
` [RFC][PATCH][3/4] Add reclaim support (
` [RFC][PATCH][4/4] RSS controller documentation (
` Memcontrol patchset (was Re: [RFC][PATCH][0/4] Memory controller (RSS Control) ()

[RFC 2.6.20 1/1] fbdev,mm: Deferred IO and hecubafb driver
 2007-02-24  8:24 UTC  (5+ messages)
` [Linux-fbdev-devel] [RFC 2.6.20 1/1] fbdev, mm: "

[RFC/PATCH] slab: free pages in a batch in drain_freelist
 2007-02-24  4:30 UTC  (2+ messages)

Thanks For Everything
 2007-02-24  3:14 UTC 

[RFC] [PATCH 2.6.20-mm2] Optionally inherit mlockall() semantics across fork()/exec()
 2007-02-23 19:16 UTC  (4+ messages)

page:  |  | latest

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