linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-01 20:23:24 to 2013-02-05 09:12:41 UTC [more...]

[PATCH v2 00/18] change invalidatepage prototype to accept length
 2013-02-05  9:12 UTC  (11+ messages)
` [PATCH v2 01/18] mm: "
` [PATCH v2 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH v2 03/18] ext4: use ->invalidatepage() length argument
` [PATCH v2 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH v2 05/18] xfs: use ->invalidatepage() length argument
` [PATCH v2 06/18] ocfs2: "
` [PATCH v2 07/18] ceph: "
` [PATCH v2 08/18] gfs2: "
` [PATCH v2 09/18] reiserfs: "
` [PATCH v2 11/18] Revert "ext4: remove no longer used functions in inode.c"

[PATCH] mm: cma: fix accounting of CMA pages placed in high memory
 2013-02-05  8:56 UTC  (14+ messages)

[PATCH 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-02-05  8:27 UTC  (16+ messages)
` [PATCH 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
` [PATCH 2/2] fs/aio.c: use get_user_pages_non_movable() to pin ring pages when support memory hotremove

[PATCH] mm: introduce __linear_page_index()
 2013-02-05  7:03 UTC 

[RFC] mm: change invalidatepage prototype to accept length
 2013-02-05  7:14 UTC  (6+ messages)
` [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges

[PATCH v7 1/4] zram: Fix deadlock bug in partial read/write
 2013-02-05  6:19 UTC  (10+ messages)
` [PATCH v7 2/4] zram: force disksize setting before using zram
` [PATCH v7 3/4] zram: give up lazy initialization of zram metadata
` [PATCH v7 4/4] zram: get rid of lockdep warning

[PATCH] mm: break circular include from linux/mmzone.h
 2013-02-05  5:56 UTC  (3+ messages)

Support variable-sized huge pages
 2013-02-05  5:48 UTC  (3+ messages)

[PATCH] ia64/mm: fix a bad_page bug when crash kernel booting
 2013-02-05  3:48 UTC  (3+ messages)

next-20130204 - bisected slab problem to "slab: Common constants for kmalloc boundaries"
 2013-02-05  2:29 UTC  (4+ messages)

[PATCH 0/2] Use up free swap space before reaching OOM kill
 2013-02-05  1:43 UTC  (10+ messages)
` [PATCH 1/2] mm: prevent to add a page to swap if may_writepage is unset

Questin about swap_slot free and invalidate page
 2013-02-05  1:24 UTC  (5+ messages)

[RFC PATCH v2 00/12] System device hot-plug framework
 2013-02-05  1:02 UTC  (44+ messages)
` [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework
              ` [PATCH?] Move ACPI device nodes under /sys/firmware/acpi (was: Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework)

[patch] mm: use NUMA_NO_NODE
 2013-02-05  0:59 UTC  (4+ messages)

[PATCH v2] Make frontswap+cleancache and its friend be modularized
 2013-02-05  0:38 UTC  (27+ messages)
` [PATCH 01/15] mm: cleancache: lazy initialization to allow tmem backends to build/run as modules
` [PATCH 02/15] mm: frontswap: "
` [PATCH 03/15] frontswap: Make frontswap_init use a pointer for the ops
` [PATCH 04/15] cleancache: Make cleancache_init "
` [PATCH 05/15] staging: zcache: enable ramster to be built/loaded as a module
` [PATCH 06/15] staging: zcache: enable zcache "
` [PATCH 07/15] xen: tmem: enable Xen tmem shim "
` [PATCH 08/15] xen/tmem: Remove the subsys call
` [PATCH 09/15] frontswap: Remove the check for frontswap_enabled
` [PATCH 10/15] frontswap: Use static_key instead of frontswap_enabled and frontswap_ops
` [PATCH 11/15] cleancache: Remove the check for cleancache_enabled
` [PATCH 12/15] cleancache: Use static_key instead of cleancache_ops and cleancache_enabled
` [PATCH 13/15] frontswap: Get rid of swap_lock dependency
` [PATCH 14/15] zcache/tmem: Better error checking on frontswap_register_ops return value
` [PATCH 15/15] xen/tmem: Add missing %s in the printk statement

[PATCH] zsmalloc: Add Kconfig for enabling PTE method
 2013-02-05  0:08 UTC  (5+ messages)

[PATCH 0/3] Support SRAT for movablemem_map boot option
 2013-02-04 23:26 UTC  (3+ messages)
` [PATCH 3/3] acpi, memory-hotplug: Support getting hotplug info from SRAT

[PATCH v6 00/15] memory-hotplug: hot-remove physical memory
 2013-02-04 23:04 UTC  (3+ messages)
` [PATCH v6 08/15] memory-hotplug: Common APIs to support page tables hot-remove

[PATCH] mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts. [V2]
 2013-02-04 22:37 UTC  (3+ messages)

[PATCHv4 0/7] zswap: compressed swap caching
 2013-02-04 21:45 UTC  (8+ messages)

CPU hotplug hang due to "swap: make each swap partition have one address_space"
 2013-02-04 20:49 UTC  (5+ messages)

REN2 [07/13] Common constants for kmalloc boundaries
 2013-02-04 19:36 UTC  (3+ messages)

[slab:slab/next 11/13] mm/slab_common.c:385:13: sparse: restricted gfp_t degrades to integer
 2013-02-04 19:00 UTC  (3+ messages)
    ` [PATCH for-next] mm/sl[au]b: correct allocation type check in kmalloc_slab()

[LSF/MM TOPIC] mmap_sem in ->fault and ->page_mkwrite
 2013-02-04 18:04 UTC  (3+ messages)

[PATCH 0/6 RFC] Mapping range lock
 2013-02-04 16:41 UTC  (10+ messages)
` [PATCH 1/6] lib: Implement range locks
` [PATCH 2/6] fs: Take mapping lock in generic read paths

[PATCH] staging: zsmalloc: replace local MAX() with max()
 2013-02-04 16:28 UTC  (2+ messages)

[patch] mm: shmem: use new radix tree iterator
 2013-02-04 13:29 UTC  (5+ messages)

Qestion about page->_count and page reclaim
 2013-02-04 10:34 UTC 

[PATCH] memcg: stop warning on memcg_propagate_kmem
 2013-02-04  8:40 UTC  (6+ messages)

[PATCH v2 0/3] fixes for large mm_populate() and munlock() operations
 2013-02-04  7:17 UTC  (4+ messages)
` [PATCH v2 1/3] fix mm: use long type for page counts in mm_populate() and get_user_pages()
` [PATCH v2 2/3] mm: accelerate mm_populate() treatment of THP pages
` [PATCH v2 3/3] mm: accelerate munlock() "

boot warnings due to swap: make each swap partition have one address_space
 2013-02-04  5:12 UTC  (7+ messages)

[LSF/MM TOPIC]swap improvements for fast SSD
 2013-02-04  4:56 UTC  (6+ messages)

[PATCH v6 1/4] zram: Fix deadlock bug in partial read/write
 2013-02-04  3:58 UTC  (6+ messages)
` [PATCH v6 4/4] zram: get rid of lockdep warning

next-20130128 lockdep whinge in sys_swapon()
 2013-02-04  1:46 UTC  (2+ messages)

[PATCH] zsmalloc: Fix TLB coherency and build problem
 2013-02-03 23:50 UTC  (3+ messages)

[Bug 53031] New: kswapd in uninterruptible sleep state
 2013-02-03  9:18 UTC  (3+ messages)

[PATCH, RFC 00/16] Transparent huge page cache
 2013-02-02 15:13 UTC  (5+ messages)

[PATCH v2 0/9] mm: zone & pgdat accessors plus some cleanup
 2013-02-02  0:39 UTC  (9+ messages)
` [PATCH 1/9] mm: add SECTION_IN_PAGE_FLAGS
` [PATCH 5/9] mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate
` [PATCH 6/9] mm/page_alloc: add informative debugging message in page_outside_zone_boundaries()

[PATCH 0/3] fixes for large mm_populate() and munlock() operations
 2013-02-02  0:08 UTC  (3+ messages)
` [PATCH 2/3] mm: accelerate mm_populate() treatment of THP pages


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