linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-29 12:06:24 to 2013-07-31 09:39:45 UTC [more...]

[PATCH 0/4] memcg: fix memcg resource limit overflow issues
 2013-07-31  9:39 UTC  (16+ messages)
` [PATCH 1/4] memcg: correct RESOURCE_MAX to ULLONG_MAX
` [PATCH 2/4] memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
` [PATCH 3/4] memcg: avoid overflow caused by PAGE_ALIGN
` [PATCH 4/4] memcg: reduce function dereference

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-07-31  9:38 UTC  (32+ messages)
` [PATCH 02/18] sched: Track NUMA hinting faults on per-node basis
` [PATCH 04/18] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 07/18] sched: Favour moving tasks towards the preferred node
  ` [PATCH] sched, numa: migrates_degrades_locality()
` [PATCH 08/18] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 09/18] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 13/18] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 15/18] sched: Set preferred NUMA node based on number of private faults
  ` [PATCH 15/18] fix compilation with !CONFIG_NUMA_BALANCING
` [PATCH] mm, numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults

[patch 0/3] mm: improve page aging fairness between zones/nodes
 2013-07-31  9:33 UTC  (10+ messages)
` [patch 1/3] mm: vmscan: fix numa reclaim balance problem in kswapd
` [patch 3/3] mm: page_alloc: fair zone allocator policy

[PATCH] mm: for shm_open()/mmap() with OVERCOMMIT_NEVER, return -1 if no memory avail
 2013-07-31  9:28 UTC  (3+ messages)

[PATCH] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-07-31  8:50 UTC 

[patch 0/2] Soft-dirty page tracker improvemens
 2013-07-31  8:16 UTC  (5+ messages)
` [patch 1/2] [PATCH] mm: Save soft-dirty bits on swapped pages
` [patch 2/2] [PATCH] mm: Save soft-dirty bits on file pages

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-07-31  6:37 UTC  (45+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages
` [PATCH 02/18] mm, hugetlb: change variable name reservations to resv
` [PATCH 03/18] mm, hugetlb: unify region structure handling
` [PATCH 05/18] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH 06/18] mm, hugetlb: remove vma_need_reservation()
` [PATCH 08/18] mm, hugetlb: do hugepage_subpool_get_pages() when avoid_reserve
` [PATCH 10/18] mm, hugetlb: call vma_has_reserve() before entering alloc_huge_page()
` [PATCH 11/18] mm, hugetlb: move down outside_reserve check
` [PATCH 13/18] mm, hugetlb: grab a page_table_lock after page_cache_release
` [PATCH 15/18] mm, hugetlb: move up anon_vma_prepare()
` [PATCH 16/18] mm, hugetlb: return a reserved page to a reserved pool if failed
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve

[RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
 2013-07-31  6:26 UTC  (4+ messages)
` [PATCH 1/2] mm: add support for discard of unused ptes

[PATCH v3 0/9] mm, hugetlb: clean-up and possible bug fix
 2013-07-31  5:41 UTC  (4+ messages)
` [PATCH v3 6/9] mm, hugetlb: do not use a page in page cache for cow optimization

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

hugepage related lockdep trace
 2013-07-30 23:37 UTC  (16+ messages)
                    ` [PATCH] hugetlb: fix lockdep splat caused by pmd sharing

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-07-30 21:45 UTC  (16+ messages)

[PATCH v4 0/8] extend hugepage migration
 2013-07-30 18:48 UTC  (6+ messages)
` [PATCH 1/8] migrate: make core migration code aware of hugepage
` [PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

mlockall triggred rcu_preempt stall
 2013-07-30 18:05 UTC  (5+ messages)

[PATCH 2/2] mm: page_alloc: Add unlikely for MAX_ORDER check
 2013-07-30 16:43 UTC  (9+ messages)

[PATCH] mm/hotplug: remove unnecessary BUG_ON in __offline_pages()
 2013-07-30 15:39 UTC  (2+ messages)

[PATCH 0/5] Add rbtree postorder iteration functions, runtime tests, and update zswap to use
 2013-07-29 17:41 UTC  (10+ messages)
` [PATCH 1/5] rbtree: add postorder iteration functions
` [PATCH 2/5] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [PATCH 5/5] mm/zswap: use postorder iteration when destroying rbtree

[PATCH resend] drop_caches: add some documentation and info message
 2013-07-30 15:08 UTC  (10+ messages)

[patch 0/6] improve memcg oom killer robustness
 2013-07-30 14:56 UTC  (23+ messages)
` [patch 1/6] arch: mm: remove obsolete init OOM protection
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 4/6] x86: finish user fault error path with fatal signal
` [patch 5/6] mm: memcg: enable memcg OOM killer only for user faults
` [patch 6/6] mm: memcg: do not trap chargers with full callstack on OOM

[PATCH v2 1/2] uio: provide vm access to UIO_MEM_PHYS maps
 2013-07-30 14:38 UTC  (4+ messages)

+ mm-hugetlb-decrement-reserve-count-if-vm_noreserve-alloc-page-cache.patch added to -mm tree
 2013-07-30 14:27 UTC 

[PATCH v3 0/8] memcg, cgroup: kill css_id
 2013-07-30 14:22 UTC  (11+ messages)
` [PATCH v3 1/8] cgroup: convert cgroup_ida to cgroup_idr
` [PATCH v3 2/8] cgroup: document how cgroup IDs are assigned
` [PATCH v3 3/8] cgroup: implement cgroup_from_id()

+ mm-hugetlb-remove-decrement_hugepage_resv_vma.patch added to -mm tree
 2013-07-30 14:21 UTC 

+ mm-hugetlb-add-vm_noreserve-check-in-vma_has_reserves.patch added to -mm tree
 2013-07-30 14:19 UTC 

[PATCH] truncate: drop 'oldsize' truncate_pagecache() parameter
 2013-07-30 11:42 UTC  (3+ messages)
  ` [PATCHv2] "

[RFC PATCH 00/10] Improve numa scheduling by consolidating tasks
 2013-07-30  9:46 UTC  (19+ messages)
` [RFC PATCH 01/10] sched: Introduce per node numa weights
` [RFC PATCH 02/10] sched: Use numa weights while migrating tasks
` [RFC PATCH 03/10] sched: Select a better task to pull across node using iterations
` [RFC PATCH 04/10] sched: Move active_load_balance_cpu_stop to a new helper function
` [RFC PATCH 05/10] sched: Extend idle balancing to look for consolidation of tasks
` [RFC PATCH 06/10] sched: Limit migrations from a node
` [RFC PATCH 07/10] sched: Pass hint to active balancer about the task to be chosen
` [RFC PATCH 08/10] sched: Prevent a task from migrating immediately after an active balance
` [RFC PATCH 09/10] sched: Choose a runqueue that has lesser local affinity tasks
` [RFC PATCH 10/10] x86, mm: Prevent gcc to re-read the pagetables

Possible deadloop in direct reclaim?
 2013-07-30  1:27 UTC  (11+ messages)

[PATCH] mm: Fix the TLB range flushed when __tlb_remove_page() runs out of slots
 2013-07-30  0:16 UTC  (4+ messages)

[PATCH] mm: page_alloc: fix comment get_page_from_freelist
 2013-07-29 22:10 UTC  (2+ messages)

[PATCH v2] Make transparent hugepages cpuset aware
 2013-07-29 19:42 UTC  (11+ messages)

[PATCH v2 0/5] Add rbtree postorder iteration functions, runtime tests, and update zswap to use
 2013-07-29 19:19 UTC  (6+ messages)
` [PATCH v2 1/5] rbtree: add postorder iteration functions
` [PATCH v2 2/5] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [PATCH v2 3/5] rbtree_test: add test for postorder iteration
` [PATCH v2 4/5] rbtree: allow tests to run as builtin
` [PATCH v2 5/5] mm/zswap: use postorder iteration when destroying rbtree

[PATCH 0/2] hugepage: optimize page fault path locking
 2013-07-29 19:16 UTC  (4+ messages)
` [PATCH 2/2] hugepage: allow parallelization of the hugepage fault path

[PATCH 00/21] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-07-29 17:10 UTC  (10+ messages)
` [PATCH 14/21] x86, acpi, numa: Reserve hotpluggable memory at early time

[PATCH] mm: Save soft-dirty bits on file pages
 2013-07-29 15:02 UTC  (7+ 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).