messages from 2013-01-11 12:07:40 to 2013-01-16 08:56:18 UTC [more...]
[PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
2013-01-16 8:55 UTC (13+ messages)
` [PATCH v2] "
[PATCH 1/3] slub: correct to calculate num of acquired objects in get_partial_node()
2013-01-16 8:45 UTC (8+ messages)
` [PATCH 2/3] slub: correct bootstrap() for kmem_cache, kmem_cache_node
` [PATCH 3/3] slub: add 'likely' macro to inc_slabs_node()
[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-16 8:14 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH 2/2] memory-hotplug: cleanup: removing the arch specific functions without any implementation
[PATCH v5 0/5] Add movablecore_map boot option
2013-01-16 6:25 UTC (16+ messages)
` [PATCH v5 1/5] x86: get pg_data_t's memory from other node
` [PATCH v5 2/5] page_alloc: add movable_memmap kernel parameter
` [PATCH v5 3/5] page_alloc: Introduce zone_movable_limit[] to keep movable limit for nodes
` [PATCH v5 4/5] page_alloc: Make movablecore_map has higher priority
` [PATCH v5 5/5] page_alloc: Bootmem limit with movablecore_map
[PATCH V2] mm/slab: add a leak decoder callback
2013-01-16 5:34 UTC (2+ messages)
[PATCH 0/2] Use up free swap space before reaching OOM kill
2013-01-16 4:47 UTC (12+ messages)
` [PATCH 2/2] mm: forcely swapout when we are out of page cache
[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)
LSF 2013 call for participation?
2013-01-15 23:11 UTC
[next-20130114] Call-trace in LTP (lite) madvise02 test (block|mm|vfs related?)
2013-01-15 8:09 UTC (7+ 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 (10+ messages)
` mmotm 2013-01-11-15-47 uploaded (x86 asm-offsets broken)
` mmotm 2013-01-11-15-47 (trouble starting kvm)
Improving lock pages
2013-01-15 18:10 UTC (2+ messages)
Question/problem with mmu_notifier_unregister
2013-01-15 16:29 UTC
[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 (6+ 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
3.8-rc1 build failure with MIPS/SPARSEMEM
2013-01-14 22:03 UTC (6+ messages)
[PATCH v2 0/2] slightly change shrinker behaviour for very small object sets
2013-01-14 19:58 UTC (2+ messages)
[PATCH] mm: fix BUG on madvise early failure
2013-01-14 19:50 UTC
REN2 [09/13] Common function to create the kmalloc array
2013-01-14 19:50 UTC (4+ messages)
[RFC PATCH v2 00/12] System device hot-plug framework
2013-01-14 19:29 UTC (15+ messages)
` [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework
` [RFC PATCH v2 02/12] ACPI: "
BUG: slub creates kmalloc slabs with refcount=0
2013-01-14 19:23 UTC (6+ messages)
` [PATCH] slub: assign refcount for kmalloc_caches
Unique commit-id for "mm: compaction: [P,p]artially revert capture of suitable high-order page"
2013-01-14 19:20 UTC (6+ messages)
qemu-kvm hangs at start up under 3.8.0-rc3-00074-gb719f43 (works with CONFIG_LOCKDEP)
2013-01-14 18:57 UTC
huge zero page vs FOLL_DUMP
2013-01-14 15:18 UTC (6+ messages)
[PATCH] mm: don't wait on congested zones in balance_pgdat()
2013-01-14 14:43 UTC
[PATCH] mm: wait for congestion to clear on all zones
2013-01-14 14:37 UTC (5+ messages)
[RFC 0/2] auto-ballooning prototype (guest part)
2013-01-14 12:05 UTC (4+ messages)
` [RFC 2/2] virtio_balloon: add auto-ballooning support
[NEW]: Introducing shrink_all_memory from user space
2013-01-14 11:00 UTC (8+ messages)
` Introducing Aggressive Low Memory Booster [1]
[PATCH] mm: compaction: Partially revert capture of suitable high-order page
2013-01-14 10:49 UTC (3+ messages)
[PATCH v2 1/2] Fix wrong EOF compare
2013-01-14 8:27 UTC (8+ messages)
` [PATCH v2 2/2] Enhance read_block of page_owner.c
[PATCH 0/2] Mempressure cgroup
2013-01-13 8:52 UTC (6+ messages)
` [PATCH 1/2] Add mempressure cgroup
[RFC] Reproducible OOM with just a few sleeps
2013-01-12 19:41 UTC
[RFC] Reproducible OOM with partial workaround
2013-01-12 3:24 UTC (4+ messages)
[PATCH v3] mm: bootmem: fix free_all_bootmem_core with odd bitmap alignment
2013-01-11 20:53 UTC (2+ messages)
3.8-rc2: lockdep is complaining about mm_take_all_locks()
2013-01-11 17:00 UTC (4+ messages)
` [PATCH 1/2] lockdep, rwsem: provide down_write_nest_lock()
` [PATCH 2/2] mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep
[RFC] Reproducible OOM with partial workaround
2013-01-11 16:04 UTC (2+ messages)
mmots: memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap fix
2013-01-11 15:38 UTC (9+ messages)
oops in copy_page_rep()
2013-01-11 14:01 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).