linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-01 21:51:54 to 2014-05-06 20:23:56 UTC [more...]

[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
 2014-05-06 20:23 UTC  (40+ messages)
` [PATCH 01/17] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 02/17] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 03/17] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 04/17] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 05/17] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 06/17] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 07/17] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 08/17] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 09/17] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 10/17] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free
` [PATCH 11/17] mm: page_alloc: Use unsigned int for order in more places
` [PATCH 12/17] mm: page_alloc: Convert hot/cold parameter and immediate callers to bool
` [PATCH 13/17] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 14/17] mm: Do not use atomic operations when releasing pages
` [PATCH 15/17] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 17/17] mm: filemap: Avoid unnecessary barries and waitqueue lookup in unlock_page fastpath

[PATCH] mm: swap: Use swapfiles in priority order
 2014-05-06 20:12 UTC  (19+ messages)
` [PATCH 0/2] swap: simplify/fix swap_list handling and iteration
  ` [PATCH 1/2] swap: change swap_info singly-linked list to list_head
  ` [PATCHv2 0/4] swap: simplify/fix swap_list handling and iteration
    ` [PATCHv2 1/4] swap: change swap_info singly-linked list to list_head
    ` [PATCH 2/4] plist: add helper functions
    ` [PATCH 3/4] plist: add plist_rotate
    ` [PATCH 4/4] swap: change swap_list_head to plist, add swap_avail_head

[PATCH 0/4] ipc/shm.c: increase the limits for SHMMAX, SHMALL
 2014-05-06 20:06 UTC  (3+ messages)

[PATCH v2 0/4] memcg: Low-limit reclaim
 2014-05-06 19:58 UTC  (34+ messages)
` [PATCH 1/4] memcg, mm: introduce lowlimit reclaim
` [PATCH 3/4] memcg, doc: clarify global vs. limit reclaims
` [PATCH 4/4] memcg: Document memory.low_limit_in_bytes

[RFC] Heterogeneous memory management (mirror process address space on a device mmu)
 2014-05-06 18:38 UTC  (33+ messages)
` [PATCH 01/11] mm: differentiate unmap for vmscan from other unmap
` [PATCH 02/11] mmu_notifier: add action information to address invalidation
` [PATCH 03/11] mmu_notifier: pass through vma to invalidate_range and invalidate_page
` [PATCH 04/11] interval_tree: helper to find previous item of a node in rb interval tree
` [PATCH 05/11] mm/memcg: support accounting null page and transfering null charge to new page
` [PATCH 06/11] hmm: heterogeneous memory management
` [PATCH 07/11] hmm: support moving anonymous page to remote memory
` [PATCH 08/11] hmm: support for migrate file backed pages "
` [PATCH 09/11] fs/ext4: add support for hmm migration to remote memory of pagecache
` [PATCH 10/11] hmm/dummy: dummy driver to showcase the hmm api
` [PATCH 11/11] hmm/dummy_driver: add support for fake remote memory using pages

[PATCH 0/6] Kmemleak updates
 2014-05-06 18:15 UTC  (11+ messages)
` [PATCH 1/6] mm/kmemleak.c: Use %u to print ->checksum
` [PATCH 2/6] mm: Introduce kmemleak_update_trace()
` [PATCH 3/6] lib: Update the kmemleak stack trace for radix tree allocations
` [PATCH 4/6] mm: Update the kmemleak stack trace for mempool allocations
` [PATCH 5/6] mm: Call kmemleak directly from memblock_(alloc|free)
` [PATCH 6/6] mm: Postpone the disabling of kmemleak early logging

[patch 0/2] A few simplifications for softdirty memory tracker code
 2014-05-06 17:03 UTC  (6+ messages)
` [patch 2/2] mm: pgtable -- Require X86_64 for soft-dirty tracker
    ` [patch 2/2] mm: pgtable -- Require X86_64 for soft-dirty tracker, v2

[PATCHv5 0/2] Remove ARM meminfo
 2014-05-06 16:33 UTC  (4+ messages)
` [PATCHv5 2/2] arm: Get rid of meminfo

[RFC PATCH V5 0/6] get_user_pages_fast for ARM and ARM64
 2014-05-06 15:30 UTC  (7+ messages)
` [RFC PATCH V5 1/6] mm: Introduce a general RCU get_user_pages_fast
` [RFC PATCH V5 2/6] arm: mm: Introduce special ptes for LPAE
` [RFC PATCH V5 3/6] arm: mm: Enable HAVE_RCU_TABLE_FREE logic
` [RFC PATCH V5 4/6] arm: mm: Enable RCU fast_gup
` [RFC PATCH V5 5/6] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
` [RFC PATCH V5 6/6] arm64: mm: Enable RCU fast_gup

[patch 1/2] mm, migration: add destination page freeing callback
 2014-05-06 15:05 UTC  (24+ messages)
` [patch v2 1/4] "
  ` [patch v2 2/4] mm, compaction: return failed migration target pages back to freelist
      ` [PATCH] mm/compaction: do not count migratepages when unnecessary
      ` [PATCH 2/2] mm/compaction: avoid rescanning pageblocks in isolate_freepages
      ` [PATCH 1/2] mm/compaction: do not count migratepages when unnecessary
  ` [patch v2 3/4] mm, compaction: add per-zone migration pfn cache for async compaction
  ` [patch v2 4/4] mm, thp: do not perform sync compaction on pagefault

[RFC, PATCH 0/8] remap_file_pages() decommission
 2014-05-06 14:37 UTC  (9+ messages)
` [PATCH 1/8] mm: replace remap_file_pages() syscall with emulation
` [PATCH 2/8] mm: kill vm_operations_struct->remap_pages
` [PATCH 3/8] mm: kill zap_details->nonlinear_vma
` [PATCH 4/8] mm, rmap: kill rmap_walk_control->file_nonlinear()
` [PATCH 5/8] mm, rmap: kill vma->shared.nonlinear
` [PATCH 6/8] mm, rmap: kill mapping->i_mmap_nonlinear
` [PATCH 7/8] mm: kill VM_NONLINEAR and FAULT_FLAG_NONLINEAR
` [PATCH 8/8] mm, x86: kill pte_to_pgoff(), pgoff_to_pte() and pte_file*()

[PATCH] mm: update comment for DEFAULT_MAX_MAP_COUNT
 2014-05-06 14:16 UTC 

[PATCH] mm, thp: close race between mremap() and split_huge_page()
 2014-05-06 14:13 UTC  (4+ messages)

[next:master 183/372] mm/gup.c:531:53: sparse: implicit cast to nocast type
 2014-05-06 11:39 UTC 

memcg with kmem limit doesn't recover after disk i/o causes limit to be hit
 2014-05-06 11:40 UTC  (9+ messages)
    ` Protection against container fork bombs [WAS: Re: memcg with kmem limit doesn't recover after disk i/o causes limit to be hit]

[PATCH V3 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-05-06 11:29 UTC  (5+ messages)
` [PATCH V3 2/2] powerpc/pseries: init fault_around_order for pseries

[mmotm:master 16/389] fs/notify/fanotify/fanotify_user.c:701:2: error: implicit declaration of function 'personality'
 2014-05-06  2:30 UTC 

mmotm 2014-05-05-17-09 uploaded
 2014-05-06  0:10 UTC 

[Bug 75101] New: [bisected] s2disk / hibernate blocks on "Saving 506031 image data pages () ..."
 2014-05-05 23:45 UTC  (2+ messages)

[PATCH] zram: remove global tb_lock by using lock-free CAS
 2014-05-05 22:22 UTC  (6+ messages)

[PATCH 2/2] mm/memcontrol.c: introduce helper mem_cgroup_zoneinfo_zone()
 2014-05-05 21:36 UTC  (10+ messages)

[Bug 75101] New: [bisected] s2disk / hibernate blocks on "Saving 506031 image data pages () ..."
 2014-05-05 21:00 UTC  (4+ messages)

[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-05-05 16:37 UTC  (8+ messages)
` [PATCH 1/2] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
  ` [PATCH 2/2] mm/page_alloc: DEBUG_VM checks for free_list placement of CMA and RESERVE pages

mm: NULL ptr deref in remove_migration_pte
 2014-05-05 15:51 UTC  (2+ messages)

[3.15rc1] BUG at mm/filemap.c:202!
 2014-05-04 21:46 UTC  (13+ messages)
  ` [PATCH] mm: Fix force_flush behavior in zap_pte_range()

[PATCH 0/4] mm: zpool: add common api for zswap to use zbud/zsmalloc
 2014-05-04 20:38 UTC  (5+ messages)
` [PATCH 2/4] mm: zpool: implement zsmalloc shrinking

[patch 0/9] mm: memcontrol: naturalize charge lifetime
 2014-05-04 14:32 UTC  (4+ messages)
` [patch 9/9] mm: memcontrol: rewrite uncharge API

[PATCH 1/2] cifs: Use min_t() when comparing "size_t" and "unsigned long"
 2014-05-02 19:55 UTC  (2+ messages)

[PATCH] MAINTAINERS: zswap/zbud: change maintainer email address
 2014-05-02 18:54 UTC 

mm: invalid memory access in zap_pte_range
 2014-05-02 16:39 UTC 

mm: invalid memory access in alloc_vmap_area
 2014-05-02 16:15 UTC 

[PATCH] rmap: make page_referenced_one() and try_to_unmap_one() static
 2014-05-02 14:31 UTC 

[PATCH] mm,writeback: fix divide by zero in pos_ratio_polynom
 2014-05-02  9:16 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
            ` [PATCH v4] "
                ` [PATCH v5] "

mmotm 2014-05-01-14-50 uploaded
 2014-05-01 21:51 UTC 


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