linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-15 00:16:48 to 2013-01-17 23:36:43 UTC [more...]

[PATCH 0/2] Use up free swap space before reaching OOM kill
 2013-01-17 23:36 UTC  (18+ messages)
` [PATCH 1/2] mm: prevent to add a page to swap if may_writepage is unset
` [PATCH 2/2] mm: forcely swapout when we are out of page cache

[patch 2/2]swap: add per-partition lock for swapfile
 2013-01-17 23:24 UTC  (2+ messages)

[RFC][PATCH] slub: Check for page NULL before doing the node_match check
 2013-01-17 23:20 UTC  (14+ messages)
            ` [RFC][PATCH] slub: Keep page and object in sync in slab_alloc_node()

[patch 1/2]swap: make each swap partition have one address_space
 2013-01-17 23:18 UTC  (2+ messages)

[PATCH v2 0/9] mm: zone & pgdat accessors plus some cleanup
 2013-01-17 22:53 UTC  (10+ messages)
` [PATCH 1/9] mm: add SECTION_IN_PAGE_FLAGS
` [PATCH 2/9] mm: add & use zone_end_pfn() and zone_spans_pfn()
` [PATCH 3/9] mm: add zone_is_empty() and zone_is_initialized()
` [PATCH 4/9] mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized
` [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 7/9] mm: add helper ensure_zone_is_initialized()
` [PATCH 8/9] mm/memory_hotplug: use ensure_zone_is_initialized()
` [PATCH 9/9] mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same

[PATCH v7 0/6] solve deadlock caused by memory allocation with I/O
 2013-01-17 21:57 UTC  (5+ messages)

[RFC] Reproducible OOM with just a few sleeps
 2013-01-17 21:55 UTC  (2+ messages)

[PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
 2013-01-17 20:26 UTC  (26+ messages)
` [PATCH v2] "
                    ` [PATCH] ata: sata_mv: fix sg_tbl_pool alignment

[PATCH v5 0/5] Add movablecore_map boot option
 2013-01-17 20:28 UTC  (20+ messages)

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2013-01-17 18:21 UTC  (7+ messages)
` [PATCH 09/19] list_lru: per-node list infrastructure

[RFC PATCH v2 00/12] System device hot-plug framework
 2013-01-17 17:59 UTC  (3+ messages)

slob: Check for NULL pointer before calling ctor()
 2013-01-17 17:54 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/5] staging: zcache: move new zcache code base from ramster
 2013-01-17 17:26 UTC  (6+ messages)
` [PATCH 1/5] staging: ramster: disable build in anticipation of renaming
` [PATCH 2/5] staging: zcache: rename ramster to zcache
` [PATCH 3/5] staging: zcache: adjustments to config/build files due to renaming
` [PATCH 4/5] staging: zcache: re-enable config/build of zcache after renaming
` [PATCH 5/5] staging: zcache: fix uninitialized variable compile warning

Question/problem with mmu_notifier_unregister
 2013-01-17 13:45 UTC  (7+ messages)
  ` [PATCH] [Patch] mmu_notifier_unregister NULL Pointer deref fix

[PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_bootmem_info_node() when platform not support
 2013-01-17 13:05 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH 2/2] memory-hotplug: cleanup: removing the arch specific functions without any implementation

[PATCH V2] mm/slab: add a leak decoder callback
 2013-01-17  8:34 UTC  (4+ messages)

[PATCH 1/3] zram: force disksize setting before using zram
 2013-01-17  2:12 UTC  (3+ messages)
` [PATCH 2/3] zram: give up lazy initialization of zram metadata
` [PATCH 3/3] zram: get rid of lockdep warning

[RFC v5 0/8] Support volatile for anonymous range
 2013-01-17  1:48 UTC  (3+ messages)
` [RFC 1/8] Introduce new system call mvolatile

[PATCH 1/3] slub: correct to calculate num of acquired objects in get_partial_node()
 2013-01-16 15:05 UTC  (10+ messages)
` [PATCH 2/3] slub: correct bootstrap() for kmem_cache, kmem_cache_node
` [PATCH 3/3] slub: add 'likely' macro to inc_slabs_node()

LSF 2013 call for participation?
 2013-01-16 10:41 UTC  (2+ messages)

[next-20130114] Call-trace in LTP (lite) madvise02 test (block|mm|vfs related?)
 2013-01-16  9:10 UTC  (8+ messages)

[BUG Fix Patch 0/6] Bug fix for physical memory hot-remove
 2013-01-16  2:12 UTC  (9+ messages)
` [BUG Fix Patch 1/6] Bug fix: Hold spinlock across find|remove /sys/firmware/memmap/X operation
` [BUG Fix Patch 2/6] Bug fix: Do not calculate direct mapping pages when freeing vmemmap pagetables
` [BUG Fix Patch 3/6] Bug fix: Do not free direct mapping pages twice
` [BUG Fix Patch 4/6] Bug fix: Do not free page split from hugepage one by one
` [BUG Fix Patch 5/6] Bug fix: Fix the wrong comments of map_entries
` [BUG Fix Patch 6/6] Bug fix: Reuse the storage of /sys/firmware/memmap/X/ allocated by bootmem

[PATCH V2] memory-hotplug: revert register_page_bootmem_info_node() to empty when platform related code is not implemented
 2013-01-16  2:09 UTC  (3+ messages)

[PATCH 00/17] mm: zone & pgdat accessors plus some cleanup
 2013-01-16  1:39 UTC  (24+ messages)
` [PATCH 01/17] mm/compaction: rename var zone_end_pfn to avoid conflicts with new function
` [PATCH 02/17] mmzone: add various zone_*() helper functions
` [PATCH 03/17] mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized
` [PATCH 04/17] mm: add helper ensure_zone_is_initialized()
` [PATCH 05/17] mm/memory_hotplug: use ensure_zone_is_initialized()
` [PATCH 06/17] mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate
` [PATCH 07/17] mm/page_alloc: use zone_spans_pfn() instead of open coding
` [PATCH 08/17] mm/page_alloc: use zone_spans_pfn() instead of open coded checks
` [PATCH 09/17] mm/page_alloc: use zone_end_pfn() & zone_spans_pfn()
` [PATCH 10/17] mm/vmstat: use zone_end_pfn() instead of opencoding
` [PATCH 11/17] mm/kmemleak: use node_{start,end}_pfn()
` [PATCH 12/17] mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same
` [PATCH 13/17] mm: add SECTION_IN_PAGE_FLAGS
` [PATCH 14/17] mm/memory_hotplug: factor out zone+pgdat growth
` [PATCH 15/17] mm/page_alloc: add informative debugging message in page_outside_zone_boundaries()
` [PATCH 16/17] mm/memory_hotplug: use zone_end_pfn() instead of open coding
` [PATCH 17/17] mm/compaction: use zone_end_pfn()

[PATCH] mm/slab: add a leak decoder callback
 2013-01-16  1:02 UTC  (5+ messages)

[RFCv3][PATCH 1/3] create slow_virt_to_phys()
 2013-01-15 23:46 UTC  (7+ messages)
` [RFCv3][PATCH 2/3] fix kvm's use of __pa() on percpu areas

[PATCH v2] mm: remove MIGRATE_ISOLATE check in hotpath
 2013-01-15 23:36 UTC  (3+ messages)

[Linaro-mm-sig][RFC] ARM: dma-mapping: Add DMA attribute to skip iommu mapping
 2013-01-15 19:05 UTC  (3+ messages)

mmotm 2013-01-11-15-47 uploaded
 2013-01-15 18:46 UTC  (3+ messages)
` mmotm 2013-01-11-15-47 (trouble starting kvm)

Improving lock pages
 2013-01-15 18:10 UTC  (2+ messages)

[RESEND PATCH v3 1/3] mm: use zone->present_pages instead of zone->managed_pages when appreciated
 2013-01-15 15:18 UTC  (3+ messages)
` [RESEND PATCH v3 2/3] mm: set zone->present_pages to number of existing pages in the zone
` [RESEND PATCH v3 3/3] mm: increase totalram_pages when free pages allocated by bootmem allocator

[PATCH] memory-hotplug: revert register_page_bootmem_info_node() to empty when platform related code is not implemented
 2013-01-15 10:27 UTC  (3+ messages)

[RFC] Reproducible OOM with just a few sleeps
 2013-01-15 10:25 UTC 

[PATCH] mm: fix BUG on madvise early failure
 2013-01-15  8:55 UTC  (4+ messages)

[PATCH] tools, vm: add .gitignore to ignore built binaries
 2013-01-15  7:35 UTC 

[RFC] Reproducible OOM with just a few sleeps
 2013-01-15  2:16 UTC  (4+ messages)
` Bug#695182: "

[RFC]x86: clearing access bit don't flush tlb
 2013-01-15  1:41 UTC  (9+ messages)

Get Your FREE Trial Today! Grow 4 Inches in 4 Weeks! 2w2uty3vz
 2013-01-15  1:08 UTC 


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