[RFC PATCH 00/43] Automatic NUMA Balancing V3
2012-11-16 11:22 UTC (20+ 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] 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)
[PATCH 0/7] fixups for kmemcg
2012-11-16 7:21 UTC (14+ 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
[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 (17+ messages)
` [PART3 Patch v2 01/14] node_states: "
` [PART3 Patch v2 02/14] cpuset: use N_MEMORY instead N_HIGH_MEMORY
` [PART3 Patch v2 03/14] procfs: "
` [PART3 Patch v2 04/14] memcontrol: "
` [PART3 Patch v2 05/14] oom: "
` [PART3 Patch v2 06/14] mm,migrate: "
` [PART3 Patch v2 07/14] mempolicy: "
` [PART3 Patch v2 08/14] hugetlb: "
` [PART3 Patch v2 09/14] vmstat: "
` [PART3 Patch v2 10/14] kthread: "
` [PART3 Patch v2 11/14] init: "
` [PART3 Patch v2 12/14] vmscan: "
` [PART3 Patch v2 13/14] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
` [PART3 Patch v2 14/14] hotplug: update nodemasks management
[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 (33+ 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 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
2012-11-15 22:04 UTC (10+ messages)
` Benchmark results: "Enhanced NUMA scheduling with adaptive affinity"
[PATCH v5 00/11] Introduce huge zero page
2012-11-15 21:52 UTC (36+ messages)
` [PATCH v5 03/11] thp: copy_huge_pmd(): copy "
` [PATCH v5 04/11] thp: do_huge_pmd_wp_page(): handle "
` [PATCH v5 05/11] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v5 06/11] thp: change split_huge_page_pmd() interface
` [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 v5 11/11] thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events
[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 (10+ messages)
` [patch 2/4] mm, oom: cleanup pagefault oom handler
` [patch 3/4] mm, oom: remove redundant sleep in "
` [patch 4/4] mm, oom: remove statically defined arch functions of same name
[RFC] rework mem_cgroup iterator
2012-11-15 16:15 UTC (16+ 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)
[PATCH] mm: fix slab.c kernel-doc warnings
2012-11-15 8:01 UTC (2+ messages)
[PART3 Patch 00/14] introduce N_MEMORY
2012-11-15 6:33 UTC (7+ messages)
[PATCH] res_counter: delete res_counter_write()
2012-11-15 2:06 UTC (2+ messages)
mmotm 2012-11-14-17-40 uploaded
2012-11-15 1:41 UTC
[PATCH 1/2] asm-generic: add __WARN() to bug.h
2012-11-15 1:29 UTC (5+ messages)
` [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h
[Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory
2012-11-15 1:24 UTC (5+ messages)
` [Patch v4 1/7] acpi,memory-hotplug: introduce a mutex lock to protect the list in acpi_memory_device
[3.6 regression?] THP + migration/compaction livelock (I think)
2012-11-15 1:14 UTC (8+ messages)
[RFC PATCH 0/3] acpi: Introduce prepare_remove device operation
2012-11-14 23:12 UTC (4+ messages)
[PATCH] mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water mark
2012-11-14 22:58 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox