linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-03 20:05:45 to 2009-06-09 05:27:19 UTC [more...]

[RFC][PATCH 0/9] File descriptor hot-unplug support
 2009-06-09  5:50 UTC  (34+ messages)
` [PATCH 0/23] File descriptor hot-unplug support v2
  ` [PATCH 02/23] vfs: Implement unpoll_file
  ` [PATCH 03/23] vfs: Generalize the file_list
  ` [PATCH 04/23] vfs: Introduce infrastructure for revoking a file
  ` [PATCH 07/23] vfs: Teach sendfile,splice,tee,and vmsplice to use file_hotplug_lock
  ` [PATCH 18/23] vfs: Teach epoll "
  ` [PATCH 23/23] vfs: Teach readahead to use the file_hotplug_lock

[PATCH 0/4] RFC - ksm api change into madvise
 2009-06-09  4:48 UTC  (12+ messages)
  ` [PATCH mmotm] ksm: stop scan skipping pages

[PATCH 0/3] make mapped executable pages the first class citizen (with test cases)
 2009-06-09  3:28 UTC  (7+ messages)
` [PATCH 1/3] vmscan: report vm_flags in page_referenced()
` [PATCH 2/3] vmscan: make mapped executable pages the first class citizen
` [PATCH 3/3] vmscan: merge duplicate code in shrink_active_list()

[PATCH 0/3] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectations
 2009-06-09  3:11 UTC  (19+ messages)
` [PATCH 1/3] Reintroduce zone_reclaim_interval for when zone_reclaim() scans and fails to avoid CPU spinning at 100% on NUMA
` [PATCH 2/3] Properly account for the number of page cache pages zone_reclaim() can reclaim
` [PATCH 3/3] Do not unconditionally treat zones that fail zone_reclaim() as full

huge mem mmap eats all CPU when multiple processes
 2009-06-09  0:41 UTC 

[PATCH] Add a gfp-translate script to help understand page allocation failure reports
 2009-06-08 23:57 UTC  (9+ messages)

Probablem with dropping caches
 2009-06-08 23:30 UTC 

[rfc][patch] swap: virtual swap readahead
 2009-06-08 17:58 UTC  (3+ messages)

[PATCH 2/3] vmscan: make mapped executable pages the first class citizen
 2009-06-08 17:18 UTC  (16+ messages)

[PATCH] x86, UV: Fix nacros for multiple coherency domains
 2009-06-08 16:03 UTC  (2+ messages)

[patch][v2] swap: virtual swap readahead
 2009-06-08 15:21 UTC  (8+ messages)

[PATCH] [0/16] HWPOISON: Intro
 2009-06-08 14:46 UTC  (12+ messages)
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3

[PATCH v4] zone_reclaim is always 0 by default
 2009-06-08 11:50 UTC  (4+ messages)

[PATCH 0/2] Fixes for hugetlbfs-related problems on shared memory
 2009-06-08 10:24 UTC  (3+ messages)

[PATCH mmotm] vmscan: fix may_swap handling for memcg
 2009-06-08  7:54 UTC  (5+ messages)

[RFC] Low overhead patches for the memory cgroup controller (v2)
 2009-06-08  0:20 UTC  (13+ messages)
        ` Low overhead patches for the memory cgroup controller (v3)

[RFC] remove page_table_lock in anon_vma_prepare
 2009-06-07 23:50 UTC  (5+ messages)

[PATCH] Change ZERO_SIZE_PTR to point at unmapped space
 2009-06-07 10:29 UTC  (34+ messages)
            ` Security fix for remapping of page 0 (was [PATCH] Change ZERO_SIZE_PTR to point at unmapped space)

Detailed Stack Information Patch [1/3]
 2009-06-06 10:01 UTC  (13+ messages)
  ` Detailed Stack Information Patch Next Generation
  ` [patch] procfs: provide stack information for threads
  ` [patch] procfs: provide stack information for threads V0.6

[patch 0/5] Support for sanitization flag in low-level page allocator
 2009-06-05 13:15 UTC  (8+ messages)

[Review request] Fix page_mkwrite() for blocksize < pagesize
 2009-06-05 23:38 UTC 

[PATCH mmotm 0/2] memcg: changes to *.limit_in_bytes
 2009-06-05 20:20 UTC  (11+ messages)
` [PATCH mmotm 1/2] memcg: add interface to reset limits
      ` [PATCH mmotm] "
` [PATCH mmotm 2/2] memcg: allow mem.limit bigger than memsw.limit iff unlimited

[PATCH][mmtom] remove file arguement of swap_readpage
 2009-06-05 18:05 UTC  (3+ messages)

[PATCH][mmtom] remove annotation of gfp_mask in add_to_swap
 2009-06-05 18:03 UTC  (2+ messages)

[PATCH] remove memory.limit v.s. memsw.limit comparison
 2009-06-05  7:15 UTC  (12+ messages)
` [PATCH] memcg: fix behavior under memory.limit equals to memsw.limit

[PATCH/RFC] - support inheritance of mlocks across fork/exec
 2009-06-05  5:12 UTC  (6+ messages)
  ` [PATCH] - support inheritance of mlocks across fork/exec V2

[PATCH 3/7] percpu: clean up percpu variable definitions
 2009-06-05  4:25 UTC  (5+ messages)

[PATCH] [0/15] HWPOISON: Intro
 2009-06-04 21:28 UTC  (16+ messages)
` [PATCH] [1/15] HWPOISON: Add page flag for poisoned pages
` [PATCH] [2/15] HWPOISON: Export some rmap vma locking to outside world
` [PATCH] [3/15] HWPOISON: Add support for poison swap entries v2
` [PATCH] [4/15] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH] [5/15] HWPOISON: Add basic support for poisoned pages in fault handler v3
` [PATCH] [6/15] HWPOISON: Add various poison checks in mm/memory.c v2
` [PATCH] [7/15] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2
` [PATCH] [8/15] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [9/15] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [10/15] HWPOISON: check and isolate corrupted free pages v2
` [PATCH] [11/15] HWPOISON: Refactor truncate to allow direct truncating of page v2
` [PATCH] [12/15] HWPOISON: The high level memory error handler in the VM v6
` [PATCH] [13/15] HWPOISON: FOR TESTING: Enable memory failure code unconditionally
` [PATCH] [14/15] HWPOISON: Add madvise() based injector for hardware poisoned pages v3
` [PATCH] [15/15] HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs

[patch] mm: release swap slots for actively used pages
 2009-06-04 21:22 UTC  (2+ messages)

swapoff throttling and speedup?
 2009-06-04 16:25 UTC  (6+ messages)

[PATCH] [0/16] HWPOISON: Intro
 2009-06-04 13:16 UTC  (23+ messages)
` [PATCH] [6/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [9/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [10/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [12/16] Refactor truncate to allow direct truncating of page
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5

[PATCH 0/4] memcg fix swap accounting (2/Jun)
 2009-06-04  6:59 UTC  (4+ messages)
` [PATCH 3/4] reuse unused swap entry if necessary

[PATCH] Warn if we run out of swap space
 2009-06-04  6:02 UTC  (3+ 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).