linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-13 23:18:50 to 2010-10-19 01:41:49 UTC [more...]

BUG in __insert_vmap_area
 2010-10-19  1:36 UTC 

Deadlock possibly caused by too_many_isolated
 2010-10-19  1:32 UTC  (17+ messages)

zone state overhead
 2010-10-19  1:34 UTC  (17+ messages)
` [RFC][PATCH 0/3] mm: reserve max drift pages at boot time instead using zone_page_state_snapshot()
  ` [experimental][PATCH] mm,vmstat: per cpu stat flush too when per cpu page cache flushed

[PATCH 1/2] Add vzalloc shortcut
 2010-10-19  1:27 UTC  (5+ messages)

[PATCH v3 00/11] memcg: per cgroup dirty page accounting
 2010-10-19  1:17 UTC  (23+ messages)
` [PATCH v3 01/11] memcg: add page_cgroup flags for dirty page tracking
` [PATCH v3 02/11] memcg: document cgroup dirty memory interfaces
` [PATCH v3 03/11] memcg: create extensible page stat update routines
` [PATCH v3 04/11] memcg: add lock to synchronize page accounting and migration
` [PATCH v3 05/11] memcg: add dirty page accounting infrastructure
` [PATCH v3 06/11] memcg: add kernel calls for memcg dirty page stats
` [PATCH v3 07/11] memcg: add dirty limits to mem_cgroup
` [PATCH v3 08/11] memcg: CPU hotplug lockdep warning fix
` [PATCH v3 09/11] memcg: add cgroupfs interface to memcg dirty limits
` [PATCH v3 10/11] writeback: make determine_dirtyable_memory() static
` [PATCH v3 11/11] memcg: check memcg dirty limits in page writeback

[UnifiedV4 00/16] The Unified slab allocator (V4)
 2010-10-19  0:01 UTC  (9+ messages)

PROBLEM: memory corrupting bug, bisected to 6dda9d55
 2010-10-18 21:55 UTC  (13+ messages)

[PATCH 00/10] memcg: per cgroup dirty page accounting
 2010-10-18 18:09 UTC  (3+ messages)

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-18 15:34 UTC  (18+ messages)
` [PATCH v7 01/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v7 02/12] Halt vcpu if page it tries to access is swapped out
` [PATCH v7 03/12] Retry fault before vmentry
` [PATCH v7 04/12] Add memory slot versioning and use it to provide fast guest write interface
` [PATCH v7 05/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v7 06/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v7 07/12] Add async PF initialization to PV guest
` [PATCH v7 08/12] Handle async PF in a guest
` [PATCH v7 09/12] Inject asynchronous page fault into a PV guest if page is swapped out
` [PATCH v7 10/12] Handle async PF in non preemptable context
` [PATCH v7 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v7 12/12] Send async PF when guest is not in userspace too

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-10-18 13:55 UTC  (3+ messages)

[PATCH 11/16] mm: fixed typos
 2010-10-18 12:40 UTC  (2+ messages)

[RFC][PATCH 3/3] mm: reserve max drift pages at boot time instead using zone_page_state_snapshot()
 2010-10-18 10:43 UTC  (4+ messages)

[RFC][PATCH 1/3] contigous big page allocator
 2010-10-18  5:52 UTC  (21+ messages)
` [RFC][PATCH 2/3] find a contiguous range
` [RFC][PATCH 3/3] alloc contig pages with migration

[RFC][PATCH 0/2] memcg: some updates to move_account and file_stat races
 2010-10-18  4:38 UTC  (10+ messages)
` [RFC][PATCH 1/2] memcg: avoiding unnecessary get_page at move_charge
` [RFC][PATCH 2/2] memcg: new lock for mutual execution of account_move and file stats

[PATCH v2 00/11] memcg: per cgroup dirty page accounting
 2010-10-18  0:54 UTC  (21+ messages)
` [PATCH v2 01/11] memcg: add page_cgroup flags for dirty page tracking
` [PATCH v2 02/11] memcg: document cgroup dirty memory interfaces
` [PATCH v2 03/11] memcg: create extensible page stat update routines
` [PATCH v2 04/11] memcg: disable softirq in lock_page_cgroup()
` [PATCH v2 05/11] memcg: add dirty page accounting infrastructure
` [PATCH v2 06/11] memcg: add kernel calls for memcg dirty page stats
` [PATCH v2 07/11] memcg: add dirty limits to mem_cgroup
` [PATCH v2 08/11] memcg: CPU hotplug lockdep warning fix
` [PATCH v2 09/11] memcg: add cgroupfs interface to memcg dirty limits
` [PATCH v2 10/11] writeback: make determine_dirtyable_memory() static
` [PATCH v2 11/11] memcg: check memcg dirty limits in page writeback

[PATCH 2/2] kvm: use vzalloc instead of vmalloc
 2010-10-16  4:34 UTC 

RFC: Implement hwpoison on free for soft offlining
 2010-10-15  8:50 UTC  (2+ messages)

Transparent Hugepage Support #31
 2010-10-15  0:42 UTC 

[PATCH 00/17] [RFC] soft and dynamic dirty throttling limits
 2010-10-14 13:12 UTC  (3+ messages)

[PATCH] [RFC] slub tracing: move trace calls out of always inlined functions to reduce kernel code size
 2010-10-14  9:49 UTC  (3+ messages)

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-14  9:21 UTC  (50+ messages)
` [PATCH v7 01/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v7 02/12] Halt vcpu if page it tries to access is swapped out
` [PATCH v7 03/12] Retry fault before vmentry
` [PATCH v7 04/12] Add memory slot versioning and use it to provide fast guest write interface
` [PATCH v7 05/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v7 06/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v7 07/12] Add async PF initialization to PV guest
` [PATCH v7 08/12] Handle async PF in a guest
` [PATCH v7 09/12] Inject asynchronous page fault into a PV guest if page is swapped out
` [PATCH v7 10/12] Handle async PF in non preemptable context
` [PATCH v7 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v7 12/12] Send async PF when guest is not in userspace too

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-14  9:16 UTC 

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-14  9:16 UTC 

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-14  9:16 UTC 

[RFC][PATCH 1/3] mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occur
 2010-10-14  2:44 UTC  (3+ messages)

[RFC][PATCH 1/3] contigous big page allocator
 2010-10-14  1:59 UTC  (3+ messages)

[PATCH 0/3] V2: Reduce mmap_sem hold times during file backed page faults
 2010-10-13 23:17 UTC  (9+ messages)
` [PATCH 2/3] Retry page fault when blocking on disk transfer


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