messages from 2013-09-06 14:11:53 to 2013-09-11 10:05:28 UTC [more...]
[PATCH v2 0/9] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-11 10:07 UTC (4+ messages)
` [PATCH v2 1/9] memblock: Introduce allocation direction to memblock
` [PATCH v2 2/9] x86, memblock: Introduce memblock_alloc_bottom_up() "
` [PATCH v2 3/9] x86, dma: Support allocate memory from bottom upwards in dma_contiguous_reserve()
[PATCH v2 0/5] mm: migrate zbud pages
2013-09-11 8:59 UTC (6+ messages)
` [PATCH v2 1/5] zbud: use page ref counter for "
` [PATCH v2 2/5] zbud: make freechunks a block local variable
` [PATCH v2 3/5] mm: use mapcount for identifying zbud pages
` [PATCH v2 4/5] mm: use indirect zbud handle and radix tree
` [PATCH v2 5/5] mm: migrate zbud pages
[PATCH] vmpressure: fix divide-by-0 in vmpressure_work_fn
2013-09-11 5:32 UTC (4+ messages)
[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
2013-09-11 3:11 UTC (54+ 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
` [PATCH 46/50] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 47/50] sched: numa: add debugging
` [PATCH 48/50] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 49/50] sched: numa: fix task or group comparison
` [PATCH 50/50] sched: numa: Avoid migrating tasks that are placed on their preferred node
[PATCH v2] cpu/mem hotplug: Add try_online_node() for cpu_up()
2013-09-11 2:32 UTC (2+ messages)
[PATCH 1/2] mm: thp: cleanup: mv alloc_hugepage to better place
2013-09-11 2:23 UTC (12+ messages)
` [PATCH 2/2] mm: thp: khugepaged: add policy for finding target node
[PATCH][mmotm] mm/mempolicy.c: add check to avoid queuing hugepage under migration
2013-09-11 2:12 UTC
[REPOST PATCH 0/4] slab: implement byte sized indexes for the freelist of a slab
2013-09-11 1:04 UTC (15+ 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] slab: Make allocations with GFP_ZERO slightly more efficient
2013-09-11 0:02 UTC
slab: krealloc with GFP_ZERO defect
2013-09-10 23:51 UTC (2+ messages)
[PATCH v5 0/9] extend hugepage migration
2013-09-10 22:47 UTC (13+ messages)
` [PATCH 1/9] migrate: make core migration code aware of hugepage
` [PATCH 3/9] migrate: add hugepage migration code to migrate_pages()
` [PATCH 5/9] mbind: add hugepage migration code to mbind()
` [PATCH 9/9] prepare to remove /proc/sys/vm/hugepages_treat_as_movable
[patch 0/7] improve memcg oom killer robustness v2
2013-09-10 22:03 UTC (25+ messages)
RFC vmstat: On demand vmstat threads
2013-09-10 21:13 UTC (3+ messages)
[PATCH] slub: Fix calculation of cpu slabs
2013-09-10 21:06 UTC (2+ messages)
[PATCH] let CMA depend on MMU
2013-09-10 19:10 UTC
[PATCH] Have __free_pages_memory() free in larger chunks
2013-09-10 18:57 UTC
shrink_slab(), shrinkers and aggresivity
2013-09-10 17:28 UTC
hugetlb: NULL ptr deref in region_truncate
2013-09-10 14:56 UTC (4+ messages)
[PATCH] cpu/mem hotplug: Add try_online_node() for cpu_up()
2013-09-10 13:55 UTC (4+ messages)
[patch] mm, compaction: periodically schedule when freeing pages
2013-09-10 13:20 UTC (2+ messages)
[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)
[PATCH] mm: fix section mismatch warning in set_pageblock_order
2013-09-10 8:03 UTC
[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 (11+ 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 (2+ messages)
[PATCH v2 4/4] mm/zswap: use GFP_NOIO instead of GFP_KERNEL
2013-09-09 16:47 UTC (2+ messages)
[PATCH v2 3/4] mm/zswap: avoid unnecessary page scanning
2013-09-09 16:29 UTC (2+ messages)
[PATCH v2 2/4] mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
2013-09-09 16:28 UTC (2+ 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 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)
[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 (5+ 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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).