linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-12-07 16:39:23 to 2010-12-10 15:46:35 UTC [more...]

[PATCH 0/6] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V4
 2010-12-10 15:46 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 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-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  (28+ messages)
` [PATCH 30 of 66] transparent hugepage core
` [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] mm: skip rebalance of hopeless zones
 2010-12-10 11:37 UTC  (31+ messages)

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

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

[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

[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V3
 2010-12-10 10:55 UTC  (24+ 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()

[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

continuous oom caused system deadlock
 2010-12-10  1:36 UTC 

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

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  (9+ 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 0/7] f/madivse(DONTNEED) support
 2010-12-09  0:19 UTC  (30+ messages)
` [PATCH v4 2/7] deactivate invalidated pages
` [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  (14+ messages)
  ` [PATCH] writeback: safety margin for bdi stat errors
      ` ext4 memory leak?
  ` [PATCH v2] writeback: enabling-gate for light dirtied bdi
    ` [PATCH v2] writeback: safety margin for bdi stat error

[RFC][PATCH 0/4] memcg: per cgroup background reclaim
 2010-12-08 12:19 UTC  (16+ 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 

[PATCH] memcg: Remove unnecessary return
 2010-12-08  0:58 UTC  (3+ messages)

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

[PATCH V0 4/4] kztmem: misc build/config
 2010-12-07 18:08 UTC 

[PATCH V0 3/4] Kztmem: tmem host services and PAM services
 2010-12-07 18:07 UTC 

[PATCH V0 2/4] kztmem: in-kernel transcendent memory code
 2010-12-07 18:07 UTC 

[PATCH V0 0/4] kztmem: page cache/swap compression via in-kernel transcendent memory and page-accessible memory
 2010-12-07 18:06 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).