linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-14 16:01:55 to 2009-04-20 23:36:14 UTC [more...]

[patch 1/3] mm: fix pageref leak in do_swap_page()
 2009-04-20 23:36 UTC  (7+ messages)
` [patch 2/3][rfc] swap: try to reuse freed slots in the allocation area
` [patch 3/3][rfc] vmscan: batched swap slot allocation

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

[PATCH V3] Fix Committed_AS underflow
 2009-04-20 19:49 UTC  (4+ messages)

AIM9 from 2.6.22 to 2.6.29
 2009-04-20 17:00 UTC  (3+ messages)

[PATCH 0/5] ksm - dynamic page sharing driver for linux v4
 2009-04-20 12:52 UTC  (9+ messages)
` [PATCH 1/5] MMU_NOTIFIERS: add set_pte_at_notify()
  ` [PATCH 2/5] add get_pte(): helper function: fetching pte for va
    ` [PATCH 3/5] add page_wrprotect(): write protecting page
      ` [PATCH 4/5] add replace_page(): change the page pte is pointing to
        ` [PATCH 5/5] add ksm kernel shared memory driver

[PATCH][RFC] videobuf-dma-config: zero copy USERPTR support
 2009-04-20 10:55 UTC  (2+ messages)

Does get_user_pages_fast lock the user pages in memory in my case?
 2009-04-20  9:47 UTC  (21+ messages)

[PATCH for mmotm 0414] vmscan,memcg: reintroduce sc->may_swap
 2009-04-20  6:41 UTC  (6+ messages)
  ` [PATCH v3] "

[2.6.30-rc2 kswapd] lockdep warning: possible irq lock inversion dependency detected
 2009-04-19 13:14 UTC 

+ mtd-mtd-in-mtd_release-is-unused-without-config_mtd_char.patch added to -mm tree
 2009-04-19 12:39 UTC  (3+ messages)

[RFC][PATCH v3 6/6] fix wrong get_user_pages usage in iovlock.c
 2009-04-19 12:37 UTC  (5+ messages)

[RFC][PATCH v3 1/6] mm: Don't unmap gup()ed page
 2009-04-19 12:37 UTC  (10+ messages)

[PATCH 0/4] ksm - dynamic page sharing driver for linux v3
 2009-04-18 14:58 UTC  (21+ messages)
` [PATCH 1/4] MMU_NOTIFIERS: add set_pte_at_notify()
  ` [PATCH 2/4] add page_wrprotect(): write protecting page
    ` [PATCH 3/4] add replace_page(): change the page pte is pointing to
      ` [PATCH 4/4] add ksm kernel shared memory driver

[PATCH] MM: Introduce sysctls and fixes for __vm_enough_memory
 2009-04-17 23:17 UTC 

how to tell if arbitrary kernel memory address is backed by physical memory?
 2009-04-17 16:27 UTC  (4+ messages)

[PATCH] Add file based RSS accounting for memory resource controller (v2)
 2009-04-17 16:30 UTC  (23+ messages)
                              ` [PATCH] Add file based RSS accounting for memory resource controller (v3)

[RFC] memcg: handle swapcache leak
 2009-04-17  8:13 UTC  (23+ messages)
` [PATCH] fix unused/stale swap cache handling on memcg v1 (Re: "
      ` [PATCH] fix unused/stale swap cache handling on memcg v2
                ` [PATCH] fix unused/stale swap cache handling on memcg v3

Puzzled by __vm_enough_memory with OVERCOMMIT_NEVER
 2009-04-16 21:12 UTC 

[PATCH 3/3] readahead: introduce context readahead algorithm
 2009-04-16 17:12 UTC  (2+ messages)

[patch 1/5] slqb: irq section fix
 2009-04-16  9:30 UTC  (9+ messages)
` [patch 2/5] slqb: fix compilation warning
` [patch 3/5] slqb: cap remote free list size
` [patch 4/5] slqb: config slab size
` [patch 5/5] mm: prompt slqb default for oldconfig

[RFC][PATCH] proc: export more page flags in /proc/kpageflags
 2009-04-16  6:30 UTC  (12+ messages)

[PATCH] hugetlbfs: return negative error code for bad mount option
 2009-04-16  5:01 UTC  (3+ messages)

[PATCH] memcg remove warning at DEBUG_VM=off
 2009-04-16  3:25 UTC  (7+ messages)

[patch] mm: close page_mkwrite races (try 2)
 2009-04-16  2:23 UTC  (5+ messages)
` [patch] mm: close page_mkwrite races (try 3)

[PATCH] migration: only migrate_prep() once per move_pages()
 2009-04-15 12:41 UTC  (4+ messages)

meminfo Committed_AS underflows
 2009-04-15  8:47 UTC  (7+ messages)

[RFC][PATCH] Add file RSS accounting to the memory resource controller
 2009-04-15  4:14 UTC  (4+ messages)

[RFC][PATCH 0/6] IO pinning(get_user_pages()) vs fork race fix
 2009-04-15  3:00 UTC  (14+ messages)
` [RFC][PATCH v3 2/6] mm, directio: fix fork vs direct-io race (read(2) side IOW gup(write) side)
` [RFC][PATCH v3 3/6] nfs, direct-io: fix fork vs direct-io race on nfs
` [RFC][PATCH v3 4/6] aio: Don't inherit aio ring memory at fork

[RFC][PATCH 0/9] File descriptor hot-unplug support
 2009-04-15  2:55 UTC  (10+ messages)
` [RFC][PATCH 5/9] vfs: Introduce basic infrastructure for revoking a file

procps and new kernel fields
 2009-04-14 18:35 UTC  (4+ messages)
` [feedback] "


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