messages from 2010-11-26 11:40:48 to 2010-11-30 19:07:18 UTC [more...]
[thisops uV3 00/18] Upgrade of this_cpu_ops V3
2010-11-30 19:07 UTC (2+ messages)
` [thisops uV3 11/18] x86: Use this_cpu_ops for current_cpu_data accesses
[PATCH 00 of 66] Transparent Hugepage Support #32
2010-11-30 19:01 UTC (29+ messages)
` [PATCH 03 of 66] transparent hugepage support documentation
` [PATCH 06 of 66] alter compound get_page/put_page
` [PATCH 11 of 66] add pmd paravirt ops
` [PATCH 17 of 66] add pmd mangling generic functions
` [PATCH 18 of 66] add pmd mangling functions to x86
` [PATCH 28 of 66] _GFP_NO_KSWAPD
` [PATCH 53 of 66] add numa awareness to hugepage allocations
[PATCH v3 0/3] f/madivse(DONTNEED) support
2010-11-30 18:34 UTC (20+ messages)
` [PATCH v3 1/3] deactivate invalidated pages
` [PATCH 2/3] Reclaim invalidated page ASAP
` [PATCH v3 3/3] Prevent activation of page in madvise_dontneed
kernel BUG at /build/buildd/linux-2.6.35/mm/filemap.c:128!
2010-11-30 18:22 UTC (4+ messages)
[RFC][PATCH 0/4] memcg: per cgroup background reclaim
2010-11-30 18:22 UTC (18+ messages)
` [PATCH 1/4] Add kswapd descriptor
` [PATCH 2/4] Add per cgroup reclaim watermarks
` [PATCH 3/4] Per cgroup background reclaim
` [PATCH 4/4] Add more per memcg stats
[PATCH RFC] vmalloc: eagerly clear ptes on vunmap
2010-11-30 17:45 UTC (3+ messages)
[RFC PATCH 0/3] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations
2010-11-30 17:15 UTC (4+ messages)
` [PATCH 1/3] mm: kswapd: Stop high-order balancing when any suitable zone is balanced
` [PATCH 2/3] mm: kswapd: Use the order that kswapd was reclaiming at for sleeping_prematurely()
` [PATCH 3/3] mm: kswapd: Keep kswapd awake for high-order allocations until a percentage of the node is balanced
[resend][PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
2010-11-30 13:03 UTC (5+ messages)
[PATCH v2]mm/oom-kill: direct hardware access processes should get bonus
2010-11-30 13:00 UTC (5+ messages)
Free memory never fully used, swapping
2010-11-30 11:19 UTC (5+ messages)
Flushing whole page instead of work for ptrace
2010-11-30 11:07 UTC (2+ messages)
` Flushing whole page instead of exact address "
[PATCH 0/3] Series short description
2010-11-30 10:16 UTC (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA
` [PATCH 2/3] Refactor zone_reclaim
` [PATCH 3/3] Provide control over unmapped pages
Free memory never fully used, swapping
2010-11-30 9:13 UTC (6+ messages)
[0/8, v6] NUMA Hotplug Emulator(v6) - Introduction & Feedbacks
2010-11-30 7:13 UTC (9+ messages)
` [1/8, v6] NUMA Hotplug Emulator: documentation
` [2/8, v6] NUMA Hotplug Emulator: Add numa=possible option
` [3/8, v6] NUMA Hotplug Emulator: Add node hotplug emulation
` [4/8, v6] NUMA Hotplug Emulation: Abstract cpu register functions
` [5/8, v6] NUMA Hotplug Emulator: support cpu probe/release in x86_64
` [6/8, v6] NUMA Hotplug Emulator: Fake CPU socket with logical CPU on x86
` [7/8, v6] NUMA Hotplug Emulator: extend memory probe interface to support NUMA
` [8/8, v6] NUMA Hotplug Emulator: implement debugfs interface for memory probe
Free memory never fully used, swapping
2010-11-30 8:22 UTC (8+ messages)
[PATCH] mm: make ioremap_prot() take a pgprot
2010-11-30 5:59 UTC (3+ messages)
[BUGFIX] vmstat: fix dirty threshold ordering
2010-11-30 3:55 UTC (3+ messages)
[PATCH 00/21] mm: Preemptibility -v6
2010-11-30 3:35 UTC (46+ messages)
` [PATCH 01/21] mm: Revert page_lock_anon_vma() lock annotation
` [PATCH 02/21] powerpc: Use call_rcu_sched() for pagetables
` [PATCH 03/21] mm: Improve page_lock_anon_vma() comment
` [PATCH 04/21] mm: Rename drop_anon_vma to put_anon_vma
` [PATCH 05/21] mm: Move anon_vma ref out from under CONFIG_KSM
` [PATCH 06/21] mm: Simplify anon_vma refcounts
` [PATCH 07/21] mm: Use refcounts for page_lock_anon_vma()
` [PATCH 08/21] mm: Preemptible mmu_gather
` [PATCH 09/21] powerpc: "
` [PATCH 10/21] sparc: "
` [PATCH 11/21] s390: preemptible mmu_gather
` [PATCH 12/21] arm: Preemptible mmu_gather
` [PATCH 13/21] sh: "
` [PATCH 14/21] um: "
` [PATCH 15/21] ia64: "
` [PATCH 16/21] mm, powerpc: Move the RCU page-table freeing into generic code
` [PATCH 17/21] lockdep, mutex: Provide mutex_lock_nest_lock
` [PATCH 18/21] mutex: Provide mutex_is_contended
` [PATCH 19/21] mm: Convert i_mmap_lock and anon_vma->lock to mutexes
` [PATCH 20/21] mm: Extended batches for generic mmu_gather
` [PATCH 21/21] mm: Optimize page_lock_anon_vma() fast-path
[0/8, v5] NUMA Hotplug Emulator(v5) - Feedbacks & Responses
2010-11-30 1:32 UTC (17+ messages)
` [1/8, v5] NUMA Hotplug Emulator: Add numa=possibe options
` [2/8, v5] NUMA Hotplug Emulator: Add node hotplug emulation
` [3/8, v5] NUMA Hotplug Emulation: Abstract cpu register functions
` [4/8, v5] NUMA Hotplug Emulator: support cpu probe/release in x86_64
` [5/8, v5] NUMA Hotplug Emulator: Fake CPU socket with logical CPU on x86
` [6/8, v5] From: Shaohui Zheng <shaohui.zheng@intel.com>
` [7/8, v5] NUMA Hotplug Emulator: implement debugfs interface for memory probe
` [8/8, v5] NUMA Hotplug Emulator: documentation
Question about cgroup hierarchy and reducing memory limit
2010-11-30 1:23 UTC (9+ messages)
[resend][PATCH 4/4] oom: don't ignore rss in nascent mm
2010-11-30 0:06 UTC (6+ messages)
[2/8,v3] NUMA Hotplug Emulator: infrastructure of NUMA hotplug emulation
2010-11-30 0:04 UTC (14+ messages)
` [patch 1/2] x86: add numa=possible command line option
` [patch 2/2] mm: add node hotplug emulation
` [patch 2/2 v2] "
[PATCH 0/2] Reduce the amount of time spent in watermark-related functions
2010-11-29 15:58 UTC (9+ messages)
` [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter threshold when memory is low
[PATCH v2 1/3] deactivate invalidated pages
2010-11-29 15:28 UTC (21+ messages)
` [PATCH v2 2/3] move ClearPageReclaim
` [PATCH v2 3/3] Prevent promotion of page in madvise_dontneed
Free memory never fully used, swapping
2010-11-29 1:13 UTC (5+ messages)
[patch 1/2] x86: add numa=possible command line option
2010-11-28 2:03 UTC (2+ messages)
[patch 2/2] mm: add node hotplug emulation
2010-11-28 2:01 UTC (4+ messages)
mmotm 2010-11-23-16-12 uploaded
2010-11-26 16:46 UTC (3+ messages)
` mmotm 2010-11-23-16-12 uploaded (olpc)
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).