Linux Kernel Memory Management
[Prev Page][Next Page]
- [PATCH 31/31] mm: Allow the migration of shared pages, (continued)
- [RFC] rework mem_cgroup iterator,
Michal Hocko
- [PATCH 1/1] mm: Export a function to get vm committed memory,
K. Y. Srinivasan
- [RFC PATCH 00/31] Foundation for automatic NUMA balancing V2,
Mel Gorman
- [PATCH 01/31] mm: compaction: Move migration fail/success stats to migrate.c, Mel Gorman
- [PATCH 02/31] mm: migrate: Add a tracepoint for migrate_pages, Mel Gorman
- [PATCH 03/31] mm: compaction: Add scanned and isolated counters for compaction, Mel Gorman
- [PATCH 04/31] mm: numa: define _PAGE_NUMA, Mel Gorman
- [PATCH 05/31] mm: numa: pte_numa() and pmd_numa(), Mel Gorman
- [PATCH 06/31] mm: numa: teach gup_fast about pmd_numa, Mel Gorman
- [PATCH 07/31] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte, Mel Gorman
- [PATCH 08/31] mm: numa: Create basic numa page hinting infrastructure, Mel Gorman
- [PATCH 09/31] mm: mempolicy: Make MPOL_LOCAL a real policy, Mel Gorman
- [PATCH 10/31] mm: mempolicy: Add MPOL_MF_NOOP, Mel Gorman
- [PATCH 11/31] mm: mempolicy: Check for misplaced page, Mel Gorman
- [PATCH 12/31] mm: migrate: Introduce migrate_misplaced_page(), Mel Gorman
- [PATCH 13/31] mm: mempolicy: Use _PAGE_NUMA to migrate pages, Mel Gorman
- [PATCH 15/31] mm: numa: Add fault driven placement and migration, Mel Gorman
- [PATCH 14/31] mm: mempolicy: Add MPOL_MF_LAZY, Mel Gorman
- [PATCH 16/31] mm: numa: Only call task_numa_placement for misplaced pages, Mel Gorman
- [PATCH 18/31] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate, Mel Gorman
- [PATCH 17/31] mm: numa: Avoid double faulting after migrating misplaced page, Mel Gorman
- [PATCH 19/31] mm: sched: numa: Implement slow start for working set sampling, Mel Gorman
- [PATCH 20/31] mm: numa: Add pte updates, hinting and migration stats, Mel Gorman
- [PATCH 21/31] mm: numa: Migrate on reference policy, Mel Gorman
- [PATCH 22/31] x86: mm: only do a local tlb flush in ptep_set_access_flags(), Mel Gorman
- [PATCH 23/31] x86: mm: drop TLB flush from ptep_set_access_flags, Mel Gorman
- [PATCH 24/31] mm,generic: only flush the local TLB in ptep_set_access_flags, Mel Gorman
- [PATCH 25/31] sched: numa: Introduce tsk_home_node(), Mel Gorman
- [PATCH 26/31] sched: numa: Make mempolicy home-node aware, Mel Gorman
- [PATCH 28/31] sched: numa: Implement home-node awareness, Mel Gorman
- [PATCH 27/31] sched: numa: Make find_busiest_queue() a method, Mel Gorman
- [PATCH 29/31] sched: numa: CPU follows memory, Mel Gorman
- [PATCH 30/31] mm: numa: Introduce last_nid to the page frame, Mel Gorman
- [PATCH 31/31] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships, Mel Gorman
- Re: [RFC PATCH 00/31] Foundation for automatic NUMA balancing V2, Ingo Molnar
- [PATCH] x86/tlb: correct vmflag test for checking VM_HUGETLB,
Joonsoo Kim
- [PATCH 1/4] bootmem: remove not implemented function call, bootmem_arch_preferred_node(),
Joonsoo Kim
- [PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity,
Peter Zijlstra
- [PATCH 1/8] sched, numa, mm: Introduce sched_feat_numa(), Peter Zijlstra
- [PATCH 8/8] sched, numa, mm: Implement slow start for working set sampling, Peter Zijlstra
- [PATCH 6/8] sched, numa, mm: Implement constant, per task Working Set Sampling (WSS) rate, Peter Zijlstra
- [PATCH 3/8] sched, numa, mm: Add credits for NUMA placement, Peter Zijlstra
- [PATCH 7/8] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges, Peter Zijlstra
- [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support, Peter Zijlstra
- Re: [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support, Christoph Lameter
- Re: [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support, Rik van Riel
- Re: [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support, Rik van Riel
- Re: [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support, Andi Kleen
- [PATCH 4/8] sched, numa, mm: Add last_cpu to page flags, Peter Zijlstra
- [PATCH 2/8] sched, numa, mm: Implement THP migration, Peter Zijlstra
- Benchmark results: "Enhanced NUMA scheduling with adaptive affinity", Ingo Molnar
- Re: [PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity, Christoph Lameter
- [PATCH 0/3] fix missing rb_subtree_gap updates on vma insert/erase,
Michel Lespinasse
- [PATCH] mm: cma: WARN if freed memory is still in use,
Marek Szyprowski
- [PATCH] mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water mark,
Marek Szyprowski
- [PATCH] mm: Remove unused variable in alloc_contig_range(),
Thierry Reding
- [PATCH] mm: use migrate_prep() instead of migrate_prep_local(),
Marek Szyprowski
- [PATCH v12 0/7] make balloon pages movable by compaction,
Rafael Aquini
- [PATCH v5 1/6] mm: teach mm by current context info to not do I/O during memory allocation, Ming Lei
- [PATCH v5 0/6] solve deadlock caused by memory allocation with I/O,
Ming Lei
- [PATCH 1/1] mm: Export a function to read vm_committed_as,
K. Y. Srinivasan
- [PATCH] mm: compaction: Fix compiler warning,
Thierry Reding
- [PATCH] mm: mmap: remove unused variable, Jingoo Han
- [PATCH] mm: Fix calculation of dirtyable memory,
Sonny Rao
- mmotm 2012-11-08-15-17 uploaded,
akpm
- [PATCH] Add a test program for variable page sizes in mmap/shmget v2,
Andi Kleen
- [PATCH] Add a test program for variable page sizes in mmap/shmget,
Andi Kleen
- [RFC PATCH 0/3] acpi: Introduce prepare_remove device operation,
Vasilis Liaskovitis
- [PATCH V3] memcg, oom: provide more precise dump info while memcg oom happening,
Sha Zhengju
- [Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory,
Wen Congyang
- [patch 1/2] mm, oom: change type of oom_score_adj to short,
David Rientjes
- [PATCH v2] memory-hotplug: fix NR_FREE_PAGES mismatch's fix,
Wen Congyang
- [PATCH] mm: remove watermark hacks for CMA, Marek Szyprowski
- [PATCH] mm: skip watermarks check for already isolated blocks in split_free_page(),
Marek Szyprowski
- [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls,
Marek Szyprowski
- [PATCH v5 00/11] Introduce huge zero page,
Kirill A. Shutemov
- [PATCH v5 01/11] thp: huge zero page: basic preparation, Kirill A. Shutemov
- [PATCH v5 02/11] thp: zap_huge_pmd(): zap huge zero pmd, Kirill A. Shutemov
- [PATCH v5 04/11] thp: do_huge_pmd_wp_page(): handle huge zero page, Kirill A. Shutemov
- [PATCH v5 03/11] thp: copy_huge_pmd(): copy huge zero page, Kirill A. Shutemov
- [PATCH v5 05/11] thp: change_huge_pmd(): keep huge zero page write-protected, Kirill A. Shutemov
- [PATCH v5 08/11] thp: setup huge zero page on non-write page fault, Kirill A. Shutemov
- [PATCH v5 09/11] thp: lazy huge zero page allocation, Kirill A. Shutemov
- [PATCH v5 07/11] thp: implement splitting pmd for huge zero page, Kirill A. Shutemov
- [PATCH v5 11/11] thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events, Kirill A. Shutemov
- [PATCH v5 06/11] thp: change split_huge_page_pmd() interface, Kirill A. Shutemov
- [PATCH v5 10/11] thp: implement refcounting for huge zero page, Kirill A. Shutemov
- Re: [PATCH v5 00/11] Introduce huge zero page, Andrew Morton
- [RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications,
Anton Vorontsov
- [PATCH V2 0/2] Provide more precise dump info for memcg-oom,
Sha Zhengju
- [patch] mm, mempolicy: remove duplicate code, David Rientjes
- [PATCH v11 0/7] make balloon pages movable by compaction,
Rafael Aquini
- [PATCH] mm: fix slab.c kernel-doc warnings,
Randy Dunlap
- [RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management,
Srivatsa S. Bhat
- Re: [RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management, wujianguo
- <Possible follow-ups>
- Re: [RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management, Srinivas Pandruvada
[RFC PATCH 00/10][Hierarchy] mm: Linux VM Infrastructure to support Memory Power Management,
Srivatsa S. Bhat
- [RFC PATCH 01/10] mm: Introduce the memory regions data structure, Srivatsa S. Bhat
- [RFC PATCH 02/10] mm: Helper routines, Srivatsa S. Bhat
- [RFC PATCH 03/10] mm: Init zones inside memory regions, Srivatsa S. Bhat
- [RFC PATCH 04/10] mm: Refer to zones from memory regions, Srivatsa S. Bhat
- [RFC PATCH 05/10] mm: Create zonelists, Srivatsa S. Bhat
- [RFC PATCH 06/10] mm: Verify zonelists, Srivatsa S. Bhat
- [RFC PATCH 07/10] mm: Modify vmstat, Srivatsa S. Bhat
- [RFC PATCH 08/10] mm: Modify vmscan, Srivatsa S. Bhat
- [RFC PATCH 09/10] mm: Reflect memory region changes in zoneinfo, Srivatsa S. Bhat
- [RFC PATCH 10/10] mm: Create memory regions at boot-up, Srivatsa S. Bhat
[RFC PATCH 00/19] Foundation for automatic NUMA balancing,
Mel Gorman
- [PATCH 01/19] mm: compaction: Move migration fail/success stats to migrate.c, Mel Gorman
- [PATCH 02/19] mm: migrate: Add a tracepoint for migrate_pages, Mel Gorman
- [PATCH 03/19] mm: compaction: Add scanned and isolated counters for compaction, Mel Gorman
- [PATCH 04/19] mm: numa: define _PAGE_NUMA, Mel Gorman
- [PATCH 05/19] mm: numa: pte_numa() and pmd_numa(), Mel Gorman
- [PATCH 06/19] mm: numa: teach gup_fast about pmd_numa, Mel Gorman
- [PATCH 07/19] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte, Mel Gorman
- [PATCH 09/19] mm: mempolicy: Make MPOL_LOCAL a real policy, Mel Gorman
- [PATCH 08/19] mm: numa: Create basic numa page hinting infrastructure, Mel Gorman
- [PATCH 10/19] mm: mempolicy: Add MPOL_MF_NOOP, Mel Gorman
- [PATCH 11/19] mm: mempolicy: Check for misplaced page, Mel Gorman
- [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page(), Mel Gorman
- [PATCH 14/19] mm: mempolicy: Add MPOL_MF_LAZY, Mel Gorman
- [PATCH 13/19] mm: mempolicy: Use _PAGE_NUMA to migrate pages, Mel Gorman
- [PATCH 16/19] mm: numa: Add pte updates, hinting and migration stats, Mel Gorman
- [PATCH 19/19] mm: sched: numa: Implement slow start for working set sampling, Mel Gorman
- [PATCH 17/19] mm: numa: Migrate on reference policy, Mel Gorman
- [PATCH 15/19] mm: numa: Add fault driven placement and migration, Mel Gorman
- [PATCH 18/19] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate, Mel Gorman
- Re: [RFC PATCH 00/19] Foundation for automatic NUMA balancing, Zhouping Liu
- Re: [RFC PATCH 00/19] Foundation for automatic NUMA balancing, Andrea Arcangeli
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]