linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/26] Cleanup and optimise the page allocator V4
 2009-03-18 18:17 UTC  (36+ messages)
` [PATCH 01/27] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/27] Do not sanity check order in the fast path
` [PATCH 03/27] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/27] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/27] Break up the allocator entry point into fast and slow paths
` [PATCH 06/27] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/27] Check in advance if the zonelist needs additional filtering
` [PATCH 08/27] Calculate the preferred zone for allocation only once
` [PATCH 09/27] Calculate the migratetype "
` [PATCH 10/27] Calculate the alloc_flags "
` [PATCH 11/27] Calculate the cold parameter "
` [PATCH 12/27] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/27] Inline __rmqueue_smallest()
` [PATCH 14/27] Inline buffered_rmqueue()
` [PATCH 15/27] Inline __rmqueue_fallback()
` [PATCH 16/27] Save text by reducing call sites of __rmqueue()
` [PATCH 17/27] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/27] Do not disable interrupts in free_page_mlock()
` [PATCH 19/27] Do not setup zonelist cache when there is only one node
` [PATCH 20/27] Use a pre-calculated value for num_online_nodes()
` [PATCH 21/27] Do not check for compound pages during the page allocator sanity checks
` [PATCH 22/27] Use allocation flags as an index to the zone watermark
` [PATCH 23/27] Update NR_FREE_PAGES only as necessary
` [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values
` [PATCH 25/27] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 26/27] Get the pageblock migratetype without disabling interrupts

[PATCH 00/35] Cleanup and optimise the page allocator V3
 2009-03-18 18:01 UTC  (70+ messages)
` [PATCH 01/35] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/35] Do not sanity check order in the fast path
` [PATCH 06/35] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 15/35] Inline __rmqueue_fallback()
` [PATCH 17/35] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/35] Do not disable interrupts in free_page_mlock()
` [PATCH 19/35] Do not setup zonelist cache when there is only one node
` [PATCH 20/35] Use a pre-calculated value for num_online_nodes()
` [PATCH 21/35] Do not check for compound pages during the page allocator sanity checks
` [PATCH 22/35] Use allocation flags as an index to the zone watermark
` [PATCH 23/35] Update NR_FREE_PAGES only as necessary
` [PATCH 24/35] Convert gfp_zone() to use a table of precalculated values
` [PATCH 25/35] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 26/35] Use the per-cpu allocator for orders up to PAGE_ALLOC_COSTLY_ORDER
` [PATCH 27/35] Split per-cpu list into one-list-per-migrate-type
` [PATCH 28/35] Batch free pages from migratetype per-cpu lists
` [PATCH 29/35] Do not store the PCP high and batch watermarks in the per-cpu structure
` [PATCH 30/35] Skip the PCP list search by counting the order and type of pages on list
` [PATCH 31/35] Optimistically check the first page on the PCP free list is suitable
` [PATCH 32/35] Inline next_zones_zonelist() of the zonelist scan in the fastpath
` [PATCH 33/35] Do not merge buddies until they are needed by a high-order allocation or anti-fragmentation
` [PATCH 34/35] Allow compound pages to be stored on the PCP lists
` [PATCH 35/35] Allow up to 4MB PCP lists due to compound pages

[RFC] memcg: handle swapcache leak
 2009-03-18 14:17 UTC  (12+ messages)
              ` [PATCH] fix unused/stale swap cache handling on memcg v1 (Re: "

fput under mmap_sem
 2009-03-18 12:37 UTC  (2+ messages)

[RFC v13][PATCH 00/14] Kernel based checkpoint/restart
 2009-03-18  7:21 UTC  (4+ messages)
` [RFC v13][PATCH 05/14] x86 support for checkpoint/restart

[PATCH 0/4] Memory controller soft limit patches (v6)
 2009-03-18  4:14 UTC  (23+ messages)
` [PATCH 4/4] Memory controller soft limit reclaim on contention (v6)

[aarcange@redhat.com: [PATCH] fork vs gup(-fast) fix]
 2009-03-18  2:04 UTC  (37+ messages)

[Bug 5493] mprotect usage causing slow system performance and freezing
 2009-03-17 21:03 UTC 

[PATCH] acquire mmap semaphore in pagemap_read
 2009-03-17 16:21 UTC  (7+ messages)

oom-killer killing even if memory is available?
 2009-03-17 11:39 UTC  (8+ messages)

[PATCH next] slob: fix build problem
 2009-03-17  9:04 UTC  (3+ messages)

I just got got another Oops
 2009-03-16 23:44 UTC  (4+ messages)
      ` BUG?: PAGE_FLAGS_CHECK_AT_PREP seems to be cleared too early (Was "

How much of a mess does OpenVZ make? ;) Was: What can OpenVZ do?
 2009-03-16 22:33 UTC  (12+ messages)

[BUGFIX][PATCH] memcg: charge swapcache to proper memcg
 2009-03-16 22:25 UTC  (9+ messages)
        ` [PATCH] use css id in swap cgroup for saving memory v5

[Patch] mm tracepoints
 2009-03-16 19:52 UTC 

[aarcange@redhat.com: [PATCH] fork vs gup(-fast) fix]
 2009-03-16 16:01 UTC  (5+ messages)

[PATCH 2/7] writeback: switch to per-bdi threads for flushing data
 2009-03-16 13:39 UTC  (3+ messages)

[RFC PATCH 1/2] mm: tlb: Add range to tlb_start_vma() and tlb_end_vma()
 2009-03-16 13:30 UTC  (7+ messages)
` [PATCH] [ARM] Flush only the needed range when unmapping a VMA
          ` [PATCH v2] "

[PATCH] Point the UNEVICTABLE_LRU config option at the documentation
 2009-03-16 13:14 UTC  (5+ messages)

[PATCH] fix/improve generic page table walker
 2009-03-16 12:55 UTC  (9+ 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