linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-12-13 06:50:42 to 2010-12-16 01:13:30 UTC [more...]

[PATCH] mm: add replace_page_cache_page() function
 2010-12-16  1:07 UTC  (4+ messages)

Transparent Hugepage Support #33
 2010-12-16  0:54 UTC  (3+ messages)

kernel BUG at mm/truncate.c:475!
 2010-12-16  0:26 UTC  (20+ messages)

PROBLEM: __offline_isolated_pages may offline too many pages
 2010-12-16  0:06 UTC  (4+ 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

[PATCH 00/35] IO-less dirty throttling v4
 2010-12-15 18:48 UTC  (64+ messages)
` [PATCH 01/35] writeback: enabling gate limit for light dirtied bdi
` [PATCH 02/35] writeback: safety margin for bdi stat error
` [PATCH 03/35] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 04/35] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 05/35] writeback: IO-less balance_dirty_pages()
` [PATCH 06/35] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 07/35] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 08/35] writeback: user space think time compensation
` [PATCH 09/35] writeback: account per-bdi accumulated written pages
` [PATCH 10/35] writeback: bdi write bandwidth estimation
` [PATCH 11/35] writeback: show bdi write bandwidth in debugfs
` [PATCH 12/35] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 13/35] writeback: bdi base throttle bandwidth
` [PATCH 14/35] writeback: smoothed bdi dirty pages
` [PATCH 15/35] writeback: adapt max balance pause time to memory size
` [PATCH 16/35] writeback: increase min pause time on concurrent dirtiers
` [PATCH 17/35] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 18/35] writeback: start background writeback earlier
` [PATCH 19/35] writeback: make nr_to_write a per-file limit
` [PATCH 20/35] writeback: scale IO chunk size up to device bandwidth
` [PATCH 21/35] writeback: trace balance_dirty_pages()
` [PATCH 22/35] writeback: trace global dirty page states
` [PATCH 23/35] writeback: trace writeback_single_inode()
` [PATCH 24/35] btrfs: dont call balance_dirty_pages_ratelimited() on already dirty pages
` [PATCH 25/35] btrfs: lower the dirty balacing rate limit
` [PATCH 26/35] btrfs: wait on too many nr_async_bios
` [PATCH 27/35] nfs: livelock prevention is now done in VFS
` [PATCH 28/35] nfs: writeback pages wait queue
` [PATCH 29/35] nfs: in-commit pages accounting and "
` [PATCH 30/35] nfs: heuristics to avoid commit
` [PATCH 31/35] nfs: dont change wbc->nr_to_write in write_inode()
` [PATCH 32/35] nfs: limit the range of commits
` [PATCH 33/35] nfs: adapt congestion threshold to dirty threshold
` [PATCH 34/35] nfs: trace nfs_commit_unstable_pages()
` [PATCH 35/35] nfs: trace nfs_commit_release()

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  (17+ 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 3/6] mm: kswapd: Use the order that kswapd was reclaiming at for sleeping_prematurely()
` [PATCH 4/6] mm: kswapd: Reset kswapd_max_order and classzone_idx after reading
` [PATCH 5/6] mm: kswapd: Treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat()
` [PATCH 6/6] mm: kswapd: Use the classzone idx that kswapd was using for sleeping_prematurely()

[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] Fix unconditional GFP_KERNEL allocations in __vmalloc()
 2010-12-15  3:48 UTC  (3+ messages)
  ` Cross compilers (Was: Re: [PATCH] Fix unconditional GFP_KERNEL allocations in __vmalloc().)

[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  (16+ messages)
` [PATCHv7 01/10] mm: migrate.c: fix compilation error
` [PATCHv7 02/10] lib: bitmap: Added alignment offset for bitmap_find_next_zero_area()
` [PATCHv7 03/10] lib: genalloc: Generic allocator improvements
` [PATCHv7 04/10] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCHv7 05/10] mm: alloc_contig_free_pages() added
` [PATCHv7 06/10] mm: MIGRATE_CMA migration type added
` [PATCHv7 07/10] mm: MIGRATE_CMA isolation functions added
` [PATCHv7 08/10] mm: cma: Contiguous Memory Allocator added
` [PATCHv7 09/10] mm: cma: Test device and application added
` [PATCHv7 10/10] ARM: cma: Added CMA to Aquila, Goni and c210 universal boards

[PATCH 0/6] mlock: do not hold mmap_sem for extended periods of time
 2010-12-14 23:22 UTC  (10+ 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  (11+ messages)
` [PATCH v4 4/7] Reclaim invalidated page ASAP

[7/7,v8] NUMA Hotplug Emulator: Implement per-node add_memory debugfs interface
 2010-12-13 20:56 UTC  (6+ messages)

2.6.36.2 reliably panics in VFS
 2010-12-13 17:24 UTC 

2.6.36.2 reliably panics in VFS
 2010-12-13 17:16 UTC  (2+ messages)

[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V3
 2010-12-13 17:00 UTC  (5+ 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 00/47] IO-less dirty throttling v3
 2010-12-13 12:38 UTC  (25+ messages)
` [PATCH 03/47] writeback: IO-less balance_dirty_pages()
` [PATCH 07/47] writeback: account per-bdi accumulated written pages
` [PATCH 18/47] writeback: move BDI_WRITTEN accounting into __bdi_writeout_inc()
` [PATCH 19/47] writeback: fix increasement of nr_dirtied_pause
` [PATCH 27/47] writeback: user space think time compensation
` [PATCH 28/47] writeback: bdi base throttle bandwidth
` [PATCH 29/47] writeback: smoothed bdi dirty pages
` [PATCH 30/47] writeback: adapt max balance pause time to memory size
` [PATCH 32/47] writeback: extend balance_dirty_pages() trace event
` [PATCH 33/47] writeback: trace global dirty page states
` [PATCH 34/47] writeback: trace writeback_single_inode()
` [PATCH 35/47] writeback: scale IO chunk size up to device bandwidth
` [PATCH 36/47] btrfs: dont call balance_dirty_pages_ratelimited() on already dirty pages
` [PATCH 37/47] btrfs: lower the dirty balacing rate limit
` [PATCH 38/47] btrfs: wait on too many nr_async_bios
` [PATCH 40/47] nfs: writeback pages wait queue
` [PATCH 41/47] nfs: in-commit pages accounting and "
` [PATCH 42/47] nfs: heuristics to avoid commit
` [PATCH 43/47] nfs: dont change wbc->nr_to_write in write_inode()
` [PATCH 45/47] nfs: adapt congestion threshold to dirty threshold
` [PATCH 47/47] nfs: trace nfs_commit_release()


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