messages from 2012-11-15 09:16:10 to 2012-11-16 17:38:00 UTC [more...]
[RFC PATCH 00/43] Automatic NUMA Balancing V3
2012-11-16 17:37 UTC (57+ messages)
` [PATCH 01/43] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/43] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 03/43] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 04/43] mm: numa: define _PAGE_NUMA
` [PATCH 05/43] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/43] mm: numa: Make pte_numa() and pmd_numa() a generic implementation
` [PATCH 07/43] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 08/43] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 09/43] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 10/43] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 11/43] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 12/43] mm: mempolicy: Check for misplaced page
` [PATCH 13/43] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 14/43] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 15/43] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 16/43] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 17/43] sched, mm, x86: Add the ARCH_SUPPORTS_NUMA_BALANCING flag
` [PATCH 18/43] mm: numa: Add fault driven placement and migration
` [PATCH 19/43] mm: numa: Avoid double faulting after migrating misplaced page
` [PATCH 20/43] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 21/43] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 22/43] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 23/43] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 24/43] mm: numa: Migrate on reference policy
` [PATCH 25/43] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 26/43] mm: numa: Only mark a PMD pmd_numa if the pages are all on the same node
` [PATCH 27/43] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 28/43] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 29/43] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 30/43] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 31/43] mm: numa: Introduce last_nid to the page frame
` [PATCH 32/43] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 33/43] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 34/43] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 35/43] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 36/43] sched: numa: Introduce tsk_home_node()
` [PATCH 37/43] sched: numa: Make find_busiest_queue() a method
` [PATCH 38/43] sched: numa: Implement home-node awareness
` [PATCH 39/43] sched: numa: Introduce per-mm and per-task structures
` [PATCH 40/43] sched: numa: CPU follows memory
` [PATCH 41/43] sched: numa: Rename mempolicy to HOME
` [PATCH 42/43] sched: numa: Consider only one CPU per node for CPU-follows-memory
` [PATCH 43/43] sched: numa: Increase and decrease a tasks scanning period based on task fault statistics
kmem accounting netperf data
2012-11-16 17:03 UTC
[PATCH 00/19] latest numa/base patches
2012-11-16 16:25 UTC (20+ messages)
` [PATCH 01/19] mm/generic: Only flush the local TLB in ptep_set_access_flags()
` [PATCH 02/19] x86/mm: Only do a local tlb flush "
` [PATCH 03/19] sched, numa, mm: Make find_busiest_queue() a method
` [PATCH 04/19] sched, numa, mm: Describe the NUMA scheduling problem formally
` [PATCH 05/19] sched, numa, mm, s390/thp: Implement pmd_pgprot() for s390
` [PATCH 06/19] mm/thp: Preserve pgprot across huge page split
` [PATCH 07/19] x86/mm: Introduce pte_accessible()
` [PATCH 08/19] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 09/19] sched, numa, mm, MIPS/thp: Add pmd_pgprot() implementation
` [PATCH 10/19] mm/pgprot: Move the pgprot_modify() fallback definition to mm.h
` [PATCH 11/19] mm/mpol: Make MPOL_LOCAL a real policy
` [PATCH 12/19] mm/mpol: Add MPOL_MF_NOOP
` [PATCH 13/19] mm/mpol: Check for misplaced page
` [PATCH 14/19] mm/mpol: Create special PROT_NONE infrastructure
` [PATCH 15/19] mm/mpol: Add MPOL_MF_LAZY
` [PATCH 16/19] numa, mm: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 17/19] mm/migrate: Introduce migrate_misplaced_page()
` [PATCH 18/19] mm/mpol: Use special PROT_NONE to migrate pages
` [PATCH 19/19] x86/mm: Completely drop the TLB flush from ptep_set_access_flags()
[PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
2012-11-16 16:25 UTC (15+ messages)
` Benchmark results: "Enhanced NUMA scheduling with adaptive affinity"
[PATCH 0/7] fixups for kmemcg
2012-11-16 15:50 UTC (15+ messages)
` [PATCH 2/7] move include of workqueue.h to top of slab.h file
` [PATCH 3/7] memcg: remove test for current->mm in memcg_stop/resume_kmem_account
` [PATCH 4/7] memcg: replace __always_inline with plain inline
` [PATCH 5/7] memcg: get rid of once-per-second cache shrinking for dead memcgs
[memcg:since-3.6 365/437] warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU)
2012-11-16 15:13 UTC
[glommer-memcg:die-cpuacct 6/6] fair.c:(.text+0x5b96d): undefined reference to `task_group_charge'
2012-11-16 14:02 UTC
[glommer-memcg:die-cpuacct 6/6] kernel/sched/rt.c:938:2: error: implicit declaration of function 'task_group_charge'
2012-11-16 13:23 UTC
MMTests 0.07
2012-11-16 13:20 UTC
[ACPIHP PATCH part1 0/4] introduce a framework for ACPI based system device hotplug
2012-11-16 12:58 UTC (2+ messages)
[PART4 Patch v2 0/2] memory-hotplug: allow online/offline memory to result movable node
2012-11-16 11:58 UTC (3+ messages)
` [PART4 Patch v2 1/2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
` [PART4 Patch v2 2/2] memory_hotplug: allow online/offline memory to result movable node
[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
2012-11-16 11:55 UTC (2+ messages)
[PATCH] Correct description of SwapFree in Documentation/filesystems/proc.txt
2012-11-16 10:16 UTC (3+ messages)
[PATCH 1/2] thp: fix update_mmu_cache_pmd() calls
2012-11-16 9:55 UTC (2+ messages)
` [PATCH 2/2] x86: convert update_mmu_cache() and update_mmu_cache_pmd() to functions
[next:akpm 205/376] mm/huge_memory.c:716:2: error: implicit declaration of function 'pfn_pmd'
2012-11-16 9:52 UTC
shmem_getpage_gfp VM_BUG_ON triggered. [3.7rc2]
2012-11-16 9:34 UTC (17+ messages)
` [PATCH] tmpfs: fix shmem_getpage_gfp VM_BUG_ON
[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
2012-11-16 9:33 UTC (12+ messages)
+ mm-revert-mm-vmscan-scale-number-of-pages-reclaimed-by-reclaim-compaction-based-on-failures.patch added to -mm tree
2012-11-16 8:53 UTC (3+ messages)
[PATCH 20/21] mm: drop vmtruncate
2012-11-16 7:45 UTC (3+ messages)
[3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)
2012-11-16 3:11 UTC (4+ messages)
[PART3 Patch v2 00/14] introduce N_MEMORY
2012-11-16 3:01 UTC (4+ messages)
` [PART3 Patch v2 13/14] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
[Bug 50181] New: Memory usage doubles after more then 20 hours of uptime
2012-11-16 2:51 UTC (5+ messages)
[Patch v5 0/7] acpi,memory-hotplug: implement framework for hot removing memory
2012-11-16 1:54 UTC (32+ messages)
` [Patch v5 1/7] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()
` [Patch v5 2/7] acpi,memory-hotplug: deal with eject request in hotplug queue
` [Patch v5 3/7] acpi_memhotplug.c: fix memory leak when memory device is unbound from the module acpi_memhotplug
` [Patch v5 4/7] acpi_memhotplug.c: free memory device if acpi_memory_enable_device() failed
` [Patch v5 5/7] acpi_memhotplug.c: don't allow to eject the memory device if it is being used
` [Patch v5 6/7] acpi_memhotplug.c: bind the memory device when the driver is being loaded
` [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded
[PATCH v6 00/12] Introduce huge zero page
2012-11-15 22:32 UTC (14+ messages)
` [PATCH v6 01/12] thp: huge zero page: basic preparation
` [PATCH v6 02/12] thp: zap_huge_pmd(): zap huge zero pmd
` [PATCH v6 03/12] thp: copy_huge_pmd(): copy huge zero page
` [patch] thp: copy_huge_pmd(): copy huge zero page v6 fix
` [PATCH v6 04/12] thp: do_huge_pmd_wp_page(): handle huge zero page
` [PATCH v6 05/12] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v6 06/12] thp: change split_huge_page_pmd() interface
` [PATCH v6 07/12] thp: implement splitting pmd for huge zero page
` [PATCH v6 08/12] thp: setup huge zero page on non-write page fault
` [PATCH v6 09/12] thp: lazy huge zero page allocation
` [PATCH v6 10/12] thp: implement refcounting for huge zero page
` [PATCH v6 11/12] thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events
` [PATCH v6 12/12] thp: introduce sysfs knob to disable huge zero page
[PATCH v5 00/11] Introduce huge zero page
2012-11-15 21:52 UTC (18+ messages)
` [PATCH v5 05/11] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v5 07/11] thp: implement splitting pmd for huge zero page
` [PATCH v5 08/11] thp: setup huge zero page on non-write page fault
` [PATCH v5 09/11] thp: lazy huge zero page allocation
` [PATCH v5 10/11] thp: implement refcounting for huge zero page
[PATCH] mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address
2012-11-15 21:42 UTC
[PATCH] mm: fix a regression with HIGHMEM introduced by changeset 7f1290f2f2a4d
2012-11-15 21:41 UTC (11+ messages)
[patch 1/4] mm, oom: ensure sysrq+f always passes valid zonelist
2012-11-15 21:01 UTC (4+ messages)
` [patch 2/4] mm, oom: cleanup pagefault oom handler
[RFC] rework mem_cgroup iterator
2012-11-15 16:15 UTC (14+ messages)
` [RFC 2/5] memcg: rework mem_cgroup_iter to use cgroup iterators
[RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area
2012-11-15 13:22 UTC (3+ messages)
Changlog 10.2011
2012-11-15 10:24 UTC
[RFC PATCH v2 0/3] acpi: Introduce prepare_remove device operation
2012-11-15 10:22 UTC (4+ messages)
` [RFC PATCH v2 1/3] driver core: Introduce prepare_remove in bus_type
` [RFC PATCH v2 2/3] acpi: Introduce prepare_remove operation in acpi_device_ops
` [RFC PATCH v2 3/3] acpi_memhotplug: Add prepare_remove operation
[PART4 Patch 0/2] memory-hotplug: allow online/offline memory to result movable node
2012-11-15 9:59 UTC (2+ messages)
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).