linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-05 13:30:42 to 2013-09-10 09:33:20 UTC [more...]

[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
 2013-09-10  9:32 UTC  (46+ messages)
` [PATCH 01/50] sched: monolithic code dump of what is being pushed upstream
` [PATCH 02/50] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/50] sched, numa: Comment fixlets
` [PATCH 04/50] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/50] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/50] mm: Prevent parallel splits during THP migration
` [PATCH 07/50] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 08/50] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 09/50] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 10/50] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 11/50] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 12/50] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 13/50] sched: numa: Initialise numa_next_scan properly
` [PATCH 14/50] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 15/50] sched: numa: Correct adjustment of numa_scan_period
` [PATCH 16/50] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 17/50] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 18/50] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/50] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/50] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/50] sched: Update NUMA hinting faults once per scan
` [PATCH 22/50] sched: Favour moving tasks towards the preferred node
` [PATCH 23/50] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 24/50] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/50] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/50] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/50] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/50] sched: Remove check that skips small VMAs
` [PATCH 29/50] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/50] sched: Do not migrate memory immediately after switching node
` [PATCH 31/50] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 32/50] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 33/50] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 34/50] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 35/50] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 36/50] stop_machine: Introduce stop_two_cpus()
` [PATCH 37/50] sched: Introduce migrate_swap()
` [PATCH 38/50] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 39/50] sched: numa: Favor placing a task on the preferred node
` [PATCH 40/50] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 41/50] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 42/50] sched: numa: Report a NUMA task group ID
` [PATCH 43/50] mm: numa: Do not group on RO pages
` [PATCH 44/50] sched: numa: stay on the same node if CLONE_VM
` [PATCH 45/50] sched: numa: use group fault statistics in numa placement

[RFC PATCH 0/4] mm: migrate zbud pages
 2013-09-10  7:16 UTC  (10+ messages)
` [RFC PATCH 1/4] zbud: use page ref counter for "
` [RFC PATCH 2/4] mm: use mapcount for identifying "

[PATCH] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-10  7:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2] mm, memcg: add a helper function to check may oom condition
 2013-09-10  6:34 UTC  (2+ messages)

RFC vmstat: On demand vmstat threads
 2013-09-10  6:15 UTC  (2+ messages)

[REPOST PATCH 0/4] slab: implement byte sized indexes for the freelist of a slab
 2013-09-10  5:43 UTC  (13+ messages)
` [REPOST PATCH 1/4] slab: factor out calculate nr objects in cache_estimate
` [REPOST PATCH 2/4] slab: introduce helper functions to get/set free object
` [REPOST PATCH 3/4] slab: introduce byte sized index for the freelist of a slab
` [REPOST PATCH 4/4] slab: make more slab management structure off the slab

[PATCH] mm: fix section mismatch warning in set_pageblock_order
 2013-09-10  8:03 UTC 

[PATCH] slub: Fix calculation of cpu slabs
 2013-09-10  3:43 UTC 

[PATCH] cpu/mem hotplug: Add try_online_node() for cpu_up()
 2013-09-10  3:34 UTC  (3+ messages)

[PATCH 1/2] mm: thp: cleanup: mv alloc_hugepage to better place
 2013-09-10  2:51 UTC  (10+ messages)
` [PATCH 2/2] mm: thp: khugepaged: add policy for finding target node

[PATCH] mm, memcg: add a helper function to check may oom condition
 2013-09-10  0:57 UTC  (3+ messages)

[PATCH] mm/hotplug: Remove stop_machine() from try_offline_node()
 2013-09-10  0:23 UTC  (2+ messages)

[PATCH 00/11] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-09-09 23:58 UTC  (20+ messages)
` [PATCH 10/11] x86, mem-hotplug: Support initialize page tables from low to high

[patch 0/7] improve memcg oom killer robustness v2
 2013-09-09 21:08 UTC  (17+ messages)

The scan_unevictable_pages sysctl/node-interface has been disabled
 2013-09-09 20:48 UTC  (3+ messages)

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-09-09 20:11 UTC  (4+ messages)

[PATCH v2 1/4] mm/zswap: bugfix: memory leak when re-swapon
 2013-09-09 17:03 UTC  (3+ messages)

[PATCH v2 4/4] mm/zswap: use GFP_NOIO instead of GFP_KERNEL
 2013-09-09 16:47 UTC  (3+ messages)

[PATCH v2 3/4] mm/zswap: avoid unnecessary page scanning
 2013-09-09 16:29 UTC  (3+ messages)

[PATCH v2 2/4] mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
 2013-09-09 16:28 UTC  (3+ messages)

[PATCH 0/2 v3] split page table lock for hugepage
 2013-09-09 16:26 UTC  (12+ messages)
` [PATCH 1/2] hugetlbfs: support split page table lock
` [PATCH 2/2] thp: "

[PATCH 2/2] thp: support split page table lock
 2013-09-09 15:43 UTC  (2+ messages)

[patch] mm, memcg: store memcg name for oom kill log consistency
 2013-09-09 11:13 UTC  (5+ messages)

[PATCH] vmpressure: fix divide-by-0 in vmpressure_work_fn
 2013-09-09 11:08 UTC  (3+ messages)

[PATCH 1/3] sh: Move fpu_counter into ARCH specific thread_struct
 2013-09-09  9:15 UTC  (3+ messages)
` [PATCH 2/3] x86: "
` [PATCH 3/3] sched: Remove ARCH specific fpu_counter from task_struct

[patch] filemap: add missing unlock_page
 2013-09-09  8:18 UTC  (2+ messages)

[PATCH v3 06/20] mm, hugetlb: return a reserved page to a reserved pool if failed
 2013-09-09  8:22 UTC  (2+ messages)

[PATCH 1/2] mm/hotplug: rename the function is_memblock_offlined_cb()
 2013-09-09  6:25 UTC  (3+ messages)

[PATCH 2/2] mm/cleanup: use pfn_to_nid() instead of page_to_nid(pfn_to_page())
 2013-09-09  6:11 UTC  (2+ messages)

hugetlb: NULL ptr deref in region_truncate
 2013-09-09  4:33 UTC  (3+ messages)

[PATCH] mm/hotplug: rename the function is_memblock_offlined_cb()
 2013-09-09  0:52 UTC  (2+ messages)

mm: gpf in find_vma
 2013-09-08  6:11 UTC  (2+ messages)

[PATCH 03/19] pramfs: export xip_file_fault
 2013-09-07  8:18 UTC 

[PATCH v5] Soft limit rework
 2013-09-06 19:23 UTC  (8+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-06 17:14 UTC  (5+ messages)
` [PATCH 03/23] thp: compile-time and sysfs knob for thp pagecache

[PATCH 1/2] mm: factor commit limit calculation
 2013-09-06 14:11 UTC  (8+ messages)
` [PATCH 2/2] mm: add overcommit_kbytes sysctl variable
  ` [PATCH 2/2 v2] mm: allow to set overcommit ratio more precisely
      ` [PATCH 2/2 v3] "

[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
 2013-09-06 10:45 UTC  (14+ messages)
` [PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling

[PATCH 05/16] slab: remove cachep in struct slab_rcu
 2013-09-06  5:58 UTC  (7+ messages)
` [PATCH 0/4] slab: implement byte sized indexes for the freelist of a slab

[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
 2013-09-06  5:24 UTC  (6+ messages)
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately

[PATCH v3 03/20] mm, hugetlb: fix subpool accounting handling
 2013-09-06  5:19 UTC  (2+ messages)

[PATCH v2 0/4] mm/zswap bugfix: memory leaks and other problems
 2013-09-06  5:15 UTC 

[PATCH] mm/mmap.c: Remove unnecessary pgoff assignment
 2013-09-06  3:31 UTC 

mmotm 2013-08-27-16-51 uploaded
 2013-09-05 20:17 UTC  (3+ messages)

[PATCH 0/2 v2] split page table lock for hugepage
 2013-09-05 15:23 UTC  (6+ messages)
` [PATCH 1/2] hugetlbfs: support split page table lock


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