linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-28 12:00:30 to 2013-09-03 00:15:11 UTC [more...]

[PATCH] mm: fix accounting on page_remove_rmap()
 2013-09-03  0:15 UTC  (2+ messages)

[PATCH v2 1/4] mm/hwpoison: fix traverse hugetlbfs page to avoid printk flood
 2013-09-02 23:36 UTC  (4+ messages)
` [PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page
` [PATCH v2 3/4] mm/hwpoison: fix false report 2nd try page recovery
` [PATCH v2 4/4] mm/hwpoison: fix the lack of one reference count against poisoned page

[PATCH 1/4] mm/hwpoison: fix traverse hugetlbfs page to avoid printk flood
 2013-09-02 23:31 UTC  (10+ messages)
` [PATCH 2/4] mm/hwpoison: fix miss catch transparent huge page
` [PATCH 3/4] mm/hwpoison: fix false report 2nd try page recovery
` [PATCH 4/4] mm/hwpoison: fix the lack of one reference count against poisoned page

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-02 20:05 UTC  (5+ messages)
` [PATCH 05/23] thp: represent file thp pages in meminfo and friends

[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
 2013-09-02 17:43 UTC  (41+ messages)
` [RFC PATCH v3 01/35] mm: Restructure free-page stealing code and fix a bug
` [RFC PATCH v3 02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint
` [RFC PATCH v3 03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v3 04/35] mm: Initialize node memory regions during boot
` [RFC PATCH v3 05/35] mm: Introduce and initialize zone memory regions
` [RFC PATCH v3 06/35] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v3 07/35] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v3 08/35] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v3 10/35] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v3 11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v3 12/35] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v3 13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v3 14/35] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v3 15/35] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v3 16/35] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v3 17/35] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v3 18/35] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v3 19/35] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v3 20/35] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v3 21/35] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v3 22/35] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v3 23/35] mm: Maintain the counter for freepages in "
` [RFC PATCH v3 24/35] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v3 25/35] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v3 26/35] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v3 27/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v3 28/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v3 29/35] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v3 30/35] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v3 31/35] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v3 32/35] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v3 33/35] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v3 34/35] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v3 35/35] mm: Use a cache between page-allocator and region-allocator

[PATCH 0/2 v2] split page table lock for hugepage
 2013-09-02 16:37 UTC  (5+ messages)
` [PATCH 1/2] hugetlbfs: support split page table lock
` [PATCH 2/2] thp: "

linux-next: Tree for Jun 21 [ BROKEN ipc/ipc-msg ]
 2013-09-02 16:29 UTC  (16+ messages)
        ` ipc-msg broken again on 3.11-rc7? (was Re: linux-next: Tree for Jun 21 [ BROKEN ipc/ipc-msg ])
                    ` ipc-msg broken again on 3.11-rc7?

[PATCH 1/3] mm/vmalloc: don't set area->caller twice
 2013-09-02 12:35 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: don't warning vmalloc allocation failure twice
` [PATCH 3/3] mm/vmalloc: move VM_UNINITIALIZED just before show_numa_info

[PATCH 1/2] mm: thp: cleanup: mv alloc_hugepage to better place
 2013-09-02 10:55 UTC  (3+ messages)
` [PATCH 2/2] mm: thp: khugepaged: add policy for finding target node

[patch 0/7] improve memcg oom killer robustness v2
 2013-09-02 10:38 UTC  (4+ messages)

[PATCH 05/16] slab: remove cachep in struct slab_rcu
 2013-09-02  8:38 UTC  (6+ messages)
` [PATCH 0/4] slab: implement byte sized indexes for the freelist of a slab
  ` [PATCH 1/4] slab: factor out calculate nr objects in cache_estimate
  ` [PATCH 2/4] slab: introduce helper functions to get/set free object
  ` [PATCH 3/4] slab: introduce byte sized index for the freelist of a slab
  ` [PATCH 4/4] slab: make more slab management structure off the slab

[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
 2013-09-02  3:14 UTC  (10+ messages)
` [PATCH v9 04/13] KVM: PPC: reserve a capability and KVM device type for realmode VFIO
` [PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling

[PATCH 00/11] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-09-02  1:03 UTC  (7+ messages)

[PATCH] mm: msync: require either MS_ASYNC or MS_SYNC
 2013-09-01 19:58 UTC 

[PATCH] memcg: fix multiple large threshold notifications
 2013-09-01  0:06 UTC 

Why did I see isolated file/anon when system has high pgscand/s and 16 GB free memory
 2013-08-31 23:13 UTC 

Re:linux-mm
 2013-08-31 18:48 UTC 

[PATCH 4/4] mm/arch: use NUMA_NODE
 2013-08-31  0:54 UTC 

[PATCH 0/3] ACPI / hotplug / mm: Rework mutual exclusion between hibernation and memory hotplug
 2013-08-31  0:50 UTC  (9+ messages)
` [PATCH 1/3] ACPI / scan: Change ordering of locks for device hotplug
` [PATCH 2/3] PM / hibernate: Create memory bitmaps after freezing user space
` [PATCH 3/3] PM / hibernate / memory hotplug: Rework mutual exclusion

[PATCH 3/4] x86/srat: use NUMA_NO_NODE
 2013-08-30 21:48 UTC  (2+ messages)

[PATCH 1/4] mm/vmalloc: use NUMA_NO_NODE
 2013-08-30 21:48 UTC  (2+ messages)

[PATCH 2/4] mm/acpi: use NUMA_NO_NODE
 2013-08-30 21:48 UTC  (3+ messages)

[PATCH] x86: e820: fix memmap kernel boot parameter
 2013-08-30 20:39 UTC  (4+ messages)

[RFC PATCH] Increase locking granularity in THP page fault code
 2013-08-30 17:57 UTC  (3+ messages)
` [RFC PATCH] Change THP code to use pud_page(pud)->ptl lock page_table_lock

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-08-30 14:50 UTC  (8+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[PATCH] mm: compaction: update comment about zone lock in isolate_freepages_block
 2013-08-30 14:07 UTC 

[PATCH 0/6] treewide: kmem_cache_alloc GFP_ZERO cleanups
 2013-08-30 13:37 UTC  (3+ messages)
` [PATCH 1/6] slab/block: Add and use kmem_cache_zalloc_node

[RFC PATCH v3 00/35] mm: Memory Power Management
 2013-08-30 12:39 UTC  (16+ messages)
` [RFC PATCH v3 01/35] mm: Restructure free-page stealing code and fix a bug
` [RFC PATCH v3 02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint
` [RFC PATCH v3 03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v3 04/35] mm: Initialize node memory regions during boot
` [RFC PATCH v3 05/35] mm: Introduce and initialize zone memory regions
` [RFC PATCH v3 06/35] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v3 07/35] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v3 08/35] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v3 10/35] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v3 11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v3 12/35] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v3 13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v3 14/35] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v3 15/35] mm: Print memory region statistics to understand the buddy allocator behavior

[PATCH 1/5] mm/vmalloc: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  9:10 UTC  (2+ messages)

[PATCH] mm/vmalloc: use help function to get vmalloc area size
 2013-08-30  9:00 UTC  (4+ messages)

[RFC PATCH 0/4] mm: migrate zbud pages
 2013-08-30  8:42 UTC  (5+ messages)
` [RFC PATCH 1/4] zbud: use page ref counter for "
` [RFC PATCH 2/4] mm: use mapcount for identifying "
` [RFC PATCH 3/4] mm: use indirect zbud handle and radix tree
` [RFC PATCH 4/4] mm: migrate zbud pages

[PATCH 5/5] mm/cgroup: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  8:29 UTC  (4+ messages)

[PATCH 4/5] mm/ia64: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  3:42 UTC 

[PATCH 3/5] mm/vmemmap: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  3:40 UTC 

[PATCH 2/5] mm/sparse: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  3:38 UTC 

BUG: soft lockup - CPU#25 stuck for 23s! [memcg_process_s:5859]
 2013-08-30  3:36 UTC 

[PATCH] ksm: Remove redundant __GFP_ZERO from kcalloc
 2013-08-29 23:32 UTC 

[PATCH 2/2] mempool: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
 2013-08-29 22:31 UTC 

slab: krealloc with GFP_ZERO defect
 2013-08-29 21:47 UTC 

[patch] mm, memcg: store memcg name for oom kill log consistency
 2013-08-29 13:30 UTC  (2+ messages)

[PATCH v2 0/7] Improving munlock() performance for large non-THP areas
 2013-08-29 13:02 UTC  (4+ messages)
` [PATCH v2 7/7] mm: munlock: manual pte walk in fast path instead of follow_page_mask()

[PATCH] cpuset: mm: Reduce large amounts of memory barrier related damage v3
 2013-08-29 12:10 UTC  (9+ messages)

[PATCH v4 1/10] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-29  6:17 UTC  (4+ messages)

[PATCH v2 1/4] mm/pgtable: Fix continue to preallocate pmds even if failure occurrence
 2013-08-29  5:32 UTC  (14+ messages)
` [PATCH v2 2/4] mm/sparse: introduce alloc_usemap_and_memmap

[gcv v3 07/35] mm: Replace __get_cpu_var uses
 2013-08-28 19:48 UTC 

vmstat kthreads
 2013-08-28 19:28 UTC  (7+ messages)
` [PATCH v2 1/2] mm: make vmstat_update periodic run conditional

mmotm 2013-08-27-16-51 uploaded
 2013-08-28 18:42 UTC  (5+ messages)

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-28 17:10 UTC  (7+ messages)
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults
      ` [PATCH -v3] "


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