messages from 2014-05-03 23:37:53 to 2014-05-07 10:36:50 UTC [more...]
[patch 1/2] mm, migration: add destination page freeing callback
2014-05-07 10:36 UTC (27+ messages)
` [patch v2 1/4] "
` [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
` [patch v3 1/6] mm, migration: add destination page freeing callback
` [patch v3 2/6] mm, compaction: return failed migration target pages back to freelist
` [patch v3 3/6] mm, compaction: add per-zone migration pfn cache for async compaction
` [patch v3 4/6] mm, compaction: embed migration mode in compact_control
` [patch v4 "
` [patch v3 5/6] mm, thp: avoid excessive compaction latency during fault
` [patch v3 6/6] mm, compaction: terminate async compaction when rescheduling
[PATCH -mm 1/2] memcg: get rid of memcg_create_cache_name
2014-05-07 9:51 UTC (3+ messages)
` [PATCH -mm 2/2] memcg: cleanup kmem cache creation/destruction functions naming
[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
2014-05-07 9:43 UTC (47+ 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 v2 2/4] mm, compaction: return failed migration target pages back to freelist
2014-05-07 9:33 UTC (7+ messages)
` [PATCH] mm/compaction: do not count migratepages when unnecessary
` [PATCH 2/2] mm/compaction: avoid rescanning pageblocks in isolate_freepages
[PATCH 2/2] memcg: correct comments for __mem_cgroup_begin_update_page_stat
2014-05-07 9:19 UTC (2+ messages)
[PATCH] zram: remove global tb_lock by using lock-free CAS
2014-05-07 9:16 UTC (9+ messages)
[RFC, PATCH 0/8] remap_file_pages() decommission
2014-05-07 9:12 UTC (14+ 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*()
[RFC] Heterogeneous memory management (mirror process address space on a device mmu)
2014-05-07 7:18 UTC (26+ messages)
[PATCH] mm, highmem: clean up the comment
2014-05-07 5:57 UTC
[PATCH v2 00/10] clean-up and remove lockdep annotation in SLAB
2014-05-07 6:06 UTC (11+ messages)
` [PATCH v2 01/10] slab: add unlikely macro to help compiler
` [PATCH v2 02/10] slab: makes clear_obj_pfmemalloc() just return masked value
` [PATCH v2 03/10] slab: move up code to get kmem_cache_node in free_block()
` [PATCH v2 04/10] slab: defer slab_destroy "
` [PATCH v2 05/10] slab: factor out initialization of arracy cache
` [PATCH v2 06/10] slab: introduce alien_cache
` [PATCH v2 07/10] slab: use the lock on alien_cache, instead of the lock on array_cache
` [PATCH v2 08/10] slab: destroy a slab without holding any alien cache lock
` [PATCH v2 09/10] slab: remove a useless lockdep annotation
` [PATCH v2 10/10] slab: remove BAD_ALIEN_MAGIC
[PATCH] rmap: validate pointer in anon_vma_clone
2014-05-07 4:28 UTC (3+ messages)
[BUG] kmemleak on __radix_tree_preload
2014-05-07 2:58 UTC (4+ messages)
[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
2014-05-07 1:33 UTC (9+ 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
[PATCH] cma: increase CMA_ALIGNMENT upper limit to 12
2014-05-06 23:23 UTC (2+ messages)
[PATCH 0/6] Kmemleak updates
2014-05-06 23:08 UTC (7+ messages)
` [PATCH 6/6] mm: Postpone the disabling of kmemleak early logging
[PATCH] mm: swap: Use swapfiles in priority order
2014-05-06 22:43 UTC (20+ 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
` [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 22:08 UTC (6+ messages)
[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
2014-05-06 21:05 UTC (4+ messages)
` [PATCH 3/5] nfsd: Only set PF_LESS_THROTTLE when really needed
[PATCH v2 0/4] memcg: Low-limit reclaim
2014-05-06 19:58 UTC (27+ messages)
` [PATCH 1/4] memcg, mm: introduce lowlimit reclaim
` [PATCH 3/4] memcg, doc: clarify global vs. limit reclaims
[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] 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 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)
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 (3+ messages)
` [patch 9/9] mm: memcontrol: rewrite uncharge API
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).