Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-08 13:56:36 to 2015-06-10 09:33:29 UTC [more...]

[PATCH 0/6] Assorted compaction cleanups and optimizations
 2015-06-10  9:32 UTC  (5+ messages)
` [PATCH 1/6] mm, compaction: more robust check for scanners meeting
` [PATCH 2/6] mm, compaction: simplify handling restart position in free pages scanner
` [PATCH 3/6] mm, compaction: encapsulate resetting cached scanner positions
` [PATCH 4/6] mm, compaction: always skip compound pages by order in migrate scanner

[PATCH 1/9] mm: Provide new get_vaddr_frames() helper
 2015-06-10  9:20 UTC  (2+ messages)
` [PATCH 9/9] [media] mm: Move get_vaddr_frames() behind a config option

[PATCH 0/3] TLB flush multiple pages per IPI v5
 2015-06-10  9:19 UTC  (24+ messages)
` [PATCH 2/3] mm: Send one IPI per CPU to TLB flush multiple pages that were recently unmapped

[PATCH 0/9 v5] Helper to abstract vma handling in media layer
 2015-06-10  9:07 UTC  (3+ messages)
` [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

[PATCH 0/3] TLB flush multiple pages per IPI v6
 2015-06-10  8:59 UTC  (16+ messages)
` [PATCH 1/4] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/4] mm: Send one IPI per CPU to TLB flush all entries after unmapping pages
` [PATCH 3/4] mm: Defer flush of writable TLB entries
` [PATCH 4/4] mm: Send one IPI per CPU to TLB flush pages that were recently unmapped

[PATCH] net, swap: Remove a warning and clarify why sk_mem_reclaim is required when deactivating swap
 2015-06-10  8:12 UTC  (2+ messages)

[RFC 0/6] MADV_FREE: respect pte_dirty, not PG_dirty
 2015-06-10  8:05 UTC  (7+ messages)
` [RFC 3/6] mm: mark dirty bit on swapped-in page

[PATCH] oom: always panic on OOM when panic_on_oom is configured
 2015-06-10  7:52 UTC  (13+ messages)
        ` oom: How to handle !__GFP_FS exception?

[PATCH] slub/slab: fix kmemleak didn't work on some case
 2015-06-10  7:45 UTC  (6+ messages)

[PATCH] oom: split out forced OOM killer
 2015-06-10  7:37 UTC  (11+ messages)

[RFC] panic when reboot the system
 2015-06-10  7:17 UTC 

[RFC][PATCH 0/5] do not dereference NULL pools in pools' destroy() functions
 2015-06-10  6:52 UTC  (20+ messages)
` [RFC][PATCH 1/5] mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()
` [RFC][PATCH 2/5] mm/mempool: allow NULL `pool' pointer in mempool_destroy()
` [RFC][PATCH 3/5] mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()
` [RFC][PATCH 4/5] mm/zpool: allow NULL `zpool' pointer in zpool_destroy_pool()
` [RFC][PATCH 5/5] mm/zsmalloc: allow NULL `pool' pointer in zs_destroy_pool()
    ` [PATCH] checkpatch: Add some <foo>_destroy functions to NEEDLESS_IF tests
      ` [PATCH V2] "

[RFC PATCH 0/6] add defer mechanism to ksm to make it more suitable for Android devices
 2015-06-10  6:27 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: add defer mechanism to ksm to make it more suitable
` [RFC PATCH 2/6] mm: change the condition of identifying hugetlb vm
` [RFC PATCH 3/6] perf: "
` [RFC PATCH 4/6] fs/binfmt_elf.c: "
` [RFC PATCH 5/6] x86/mm: "
` [RFC PATCH 6/6] powerpc/kvm: "

HMM (Heterogeneous Memory Management) v8
 2015-06-10  3:33 UTC  (7+ messages)
` [PATCH 05/36] HMM: introduce heterogeneous memory management v3

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-10  3:09 UTC  (22+ messages)
` [RFC PATCH 01/12] mm: add a new config to manage the code
` [RFC PATCH 02/12] mm: introduce mirror_info
` [RFC PATCH 03/12] mm: introduce MIGRATE_MIRROR to manage the mirrored, pages
` [RFC PATCH 07/12] mm: introduce __GFP_MIRROR to allocate mirrored pages
` [RFC PATCH 08/12] mm: use mirrorable to switch allocate mirrored memory
` [RFC PATCH 10/12] mm: add the buddy system interface

[RFC 0/4] enable migration of non-LRU pages
 2015-06-10  1:08 UTC  (3+ messages)

[PATCH -next 0/5] ipc: EIDRM/EINVAL returns & misc updates
 2015-06-10  0:13 UTC  (4+ messages)
` [PATCH 1/5] ipc,shm: move BUG_ON check into shm_lock

[PATCH] mm: show proportional swap share of the mapping
 2015-06-10  0:11 UTC  (5+ messages)

[RFC][PATCHv2 0/8] introduce automatic pool compaction
 2015-06-10  0:07 UTC  (3+ messages)

[PATCH] zsmalloc: fix a null pointer dereference in destroy_handle_cache()
 2015-06-10  0:03 UTC  (6+ messages)

mmotm 2015-06-09-16-55 uploaded
 2015-06-09 23:56 UTC 

[PATCH] mm/memory hotplug: print the last vmemmap region at the end of hot add memory
 2015-06-09 20:29 UTC  (4+ messages)

[PATCHSET v3 0/4] pagemap: make useable for non-privilege users
 2015-06-09 20:00 UTC  (5+ messages)
` [PATCH v3 1/4] pagemap: check permissions and capabilities at open time
` [PATCH v3 2/4] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH v3 3/4] pagemap: hide physical addresses from non-privileged users
` [PATCH v3 4/4] pagemap: switch to the new format and do some cleanup

[Question] ksm: rmap_item pointing to some stale vmas
 2015-06-09 18:26 UTC  (6+ messages)

[RFC] panic_on_oom_timeout
 2015-06-09 17:03 UTC 

[PATCH] mm:add VM_BUG_ON() for page_mapcount()
 2015-06-09 16:14 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] mm:add VM_BUG_ON_PAGE() "

[RFC PATCH] PM / hibernate: fix kernel crash in alloc_highmem_pages
 2015-06-09 14:43 UTC  (3+ messages)

[PATCH v2] mm: kmemleak: Optimise kmemleak_lock acquiring during kmemleak_scan
 2015-06-09 14:26 UTC 

[PATCHv6 00/36] THP refcounting redesign
 2015-06-09 13:59 UTC  (7+ messages)
` [PATCHv6 01/36] mm, proc: adjust PSS calculation
` [PATCHv6 13/36] mm: drop tail page refcounting
` [PATCHv6 27/36] mm: differentiate page_mapped() from page_mapcount() for compound pages

[PATCH v5 0/4] idle memory tracking
 2015-06-09  8:26 UTC  (4+ messages)

Corruption with MMOTS slub-bulk-allocation-from-per-cpu-partial-pages.patch
 2015-06-09  0:22 UTC  (2+ messages)

[PATCH v3 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-08 19:39 UTC  (6+ messages)
` [PATCH v3 5/6] arch: introduce memremap_cache() and memremap_wt()

[RFC PATCH] mm: kmemleak: Optimise kmemleak_lock acquiring during kmemleak_scan
 2015-06-08 17:32 UTC  (2+ messages)

[PATCH] mm/mmap.c: optimization of do_mmap_pgoff function
 2015-06-08 15:42 UTC  (2+ messages)

[PATCH -resend] jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL
 2015-06-08 15:37 UTC  (3+ messages)

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-06-08 15:10 UTC  (5+ messages)
` [PATCH 16/51] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
    ` [PATCH block/for-4.2-writeback] v9fs: fix error handling in v9fs_session_init()

[PATCH v2 0/4] Fix kmemleak races on the disable/error path
 2015-06-08 14:29 UTC  (5+ messages)
` [PATCH v2 1/4] mm: kmemleak: Allow safe memory scanning during kmemleak disabling
` [PATCH v2 2/4] mm: kmemleak: Fix delete_object_*() race when called on the same memory block
` [PATCH v2 3/4] mm: kmemleak: Do not acquire scan_mutex in kmemleak_do_cleanup()
` [PATCH v2 4/4] mm: kmemleak: Avoid deadlock on the kmemleak object insertion error path

[PATCH] sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappings
 2015-06-08 14:08 UTC 

[RFC PATCH 00/25] Move LRU page reclaim from zones to nodes
 2015-06-08 13:56 UTC  (26+ messages)
` [PATCH 01/25] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 02/25] mm, vmscan: Move lru_lock to the node
` [PATCH 03/25] mm, vmscan: Move LRU lists to node
` [PATCH 04/25] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/25] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/25] mm, vmscan: Avoid a second search through zones checking if compaction is required
` [PATCH 07/25] mm, vmscan: Make kswapd think of reclaim in terms of nodes
` [PATCH 08/25] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 09/25] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 10/25] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 11/25] mm, workingset: Make working set detection node-aware
` [PATCH 12/25] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 13/25] mm: Move NR_FILE_MAPPED accounting to the node
` [PATCH 14/25] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 15/25] mm: Move most file-based accounting to the node
` [PATCH 16/25] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 17/25] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 18/25] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 19/25] mm, vmscan: Account in vmstat for pages skipped during reclaim
` [PATCH 20/25] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 21/25] mm, page_alloc: Defer zlc_setup until it is known it is required
` [PATCH 22/25] mm: Convert zone_reclaim to node_reclaim
` [PATCH 23/25] mm, page_alloc: Delete the zonelist_cache
` [PATCH 24/25] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 25/25] mm: page_alloc: Take fewer passes when allocating to the low watermark


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 read-only IMAP folder(s) and NNTP newsgroup(s).