linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-02 11:24:14 to 2009-04-08 05:21:54 UTC [more...]

[PATCH] memcg remove warning at DEBUG_VM=off
 2009-04-08  5:20 UTC 

[PATCH] [0/16] POISON: Intro
 2009-04-08  5:15 UTC  (41+ messages)
` [PATCH] [1/16] POISON: Add support for high priority work items
` [PATCH] [2/16] POISON: Add page flag for poisoned pages
` [PATCH] [3/16] POISON: Handle poisoned pages in page free
` [PATCH] [4/16] POISON: Export some rmap vma locking to outside world
` [PATCH] [5/16] POISON: Add support for poison swap entries
` [PATCH] [6/16] POISON: Add new SIGBUS error codes for poison signals
` [PATCH] [7/16] POISON: Add basic support for poisoned pages in fault handler
` [PATCH] [8/16] POISON: Add various poison checks in mm/memory.c
` [PATCH] [9/16] POISON: x86: Add VM_FAULT_POISON handling to x86 page fault handler
` [PATCH] [10/16] POISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [11/16] POISON: Handle poisoned pages in try_to_unmap
` [PATCH] [12/16] POISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [13/16] POISON: The high level memory error handler in the VM
` [PATCH] [14/16] x86: MCE: Rename mce_notify_user to mce_notify_irq
` [PATCH] [15/16] x86: MCE: Support action-optional machine checks
` [PATCH] [16/16] POISON: Add madvise() based injector for poisoned data

[PATCH 1/2] Avoid putting a bad page back on the LRU
 2009-04-08  3:43 UTC  (2+ messages)

[PATCH 00/14] filemap and readahead fixes
 2009-04-08  2:29 UTC  (21+ messages)
` [PATCH 01/14] mm: fix find_lock_page_retry() return value parsing
` [PATCH 02/14] mm: fix major/minor fault accounting on retried fault
` [PATCH 03/14] mm: remove FAULT_FLAG_RETRY dead code
` [PATCH 04/14] mm: reduce duplicate page fault code
` [PATCH 05/14] readahead: account mmap_miss for VM_FAULT_RETRY
` [PATCH 06/14] readahead: move max_sane_readahead() calls into force_page_cache_readahead()
` [PATCH 07/14] readahead: apply max_sane_readahead() limit in ondemand_readahead()
` [PATCH 08/14] readahead: remove one unnecessary radix tree lookup
` [PATCH 09/14] readahead: increase interleaved readahead size
` [PATCH 10/14] readahead: remove sync/async readahead call dependency
` [PATCH 11/14] readahead: clean up and simplify the code for filemap page fault readahead
` [PATCH 12/14] readahead: sequential mmap readahead
` [PATCH 13/14] readahead: enforce full readahead size on async "
` [PATCH 14/14] readahead: record mmap read-around states in file_ra_state

[RFC][PATCH 0/3] cpuset,mm: fix memory spread bug
 2009-04-08  0:56 UTC  (3+ messages)

[PATCH 2/2] ia64: Call migration code on correctable errors
 2009-04-08  0:13 UTC 

[PATCH 0/2] Migrate data off physical pages with corrected memory errors
 2009-04-08  0:10 UTC 

[PATCH 00/14] filemap and readahead fixes
 2009-04-07 15:50 UTC  (16+ messages)
` [PATCH 01/14] mm: fix find_lock_page_retry() return value parsing
` [PATCH 02/14] mm: fix major/minor fault accounting on retried fault
` [PATCH 03/14] mm: remove FAULT_FLAG_RETRY dead code
` [PATCH 04/14] mm: reduce duplicate page fault code
` [PATCH 05/14] readahead: account mmap_miss for VM_FAULT_RETRY
` [PATCH 06/14] readahead: move max_sane_readahead() calls into force_page_cache_readahead()
` [PATCH 07/14] readahead: apply max_sane_readahead() limit in ondemand_readahead()
` [PATCH 08/14] readahead: remove one unnecessary radix tree lookup
` [PATCH 09/14] readahead: increase interleaved readahead size
` [PATCH 10/14] readahead: remove sync/async readahead call dependency
` [PATCH 11/14] readahead: clean up and simplify the code for filemap page fault readahead
` [PATCH 12/14] readahead: sequential mmap readahead
` [PATCH 13/14] readahead: enforce full readahead size on async "
` [PATCH 14/14] readahead: record mmap read-around states in file_ra_state

[PATCH 0/4] ksm - dynamic page sharing driver for linux v2
 2009-04-07 13:57 UTC  (12+ 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

procps and new kernel fields
 2009-04-07 13:02 UTC  (3+ messages)
` [feedback] "

[RFC][PATCH 3/3] cpuset,mm: update tasks' mems_allowed in time
 2009-04-07 10:52 UTC 

[RFI] Shared accounting for memory resource controller
 2009-04-07 10:10 UTC  (7+ messages)

+ mm-align-vmstat_works-timer.patch added to -mm tree
 2009-04-07  4:04 UTC  (3+ messages)

[RFC][PATCH 0/9] memcg soft limit v2 (new design)
 2009-04-07  2:26 UTC  (20+ messages)
` [RFC][PATCH 1/9] "
` [RFC][PATCH 2/9] soft limit framework for memcg
` [RFC][PATCH 3/9] soft limit update filter
` [RFC][PATCH 4/9] soft limit queue and priority
` [RFC][PATCH 5/9] add more hooks and check in lazy manner
` [RFC][PATCH 6/9] active inactive ratio for private
` [RFC][PATCH 7/9] vicitim selection logic
` [RFC][PATCH 8/9] lru reordering
` [RFC][PATCH 9/9] more event filter depend on priority
` [RFC][PATCH ex/9] for debug

[patch 0/6] Guest page hinting version 7
 2009-04-06 19:23 UTC  (20+ messages)

[PATCH 1/2] Point the UNEVICTABLE_LRU config option at the documentation
 2009-04-06 12:21 UTC  (2+ messages)
` [PATCH 2/2] Reformat the Unevictable-LRU documentation

[PATCH for -mm] getrusage: fill ru_maxrss value
 2009-04-06  7:22 UTC  (14+ messages)

[PATCH] do_xip_mapping_read: fix length calculation
 2009-04-04  0:35 UTC  (3+ messages)

ftruncate-mmap: pages are lost after writing to mmaped file
 2009-04-03 21:34 UTC  (14+ messages)

[PATCH 4/4] add ksm kernel shared memory driver
 2009-04-03 16:22 UTC  (25+ messages)
                      ` [PATCH 5/4] update ksm userspace interfaces

[RFC v2][PATCH]page_fault retry with NOPAGE_RETRY
 2009-04-03 10:53 UTC  (6+ messages)
  ` [PATCH] vfs: fix find_lock_page_retry() return value parsing
    ` [PATCH v2] "
      ` [PATCH] vfs: reduce page fault retry code

Detailed Stack Information Patch [2/3]
 2009-04-03  8:54 UTC  (6+ messages)

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

mmotm 2009-01-12-16-53 uploaded
 2009-04-03  1:25 UTC  (8+ messages)
    ` [RFC][PATCH] don't show pgoff of vma if vma is pure ANON (was Re: mmotm 2009-01-12-16-53 uploaded)
            ` [PATCH] proc pid maps dont show pgoff of pure anon vmas style fix (WasRe: "

Detailed Stack Information Patch [1/3]
 2009-04-02 21:26 UTC  (3+ messages)

[PATCH 0/4] ksm - dynamic page sharing driver for linux
 2009-04-02 19:49 UTC  (5+ messages)

Problem in "prune_icache"
 2009-04-02 15:28 UTC  (2+ messages)


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