linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-15 10:45:08 to 2013-07-17 21:09:57 UTC [more...]

[PATCH, REBASED 0/8] Transparent huge page cache: phase 0, prep work
 2013-07-17 21:09 UTC  (13+ messages)
` [PATCH 1/8] mm: drop actor argument of do_generic_file_read()
` [PATCH 2/8] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCH 4/8] mm: cleanup add_to_page_cache_locked()
` [PATCH 5/8] thp, mm: locking tail page is a bug
` [PATCH 7/8] thp: do_huge_pmd_anonymous_page() cleanup
` [PATCH 8/8] thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()

[PATCH RFC] lib: Make radix_tree_node_alloc() irq safe
 2013-07-17 20:14 UTC  (2+ messages)

[PATCH] mm/hugetlb: per-vma instantiation mutexes
 2013-07-17 19:50 UTC  (12+ messages)
        ` [PATCH] hugepage: allow parallelization of the hugepage fault path

zswap: How to determine whether it is compressing swap pages?
 2013-07-17 19:38 UTC  (6+ messages)

3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration
 2013-07-17 18:08 UTC  (5+ messages)
` [PATCH] mm/swap.c: clear PageActive before adding pages onto unevictable list (Re: 3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration)

[PATCH 00/10] adding compaction to zone_reclaim_mode > 0 #2
 2013-07-17 17:20 UTC  (23+ messages)
` [PATCH 01/10] mm: zone_reclaim: remove ZONE_RECLAIM_LOCKED
` [PATCH 02/10] mm: zone_reclaim: compaction: scan all memory with /proc/sys/vm/compact_memory
` [PATCH 03/10] mm: zone_reclaim: compaction: don't depend on kswapd to invoke reset_isolation_suitable
` [PATCH 04/10] mm: zone_reclaim: compaction: reset before initializing the scan cursors
` [PATCH 05/10] mm: compaction: don't require high order pages below min wmark
` [PATCH 06/10] mm: zone_reclaim: compaction: increase the high order pages in the watermarks
` [PATCH 07/10] mm: zone_reclaim: compaction: export compact_zone_order()
` [PATCH 08/10] mm: zone_reclaim: only run zone_reclaim in the fast path
` [PATCH 09/10] mm: zone_reclaim: after a successful zone_reclaim check the min watermark
` [PATCH 10/10] mm: zone_reclaim: compaction: add compaction to zone_reclaim_mode

hugepage related lockdep trace
 2013-07-17 15:32 UTC 

[3.11 1/4] slub: Make cpu partial slab support configurable V2
 2013-07-17 15:24 UTC  (15+ messages)

[PATCH] mm/slub.c: remove 'per_cpu' which is useless variable
 2013-07-17 15:03 UTC  (14+ messages)
            ` [PATCH v2] "
              ` [PATCH] mm/slub.c: add parameter length checking for alloc_loc_track()

[PATCH] mm/slub.c: use 'unsigned long' instead of 'int' for variable 'slub_debug'
 2013-07-17 14:47 UTC  (14+ messages)
` [PATCH] mm/slub.c: beautify code of this file
    ` [PATCH 1/2] mm/slub.c: beautify code for 80 column limitation and tab alignment
    ` [PATCH 2/2] mm/slub.c: beautify code for removing redundancy 'break' statement

[PATCH] mm: zbud: fix condition check on allocation size
 2013-07-17 14:30 UTC 

[PATCH RESEND 2/2] fs/aio: Add support to aio ring pages migration
 2013-07-17 13:44 UTC  (5+ messages)
  ` [PATCH V2 "

list_lru: per-node list infrastructure
 2013-07-17 11:20 UTC  (2+ messages)

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-07-17 11:00 UTC  (37+ messages)
` [PATCH 01/18] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 02/18] sched: Track NUMA hinting faults on per-node basis
` [PATCH 03/18] mm: numa: Account for THP numa hinting faults on the correct node
` [PATCH 04/18] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 05/18] sched: Select a preferred node with the most numa hinting faults
` [PATCH 06/18] sched: Update NUMA hinting faults once per scan
` [PATCH 07/18] sched: Favour moving tasks towards the preferred node
` [PATCH 08/18] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 09/18] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 10/18] sched: Increase NUMA PTE scanning when a new preferred node is selected
` [PATCH 11/18] sched: Check current->mm before allocating NUMA faults
` [PATCH 12/18] sched: Set the scan rate proportional to the size of the task being scanned
` [PATCH 13/18] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 14/18] sched: Remove check that skips small VMAs
` [PATCH 15/18] sched: Set preferred NUMA node based on number of private faults
` [PATCH 16/18] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 17/18] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 18/18] sched: Swap tasks when reschuling if a CPU on a target node is imbalanced

[PATCH 0/9] mm, hugetlb: clean-up and possible bug fix
 2013-07-17  9:31 UTC  (39+ messages)
` [PATCH 1/9] mm, hugetlb: move up the code which check availability of free huge page
` [PATCH 2/9] mm, hugetlb: trivial commenting fix
` [PATCH 4/9] mm, hugetlb: fix and clean-up node iteration code to alloc or free
` [PATCH 5/9] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()
` [PATCH 6/9] mm, hugetlb: do not use a page in page cache for cow optimization
` [PATCH 7/9] mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()
` [PATCH 8/9] mm, hugetlb: remove decrement_hugepage_resv_vma()
` [PATCH 9/9] mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache

[RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator
 2013-07-17  9:30 UTC  (22+ messages)
` [RFC 2/4] Have __free_pages_memory() free in larger chunks
` [RFC 4/4] Sparse initialization of struct page array

[patch 1/4 v6]swap: change block allocation algorithm for SSD
 2013-07-17  7:38 UTC  (2+ messages)

[RESEND][PATCH] mm: vmstats: tlb flush counters
 2013-07-17  7:21 UTC  (2+ messages)

[PATCH RESEND 1/2] fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()
 2013-07-17  1:15 UTC  (3+ messages)

[PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs
 2013-07-16 23:45 UTC  (2+ messages)
` [PATCH 4/5] initmpfs v2: Make rootfs use tmpfs when CONFIG_TMPFS enabled

[PATCH] mm: vmstats: tlb flush counters
 2013-07-16 23:43 UTC  (4+ messages)

[PATCH 00/11] sysv ipc shared mem optimizations
 2013-07-16 22:49 UTC  (3+ messages)
` [PATCH 03/11] ipc: drop ipcctl_pre_down

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-07-16 17:53 UTC  (12+ messages)

[PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
 2013-07-16 16:48 UTC  (15+ messages)

[PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs
 2013-07-16 15:31 UTC  (2+ messages)
` [PATCH 4/5] initmpfs v2: Make rootfs use tmpfs when CONFIG_TMPFS enabled

[PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs
 2013-07-16 15:31 UTC 

[PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs
 2013-07-16 15:31 UTC 

Testing results of zswap
 2013-07-16 12:16 UTC  (3+ messages)

[PATCH RESEND 0/2] Add support to aio ring pages migration
 2013-07-16  9:56 UTC 

[PATCH V4 0/6] Memcg dirty/writeback page accounting
 2013-07-16  4:26 UTC  (5+ messages)
` [PATCH V4 5/6] memcg: patch mem_cgroup_{begin,end}_update_page_stat() out if only root memcg exists

migrate vmalloc area for memory hot-remove
 2013-07-16  1:48 UTC  (2+ messages)

[PATCH 04/10] powerpc: Prepare to support kernel handling of IOMMU map/unmap
 2013-07-16  0:53 UTC 

[RFC PATCH 0/5] Support multiple pages allocation
 2013-07-16  0:37 UTC  (10+ messages)
` [RFC PATCH 1/5] mm, page_alloc: support "

[patch 4/4 v6]swap: make cluster allocation per-cpu
 2013-07-15 20:44 UTC 

[patch 3/4 v6]swap: fix races exposed by swap discard
 2013-07-15 20:43 UTC 

[patch 2/4 v6]swap: make swap discard async
 2013-07-15 20:43 UTC 

[PATCH 0/8] Reduce system disruption due to kswapd followup V3
 2013-07-15 14:21 UTC  (2+ messages)

[PATCH 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
 2013-07-15 11:31 UTC  (5+ messages)


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