linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-12-14 02:36:13 to 2010-12-20 17:03:22 UTC [more...]

Take lock only once in dma_pool_free()
 2010-12-20 17:03 UTC 

[PATCH] mm: migration: Use rcu_dereference_protected when dereferencing the radix tree slot during file page migration
 2010-12-20 17:01 UTC  (2+ messages)

[PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes
 2010-12-20 14:51 UTC  (2+ messages)
` [Xen-devel] "

[PATCH 1/3] mm: Add add_registered_memory() to memory hotplug API
 2010-12-20 13:46 UTC 

[PATCH 1/3] mm: Add add_registered_memory() to memory hotplug API
 2010-12-20 13:46 UTC 

[PATCH 3/3] drivers/xen/balloon.c: Xen memory balloon driver with memory hotplug support
 2010-12-20 13:48 UTC 

[PATCH 0/3] Xen memory balloon driver with memory hotplug support
 2010-12-20 13:45 UTC 

Transparent Hugepage Support #33
 2010-12-20 11:16 UTC  (13+ messages)
  ` kvm mmu transparent hugepage support for linux-next
    ` linux-next early user mode crash (Was: Re: Transparent Hugepage Support #33)

[RFC 0/5] Change page reference hanlding semantic of page cache
 2010-12-20 10:33 UTC  (23+ messages)
` [RFC 1/5] drop page reference on remove_from_page_cache
` [RFC 2/5] fuse: Remove unnecessary page release
` [RFC 3/5] tlbfs: "
` [RFC 4/5] swap: "
` [RFC 5/5] truncate: "

mmotm 2010-12-16-14-56 uploaded
 2010-12-20  1:48 UTC  (10+ messages)
` mmotm 2010-12-16-14-56 uploaded (hugetlb)
` mmotm 2010-12-16 - breaks mlockall() call

[PATCH] Close mem leak in error path in mm/hugetlb.c::nr_hugepages_store_common()
 2010-12-20  1:00 UTC  (2+ messages)

[PATCH] mm: add replace_page_cache_page() function
 2010-12-19 23:54 UTC  (15+ messages)

[PATCH 3/3] memblock: Make find_memory_core_early() find from top-down
 2010-12-18  0:59 UTC 

[RFC] radix_tree_destroy?
 2010-12-17 18:44 UTC  (3+ messages)

[PATCH 00/35] IO-less dirty throttling v4
 2010-12-17 15:42 UTC  (49+ messages)
` [PATCH 04/35] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 12/35] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 16/35] writeback: increase min pause time "
` [PATCH 17/35] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 18/35] writeback: start background writeback earlier
` [PATCH 22/35] writeback: trace global dirty page states
      ` [PATCH] writeback: skip balance_dirty_pages() for in-memory fs
` [PATCH 29/35] nfs: in-commit pages accounting and wait queue
` [PATCH 30/35] nfs: heuristics to avoid commit
` [PATCH 31/35] nfs: dont change wbc->nr_to_write in write_inode()

[PATCH] Fix unconditional GFP_KERNEL allocations in __vmalloc()
 2010-12-17  7:27 UTC  (4+ messages)
  ` Cross compilers (Was: Re: [PATCH] Fix unconditional GFP_KERNEL allocations in __vmalloc().)

[PATCH V0 1/4] kztmem: simplified radix tree data structure support
 2010-12-17  5:15 UTC  (2+ messages)

[RFCv2,0/8] mm: vcm: The Virtual Memory Manager for multiple IOMMUs
 2010-12-17  3:56 UTC  (9+ messages)
` [RFCv2,1/8] mm: vcm: Virtual Contiguous Memory framework added
  ` [RFCv2,2/8] mm: vcm: reference counting on a reservation added
    ` [RFCv2,3/8] mm: vcm: physical memory allocator added
      ` [RFCv2,4/8] mm: vcm: VCM VMM driver added
        ` [RFCv2,5/8] mm: vcm: VCM MMU wrapper added
          ` [RFCv2,6/8] mm: vcm: VCM One-to-One "
            ` [RFCv2,7/8] mm: vcm: vcm-cma: VCM CMA driver added
              ` [RFCv2,8/8] mm: vcm: Sample "

continuous oom caused system deadlock
 2010-12-17  4:16 UTC  (2+ messages)

[0/7, v9] NUMA Hotplug Emulator (v9)
 2010-12-16 23:34 UTC  (4+ messages)
` [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/release in x86_64

PROBLEM: __offline_isolated_pages may offline too many pages
 2010-12-16 23:57 UTC  (6+ messages)
        ` [PATCH] memory hotplug: fix alignment check (Was "

kernel BUG at mm/truncate.c:475!
 2010-12-16 19:05 UTC  (22+ messages)

[PATCH 0/9] Add apply_to_page_range_batch() and use it
 2010-12-15 22:19 UTC  (10+ messages)
` [PATCH 1/9] mm: remove unused "token" argument from apply_to_page_range callback
` [PATCH 2/9] mm: add apply_to_page_range_batch()
` [PATCH 3/9] ioremap: use apply_to_page_range_batch() for ioremap_page_range()
` [PATCH 4/9] vmalloc: use plain pte_clear() for unmaps
` [PATCH 5/9] vmalloc: use apply_to_page_range_batch() for vunmap_page_range()
` [PATCH 6/9] vmalloc: use apply_to_page_range_batch() for vmap_page_range_noflush()
` [PATCH 7/9] vmalloc: use apply_to_page_range_batch() in alloc_vm_area()
` [PATCH 8/9] xen/mmu: use apply_to_page_range_batch() in xen_remap_domain_mfn_range()
` [PATCH 9/9] xen/grant-table: use apply_to_page_range_batch()

[PATCHv8 00/12] Contiguous Memory Allocator
 2010-12-15 20:34 UTC  (13+ messages)
` [PATCHv8 01/12] mm: migrate.c: fix compilation error
` [PATCHv8 02/12] lib: bitmap: Added alignment offset for bitmap_find_next_zero_area()
` [PATCHv8 03/12] lib: genalloc: Generic allocator improvements
` [PATCHv8 04/12] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCHv8 05/12] mm: alloc_contig_freed_pages() added
` [PATCHv8 06/12] mm: alloc_contig_range() added
` [PATCHv8 07/12] mm: cma: Contiguous Memory Allocator added
` [PATCHv8 08/12] mm: MIGRATE_CMA migration type added
` [PATCHv8 09/12] mm: MIGRATE_CMA isolation functions added
` [PATCHv8 10/12] mm: MIGRATE_CMA support added to CMA
` [PATCHv8 11/12] mm: cma: Test device and application added
` [PATCHv8 12/12] ARM: cma: Added CMA to Aquila, Goni and c210 universal boards

Deadlocks with transparent huge pages and userspace fs daemons
 2010-12-15 14:54 UTC  (5+ messages)

[PATCH 0/6] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V4
 2010-12-15 10:54 UTC  (7+ messages)
` [PATCH 1/6] mm: kswapd: Stop high-order balancing when any suitable zone is balanced
` [PATCH 2/6] mm: kswapd: Keep kswapd awake for high-order allocations until a percentage of the node "

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-15  6:45 UTC  (8+ messages)
` [PATCH 2/3] Refactor zone_reclaim (v2)
` [PATCH 3/3] Provide control over unmapped pages (v2)

[PATCH 00 of 66] Transparent Hugepage Support #32
 2010-12-15  5:29 UTC  (20+ messages)
` [PATCH 36 of 66] memcg compound
` [PATCH 38 of 66] memcontrol: try charging huge pages from stock
` [PATCH 39 of 66] memcg huge memory
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled

[PATCH] set correct numa_zonelist_order string when configured on the kernel command line
 2010-12-15  0:03 UTC  (2+ messages)

[PATCHv7 00/10] Contiguous Memory Allocator
 2010-12-14 23:50 UTC  (8+ messages)
` [PATCHv7 06/10] mm: MIGRATE_CMA migration type added
` [PATCHv7 08/10] mm: cma: Contiguous Memory Allocator added

[PATCH 0/6] mlock: do not hold mmap_sem for extended periods of time
 2010-12-14 23:22 UTC  (9+ messages)
` [PATCH 1/6] mlock: only hold mmap_sem in shared mode when faulting in pages

[PATCH 05/19] c/r: documentation
 2010-12-14 16:46 UTC  (6+ messages)
` [PATCH 07/19] c/r: basic infrastructure for checkpoint/restart
` [PATCH 15/19] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH 16/19] Introduce FOLL_DIRTY to follow_page() for "dirty" pages
` [PATCH 17/19] c/r: dump memory address space (private memory)

[patch]vmscan: make kswapd use a correct order
 2010-12-14  9:52 UTC  (11+ messages)

[PATCH v4 0/7] f/madivse(DONTNEED) support
 2010-12-14  2:36 UTC  (9+ messages)
` [PATCH v4 4/7] Reclaim invalidated page ASAP


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