linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/35] Cleanup and optimise the page allocator V3
 2009-03-16 13:32 UTC  (47+ 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 03/35] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/35] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/35] Break up the allocator entry point into fast and slow paths
` [PATCH 06/35] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/35] Check in advance if the zonelist needs additional filtering
` [PATCH 08/35] Calculate the preferred zone for allocation only once
` [PATCH 09/35] Calculate the migratetype "
` [PATCH 10/35] Calculate the alloc_flags "
` [PATCH 11/35] Calculate the cold parameter "
` [PATCH 12/35] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/35] Inline __rmqueue_smallest()
` [PATCH 14/35] Inline buffered_rmqueue()
` [PATCH 15/35] Inline __rmqueue_fallback()
` [PATCH 16/35] Save text by reducing call sites of __rmqueue()
` [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

[PATCH 2/7] writeback: switch to per-bdi threads for flushing data
 2009-03-16 13:30 UTC  (2+ 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)

[PATCH 0/4] Memory controller soft limit patches (v6)
 2009-03-16 12:19 UTC  (17+ messages)
` [PATCH 1/4] Memory controller soft limit documentation (v6)
` [PATCH 2/4] Memory controller soft limit interface (v6)
` [PATCH 3/4] Memory controller soft limit organize cgroups (v6)
` [PATCH 4/4] Memory controller soft limit reclaim on contention (v6)

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

[RFC v13][PATCH 00/14] Kernel based checkpoint/restart
 2009-03-16  6:01 UTC  (47+ messages)
          ` What can OpenVZ do?
              ` How much of a mess does OpenVZ make? ;) Was: "

[RFC][PATCH 0/5] memcg softlimit (Another one) v4
 2009-03-16  0:10 UTC  (3+ messages)

[Bug 12556] pgoff_t type not wide enough (32-bit with LFS and/or LBD)
 2009-03-15  0:57 UTC  (3+ messages)

[PATCH] NOMMU: Pages allocated to a ramfs inode's pagecache may get wrongly discarded
 2009-03-14 11:17 UTC  (13+ messages)
      ` [uClinux-dev] "
    ` [PATCH 0/2] Make the Unevictable LRU available on NOMMU
      ` [PATCH 1/2] NOMMU: There is no mlock() for NOMMU, so don't provide the bits
      ` [PATCH 2/2] NOMMU: Make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=n

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

[BUGFIX][PATCH] vmscan: pgmoved should be cleared after updating recent_rotated
 2009-03-13 14:27 UTC  (2+ messages)

[PATCH 0/4] Memory controller soft limit patches (v5)
 2009-03-13  8:41 UTC  (38+ messages)
` [PATCH 1/4] Memory controller soft limit documentation (v5)
` [PATCH 2/4] Memory controller soft limit interface (v5)
` [PATCH 3/4] Memory controller soft limit organize cgroups (v5)
` [PATCH 4/4] Memory controller soft limit reclaim on contention (v5)

[patch 1/2] mm: page_mkwrite change prototype to match fault
 2009-03-13  3:21 UTC  (6+ messages)
` [patch 2/2] fs: fix page_mkwrite error cases in core code and btrfs

[PATCH] acquire mmap semaphore in pagemap_read
 2009-03-12 15:54 UTC  (8+ messages)

[PATCH]make the e->rule.xxx shorter in kernel auditfilter.c
 2009-03-12 14:16 UTC 

Supports for new slab allocator now in latest release
 2009-03-12 13:14 UTC  (2+ messages)
` New release of collectl now supports NFS V4 and buddyinfo

Memory usage per memory zone
 2009-03-12 12:06 UTC  (11+ messages)

Memory usage per memory zone
 2009-03-11 12:11 UTC 

page:  |  | latest

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