linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-03 00:52:16 to 2013-10-07 19:13:36 UTC [more...]

[patch 0/7] improve memcg oom killer robustness v2
 2013-10-07 11:01 UTC  (12+ messages)

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9
 2013-10-07 19:13 UTC  (104+ messages)
` [PATCH 01/63] hotplug: Optimize {get,put}_online_cpus()
` [PATCH 02/63] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/63] sched, numa: Comment fixlets
` [PATCH 04/63] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/63] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/63] mm: Prevent parallel splits during THP migration
` [PATCH 07/63] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 08/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 09/63] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 10/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 11/63] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 12/63] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 13/63] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 14/63] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 15/63] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 16/63] sched: numa: Initialise numa_next_scan properly
` [PATCH 17/63] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 18/63] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/63] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/63] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/63] sched: Update NUMA hinting faults once per scan
` [PATCH 22/63] sched: Favour moving tasks towards the preferred node
` [PATCH 23/63] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/63] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/63] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/63] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/63] sched: Remove check that skips small VMAs
` [PATCH 29/63] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/63] sched: Do not migrate memory immediately after switching node
` [PATCH 31/63] mm: numa: only unmap migrate-on-fault VMAs
` [PATCH 32/63] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 33/63] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 34/63] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 35/63] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 36/63] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 37/63] stop_machine: Introduce stop_two_cpus()
` [PATCH 38/63] sched: Introduce migrate_swap()
` [PATCH 39/63] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 40/63] sched: numa: Favor placing a task on the preferred node
` [PATCH 41/63] sched: numa: fix placement of workloads spread across multiple nodes
` [PATCH 42/63] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 43/63] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 44/63] sched: numa: Report a NUMA task group ID
` [PATCH 45/63] mm: numa: copy cpupid on page migration
` [PATCH 46/63] mm: numa: Do not group on RO pages
` [PATCH 47/63] mm: numa: Do not batch handle PMD pages
` [PATCH 48/63] sched: numa: stay on the same node if CLONE_VM
` [PATCH 49/63] sched: numa: use group fault statistics in numa placement
` [PATCH 50/63] sched: numa: call task_numa_free from do_execve
` [PATCH 51/63] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 52/63] sched: numa: add debugging
` [PATCH 53/63] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 54/63] sched: numa: fix task or group comparison
` [PATCH 55/63] sched: numa: Avoid migrating tasks that are placed on their preferred node
` [PATCH 56/63] sched: numa: be more careful about joining numa groups
` [PATCH 57/63] sched: numa: Take false sharing into account when adapting scan rate
` [PATCH 58/63] sched: numa: adjust scan rate in task_numa_placement
` [PATCH 59/63] sched: numa: Remove the numa_balancing_scan_period_reset sysctl
` [PATCH 60/63] mm: numa: revert temporarily disabling of NUMA migration
` [PATCH 61/63] sched: numa: skip some page migrations after a shared fault
` [PATCH 62/63] sched: numa: use unsigned longs for numa group fault stats
` [PATCH 63/63] sched: numa: periodically retry task_numa_migrate

[raw v1 1/4] Use raw_cpu ops for determining current NUMA node
 2013-10-07 18:31 UTC 

[PATCH 0/26] get_user_pages() cleanup
 2013-10-07 17:26 UTC  (27+ messages)
` [PATCH 13/26] fsl_hypervisor: Convert ioctl_memcpy() to use get_user_pages_fast()
` [PATCH 18/26] mm: Convert process_vm_rw_pages() to use get_user_pages_unlocked()
` [PATCH 19/26] ivtv: Convert driver "
` [PATCH 23/26] ib: Convert qib_get_user_pages() to get_user_pages_unlocked()

Deadlock (un-killable processes) in sys_futex
 2013-10-07 16:22 UTC 

[PATCHv5 00/11] split page table lock for PMD tables
 2013-10-07 16:09 UTC  (13+ messages)
` [PATCHv5 01/11] mm: avoid increase sizeof(struct page) due to split page table lock
` [PATCHv5 02/11] mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
` [PATCHv5 03/11] mm: convert mm->nr_ptes to atomic_long_t
` [PATCHv5 04/11] mm: introduce api for split page table lock for PMD level
` [PATCHv5 05/11] mm, thp: change pmd_trans_huge_lock() to return taken lock
` [PATCHv5 06/11] mm, thp: move ptl taking inside page_check_address_pmd()
` [PATCHv5 07/11] mm, thp: do not access mm->pmd_huge_pte directly
` [PATCHv5 08/11] mm, hugetlb: convert hugetlbfs to use split pmd lock
` [PATCHv5 09/11] mm: convent the rest to new page table lock api
` [PATCHv5 10/11] mm: implement split page table lock for PMD level
` [PATCHv5 11/11] x86, mm: enable "

[PATCH] frontswap: enable call to invalidate area on swapoff
 2013-10-07 15:37 UTC  (2+ messages)

[PATCH part1 v6 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-10-07 14:17 UTC  (15+ messages)
` [PATCH part1 v6 1/6] memblock: Factor out of top-down allocation
` [PATCH part1 v6 2/6] memblock: Introduce bottom-up allocation mode
` [PATCH part1 v6 3/6] x86/mm: Factor out of top-down direct mapping setup
` [PATCH part1 v6 4/6] x86/mem-hotplug: Support initialize page tables in bottom-up
` [PATCH part1 v6 5/6] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed
` [PATCH part1 v6 6/6] mem-hotplug: Introduce movable_node boot option
    ` [PATCH part1 v6 update "

[PATCH 1/2] smaps: show VM_SOFTDIRTY flag in VmFlags line
 2013-10-07 14:15 UTC  (4+ messages)
` [PATCH 2/2] page-types.c: support KPF_SOFTDIRTY bit
  ` [PATCH 1/2 v2] smaps: show VM_SOFTDIRTY flag in VmFlags line

[PATCHv4 00/10] split page table lock for PMD tables
 2013-10-07  9:48 UTC  (11+ messages)
` [PATCHv4 09/10] mm: implement split page table lock for PMD level

a bug report for function move_freepages_block
 2013-10-06 11:26 UTC 

[PATCH v2] mm/sparsemem: Fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP
 2013-10-05 23:41 UTC  (2+ messages)

[PATCH 1/2] mm/page_alloc.c: Implement an empty get_pfn_range_for_nid
 2013-10-05 17:32 UTC  (2+ messages)
` [PATCH 2/2] mm/page_alloc.c: Get rid of unused marco LONG_ALIGN

[PATCH 1/2] mm/sparsemem: Use PAGES_PER_SECTION to remove redundant nr_pages parameter
 2013-10-05 16:45 UTC  (6+ messages)
` [PATCH 2/2] mm/sparsemem: Fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP

[PATCH] Have __free_pages_memory() free in larger chunks
 2013-10-05 11:30 UTC  (2+ messages)

[PATCH] slub: Fix calculation of cpu slabs
 2013-10-05  7:48 UTC  (2+ messages)

[PATCH 10/26] lustre: Convert ll_get_user_pages() to use get_user_pages_fast()
 2013-10-05  6:27 UTC  (2+ messages)

[RFC] ARM: lockless get_user_pages_fast()
 2013-10-04 13:53 UTC 

[PATCH 0/2] fs,mm: abstract i_mmap_mutex lock
 2013-10-04  1:28 UTC  (5+ messages)
` [PATCH 1/2] mm,fs: introduce helpers around i_mmap_mutex

[PATCH 00/14] Volatile Ranges v9
 2013-10-03 23:56 UTC  (12+ messages)
` [PATCH 06/14] vrange: Add basic functions to purge volatile pages
` [PATCH 07/14] vrange: Purge volatile pages when memory is tight
` [PATCH 08/14] vrange: Send SIGBUS when user try to access purged page
` [PATCH 09/14] vrange: Add vrange LRU list for purging
` [PATCH 10/14] vrange: Add core shrinking logic for swapless system
` [PATCH 11/14] vrange: Purging vrange-anon pages from shrinker
` [PATCH 12/14] vrange: Support background purging for vrange-file
` [PATCH 13/14] vrange: Allocate vroot dynamically
` [PATCH 14/14] vrange: Add vmstat counter about purged page

[PATCH] mm: pagevec: cleanup: drop pvec->cold argument in all places
 2013-10-03 21:10 UTC  (4+ messages)

vmstat: On demand vmstat workers V3
 2013-10-03 17:40 UTC 

[PATCH v2 0/5] mm: migrate zbud pages
 2013-10-03 15:39 UTC  (11+ messages)

[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
 2013-10-03  7:43 UTC  (7+ messages)
` [PATCH 37/50] sched: Introduce migrate_swap()
  ` [PATCH] hotplug: Optimize {get,put}_online_cpus()
    ` [RFC] introduce synchronize_sched_{enter,exit}()

[PATCH v8 0/9] rwsem performance optimizations
 2013-10-03  7:32 UTC  (2+ 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).