linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-12-08 06:10:36 to 2010-12-13 06:50:06 UTC [more...]

[PATCH 00/47] IO-less dirty throttling v3
 2010-12-13  6:43 UTC  (18+ messages)
` [PATCH 01/47] writeback: enabling gate limit for light dirtied bdi
` [PATCH 02/47] writeback: safety margin for bdi stat error
` [PATCH 04/47] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 05/47] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 06/47] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 09/47] writeback: show bdi write bandwidth in debugfs
` [PATCH 10/47] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 11/47] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 12/47] writeback: make reasonable gap between the dirty/background thresholds
` [PATCH 13/47] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 14/47] writeback: add trace event for balance_dirty_pages()
` [PATCH 20/47] writeback: use do_div in bw calculation
` [PATCH 21/47] writeback: prevent divide error on tiny HZ
` [PATCH 23/47] writeback: spinlock protected bdi bandwidth update
` [PATCH 31/47] writeback: increase min pause time on concurrent dirtiers
` [PATCH 39/47] nfs: livelock prevention is now done in VFS
` [PATCH 46/47] nfs: trace nfs_commit_unstable_pages()

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

[PATCH 0/6] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V4
 2010-12-13  2:03 UTC  (8+ 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/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V3
 2010-12-12 23:58 UTC  (25+ 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()

53CBE21-8A4605A
 2010-12-12  6:28 UTC 

kernel BUG at mm/truncate.c:475!
 2010-12-11 19:50 UTC  (13+ messages)

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

[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V2
 2010-12-11  1:33 UTC  (8+ messages)

continuous oom caused system deadlock
 2010-12-11  0:30 UTC  (2+ messages)

[patch]vmscan: make kswapd use a correct order
 2010-12-10 23:42 UTC  (13+ messages)

[patch] mm: skip rebalance of hopeless zones
 2010-12-10 19:46 UTC  (33+ messages)

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-10 14:32 UTC  (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v2)
` [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-10 12:17 UTC  (25+ messages)
` [PATCH 33 of 66] madvise(MADV_HUGEPAGE)
` [PATCH 44 of 66] skip transhuge pages in ksm for now
` [PATCH 45 of 66] remove PG_buddy
` [PATCH 51 of 66] set recommended min free kbytes
` [PATCH 52 of 66] enable direct defrag
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
` [PATCH 61 of 66] use compaction for GFP_ATOMIC order > 0

[PATCH] vmscan: make kswapd use a correct order
 2010-12-10 11:17 UTC  (4+ messages)

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

[0/7, v9] NUMA Hotplug Emulator (v9)
 2010-12-10  7:31 UTC  (8+ messages)
` [1/7, v9] NUMA Hotplug Emulator: Documentation
` [2/7, v9] NUMA Hotplug Emulator: Add numa=possible option
` [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emulation
` [4/7, v9] NUMA Hotplug Emulator: Abstract cpu register functions
` [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/release in x86_64
` [6/7, v9] NUMA Hotplug Emulator: Fake CPU socket with logical CPU on x86
` [7/7, v9] NUMA Hotplug Emulator: Implement per-node add_memory debugfs interface

[0/7,v8] NUMA Hotplug Emulator (v8)
 2010-12-10  8:01 UTC  (18+ messages)
` [1/7,v8] NUMA Hotplug Emulator: documentation
` [5/7,v8] NUMA Hotplug Emulator: Support cpu probe/release in x86_64
` [7/7,v8] NUMA Hotplug Emulator: Implement per-node add_memory debugfs interface

[PATCH 0/2] Add per cpuset meminfo
 2010-12-10  6:39 UTC  (4+ messages)
` [PATCH 1/2] Add hugetlb_report_nodemask_meminfo()
` [PATCH 2/2] Add per cpuset meminfo

NULL pointer dereference in __mark_inode_dirty
 2010-12-09 21:39 UTC 

continuous oom caused system deadlock
 2010-12-09 21:34 UTC  (2+ messages)

[trivial PATCH 00/15] remove duplicate unlikely from IS_ERR
 2010-12-09 20:32 UTC  (3+ messages)
  ` [PATCH 14/15] mm: Remove "

[PATCH] fs/vfs/security: pass last path component to LSM on inode creation
 2010-12-09 18:05 UTC  (6+ messages)

[PATCH] vmalloc: Remove redundant unlikely()
 2010-12-09 16:09 UTC  (2+ messages)

[PATCH] compaction: Remove mem_cgroup_del_lru
 2010-12-09 14:59 UTC  (5+ messages)

[PATCH] clean up and adjust kmap-types.h
 2010-12-09  8:24 UTC 

[PATCH 0/2] RFC: page munlock issues when breaking up COW
 2010-12-09  7:49 UTC  (3+ messages)
` [PATCH 1/2] mlock: fix race when munlocking pages in do_wp_page()
` [PATCH 2/2] mlock: do not munlock pages in __do_fault()

[PATCH v4 2/7] deactivate invalidated pages
 2010-12-09  0:19 UTC  (12+ messages)

[PATCH v4 0/7] f/madivse(DONTNEED) support
 2010-12-08 23:10 UTC  (17+ messages)
` [PATCH v4 3/7] move memcg reclaimable page into tail of inactive list
` [PATCH v4 4/7] Reclaim invalidated page ASAP
` [PATCH v4 5/7] add profile information for invalidated page reclaim
` [PATCH v4 7/7] Prevent activation of page in madvise_dontneed

continuous oom caused system deadlock
 2010-12-08 21:48 UTC  (3+ messages)

[PATCH] writeback: enabling-gate for light dirtied bdi
 2010-12-08 15:31 UTC  (11+ messages)
  ` [PATCH] writeback: safety margin for bdi stat errors
      ` ext4 memory leak?
  ` [PATCH v2] writeback: enabling-gate for light dirtied bdi

[RFC][PATCH 0/4] memcg: per cgroup background reclaim
 2010-12-08 12:19 UTC  (10+ messages)
` [PATCH 1/4] Add kswapd descriptor

[PATCH] use total_highpages when calculating lowmem-only allocation sizes (core)
 2010-12-08  7:45 UTC  (3+ messages)

[merged] mm-mempolicyc-add-rcu-read-lock-to-protect-pid-structure.patch removed from -mm tree
 2010-12-08  7:02 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).