linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-23 19:19:12 to 2013-07-25 10:36:30 UTC [more...]

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-07-25 10:36 UTC  (5+ messages)
` [PATCH 17/18] sched: Retry migration of tasks to CPU on a preferred node

[PATCH 04/10] powerpc: Prepare to support kernel handling of IOMMU map/unmap
 2013-07-25 10:33 UTC  (6+ messages)
        ` [PATCH] "

[PATCH v2] lib: Make radix_tree_node_alloc() work correctly within interrupt
 2013-07-25  9:35 UTC  (3+ messages)

[RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
 2013-07-25  8:54 UTC  (3+ messages)
` [PATCH 1/2] mm: add support for discard of unused ptes
` [PATCH 2/2] s390/kvm: support collaborative memory management

[PATCH] mm: Save soft-dirty bits on swapped pages
 2013-07-25  8:43 UTC  (20+ messages)

[PATCH] memcg: remove redundant code in mem_cgroup_force_empty_write()
 2013-07-25  8:02 UTC  (2+ messages)

[PATCH 1/1] Drivers: base: memory: Export symbols for onlining memory blocks
 2013-07-25  7:57 UTC  (11+ messages)

[PATCH v2 0/8] memcg, cgroup: kill css_id
 2013-07-25  7:41 UTC  (23+ messages)
` [PATCH v2 1/8] cgroup: convert cgroup_ida to cgroup_idr
` [PATCH v2 2/8] cgroup: document how cgroup IDs are assigned
` [PATCH v2 3/8] cgroup: implement cgroup_from_id()
` [PATCH v2 4/8] memcg: convert to use cgroup_is_descendant()
` [PATCH v2 5/8] memcg: convert to use cgroup id
` [PATCH v2 6/8] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH v2 7/8] memcg: stop using css id
` [PATCH v2 8/8] cgroup: kill css_id

[patch 0/3] mm: improve page aging fairness between zones/nodes
 2013-07-25  6:50 UTC  (8+ messages)
` [patch 3/3] mm: page_alloc: fair zone allocator policy

[PATCH 00/21] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-07-25  6:50 UTC  (59+ messages)
` [PATCH 01/21] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH 02/21] memblock, numa: Introduce flag into memblock
` [PATCH 03/21] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to reserve hotpluggable memory
` [PATCH 08/21] x86, acpi: Also initialize signature and length when parsing root table
` [PATCH 09/21] x86: Make get_ramdisk_{image|size}() global
` [PATCH 10/21] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH 11/21] x86: get pg_data_t's memory from other node
` [PATCH 12/21] x86, acpi: Try to find if SRAT is overrided earlier
` [PATCH 13/21] x86, acpi: Try to find SRAT in firmware earlier
` [PATCH 14/21] x86, acpi, numa: Reserve hotpluggable memory at early time
` [PATCH 15/21] x86, acpi, numa: Don't reserve memory on nodes the kernel resides in
` [PATCH 16/21] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock
` [PATCH 17/21] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH 18/21] x86, numa: Synchronize nid info in memblock.reserve with numa_meminfo
` [PATCH 20/21] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority
` [PATCH 21/21] doc, page_alloc, acpi, mem-hotplug: Add doc for movablecore=acpi boot option

[PATCH v4 0/8] extend hugepage migration
 2013-07-25  6:33 UTC  (13+ messages)
` [PATCH 1/8] migrate: make core migration code aware of hugepage
` [PATCH 2/8] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 3/8] migrate: add hugepage migration code to migrate_pages()
` [PATCH 4/8] migrate: add hugepage migration code to move_pages()
` [PATCH 5/8] mbind: add hugepage migration code to mbind()
` [PATCH 6/8] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 7/8] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[PATCH 1/2] mm: Restructure free-page stealing code and fix a bug
 2013-07-25  6:23 UTC  (4+ messages)

[PATCH v2] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default
 2013-07-25  4:55 UTC  (17+ messages)

[RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator
 2013-07-25  2:25 UTC  (4+ messages)
` [RFC 4/4] Sparse initialization of struct page array

[PATCH] mm: Fix potential NULL pointer dereference
 2013-07-25  0:52 UTC  (9+ messages)

[PATCH 0/2] Drivers: hv: balloon: Online memory segments "in context"
 2013-07-24 21:29 UTC  (5+ messages)
` [PATCH 1/2] Drivers: base: memory: Export functionality for "in kernel" onlining of memory
  ` [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context"

[PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
 2013-07-24 20:32 UTC  (11+ messages)
                ` [patch 3/5] x86: finish fault error path with fatal signal

[PATCH] mm: add sys_madvise2 and MADV_NAME to name vmas
 2013-07-24 20:05 UTC  (5+ messages)

[PATCH 0/8] Correct memory hot add/remove for powerpc
 2013-07-24 18:47 UTC  (9+ messages)
` [PATCH 1/8] register bootmem pages for powerpc when sparse vmemmap is not defined
` [PATCH 2/8] Mark powerpc memory resources as busy
` [PATCH 3/8] Add all memory via sysfs probe interface at once
` [PATCH 4/8] Create a sysfs release file for hot removing memory
` [PATCH 5/8] Add notifiers for memory hot add/remove
` [PATCH 6/8] Update the powerpc arch specific memory add/remove handlers
` [PATCH 7/8] Add memory hot add/remove notifier handlers for pwoerpc
` [PATCH 8/8] Remove no longer needed powerpc memory node update handler

[PATCH] mm: page_alloc: fix comment get_page_from_freelist
 2013-07-24 15:52 UTC 

[PATCH 0/2] zcache: a new start for upstream
 2013-07-24 13:52 UTC 

[PATCH v2 00/10] mm, hugetlb: clean-up and possible bug fix
 2013-07-24  8:52 UTC  (17+ messages)
` [PATCH v2 01/10] mm, hugetlb: move up the code which check availability of free huge page
` [PATCH v2 03/10] mm, hugetlb: trivial commenting fix
` [PATCH v2 04/10] mm, hugetlb: clean-up alloc_huge_page()
` [PATCH v2 06/10] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()
` [PATCH v2 07/10] mm, hugetlb: do not use a page in page cache for cow optimization

[PATCH v3 0/8] extend hugepage migration
 2013-07-24  6:26 UTC  (26+ messages)
` [PATCH 1/8] migrate: make core migration code aware of hugepage
` [PATCH 2/8] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 3/8] migrate: add hugepage migration code to migrate_pages()
` [PATCH 4/8] migrate: add hugepage migration code to move_pages()
` [PATCH 5/8] mbind: add hugepage migration code to mbind()
` [PATCH 6/8] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 7/8] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

Possible deadloop in direct reclaim?
 2013-07-24  5:58 UTC  (8+ messages)

hugepage related lockdep trace
 2013-07-24  2:57 UTC  (8+ messages)

[PATCH] mm: zswap: add runtime enable/disable
 2013-07-23 20:08 UTC  (4+ messages)


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