linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-07 10:30:30 to 2013-10-09 16:57:44 UTC [more...]

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9
 2013-10-09 16:57 UTC  (108+ messages)
` [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 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 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 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 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 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 46/63] mm: numa: Do not group on RO pages
` [PATCH 47/63] mm: numa: Do not batch handle PMD pages
` [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

[page->ptl] BUG: unable to handle kernel NULL pointer dereference at 00000010
 2013-10-09 16:49 UTC 

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-10-08 20:58 UTC  (2+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[PATCHv4 00/10] split page table lock for PMD tables
 2013-10-08 21:47 UTC  (10+ messages)
` [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t

[patch 0/7] improve memcg oom killer robustness v2
 2013-10-07 19:23 UTC  (15+ messages)

[PATCH part1 v6 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-10-09 16:44 UTC  (8+ messages)
` [PATCH part1 v6 4/6] x86/mem-hotplug: Support initialize page tables in bottom-up

[PATCH v8 0/9] rwsem performance optimizations
 2013-10-09 16:34 UTC  (10+ messages)
` [PATCH v8 5/9] MCS Lock: Restructure the MCS lock defines and locking code into its own file

strange oom behaviour on 3.10
 2013-10-09 15:54 UTC 

[PATCH v3 0/6] mm: migrate zbud pages
 2013-10-09 15:30 UTC  (12+ messages)
` [PATCH v3 1/6] zbud: use page ref counter for "
` [PATCH v3 2/6] zbud: make freechunks a block local variable
` [PATCH v3 3/6] mm: use mapcount for identifying zbud pages
` [PATCH v3 4/6] zbud: memset zbud_header to 0 during init
` [PATCH v3 5/6] zswap: replace tree in zswap with radix tree in zbud
` [PATCH v3 6/6] mm: migrate zbud pages

[PATCH] frontswap: enable call to invalidate area on swapoff
 2013-10-09 14:40 UTC  (7+ messages)

doing lots of disk writes causes oom killer to kill processes
 2013-10-09 14:19 UTC  (8+ messages)

6e543d5780e fixed a boot hang
 2013-10-09 14:12 UTC 

[PATCH] slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
 2013-10-09 13:28 UTC  (2+ messages)

[RFC 0/4] cleancache: SSD backed cleancache backend
 2013-10-09 11:52 UTC  (3+ messages)

[PATCH 1/2] mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction
 2013-10-09  9:06 UTC  (2+ messages)
` [PATCH 2/2] s390/mmap: randomize "

[PATCH] slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
 2013-10-08 22:40 UTC  (2+ messages)
` revert! "

[PATCH 0/2] vmpslice support for zero-copy gifting of pages
 2013-10-08 21:22 UTC  (9+ messages)
` [PATCH 1/2] vmsplice: unmap gifted pages for recipient
` [PATCH 2/2] vmsplice: Add limited zero copy to vmsplice

[patch 0/3] Soft dirty tracking fixes
 2013-10-08 20:06 UTC  (11+ messages)
` [patch 1/3] [PATCH] mm: migration -- Do not loose soft dirty bit if page is in migration state
` [patch 2/3] [PATCH] mm: pagemap -- Inspect _PAGE_SOFT_DIRTY only on present pages
` [patch 3/3] [PATCH -mm] mm: Unify pte_to_pgoff and pgoff_to_pte helpers

[PATCH 0/26] get_user_pages() cleanup
 2013-10-08 19:06 UTC  (24+ messages)
` [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()

[PATCH 00/14] Volatile Ranges v9
 2013-10-08 16:22 UTC  (25+ messages)
` [PATCH 05/14] vrange: Add new vrange(2) system call
` [PATCH 07/14] vrange: Purge volatile pages when memory is tight

[PATCHv5 00/11] split page table lock for PMD tables
 2013-10-08 10:13 UTC  (20+ 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 1/2] smaps: show VM_SOFTDIRTY flag in VmFlags line
 2013-10-08  9:03 UTC  (10+ messages)
` [PATCH 2/2] page-types.c: support KPF_SOFTDIRTY bit
  ` [PATCH 1/2 v2] smaps: show VM_SOFTDIRTY flag in VmFlags line

[PATCH 1/2] mm/page_alloc.c: Implement an empty get_pfn_range_for_nid
 2013-10-07 23:54 UTC  (2+ messages)

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

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


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