linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] userfaultfd non-cooperative further update for 4.11 merge window
 2017-02-24 18:19 UTC  (4+ messages)
` [PATCH 1/3] userfaultfd: non-cooperative: rollback userfaultfd_exit
` [PATCH 2/3] userfaultfd: non-cooperative: robustness check
` [PATCH 3/3] userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete

[PATCH V4 0/6] mm: fix some MADV_FREE issues
 2017-02-24 17:08 UTC  (24+ messages)
` [PATCH V4 1/6] mm: delete unnecessary TTU_* flags
` [PATCH V4 2/6] mm: don't assume anonymous pages have SwapBacked flag
` [PATCH V4 3/6] mm: move MADV_FREE pages into LRU_INACTIVE_FILE list
` [PATCH V4 4/6] mm: reclaim MADV_FREE pages
` [PATCH V4 5/6] mm: enable MADV_FREE for swapless system
` [PATCH V4 6/6] proc: show MADV_FREE pages info in smaps

[RFC PATCH] memory-hotplug: Use dev_online for memhp_auto_offline
 2017-02-24 17:06 UTC  (20+ messages)

[PATCH v2] mm/vmscan: fix high cpu usage of kswapd if there are no reclaimable pages
 2017-02-24 16:51 UTC  (3+ messages)

[PATCH v2 0/1] mm: zswap - crypto acomp/scomp support
 2017-02-24 16:05 UTC  (2+ messages)
` [PATCH v2 1/1] mm: zswap - Add crypto acomp/scomp framework support

[PATCH] staging, android: remove lowmemory killer from the tree
 2017-02-24 15:52 UTC  (14+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-24 15:22 UTC  (38+ messages)
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute

[RFC PATCH 00/14] Accelerating page migrations
 2017-02-24 15:05 UTC  (13+ messages)
` [RFC PATCH 03/14] mm/migrate: Add copy_pages_mthread function
` [RFC PATCH 04/14] mm/migrate: Add new migrate mode MIGRATE_MT
` [RFC PATCH 07/14] migrate: Add copy_page_lists_mthread() function
` [RFC PATCH 08/14] mm: migrate: Add concurrent page migration into move_pages syscall

[PATCH 0/8] ARM: sun8i: a33: Mali improvements
 2017-02-24 13:56 UTC  (13+ messages)

[PATCH v2 0/2] mm/cgroup soft limit data allocation
 2017-02-24 13:42 UTC  (9+ messages)
` [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory
` [PATCH v2 2/2] mm/cgroup: delay soft limit data allocation

[PATCH] mm/autonuma: Don't mark pte saved write in case of dirty_accountable
 2017-02-24 13:28 UTC 

[PATCH 0/5] mm: support parallel free of memory
 2017-02-24 11:40 UTC  (6+ messages)
` [PATCH 1/5] mm: add tlb_flush_mmu_free_batches
` [PATCH 2/5] mm: parallel free pages
` [PATCH 3/5] mm: use a dedicated workqueue for the free workers
` [PATCH 4/5] mm: add force_free_pages in zap_pte_range
` [PATCH 5/5] mm: add debugfs interface for parallel free tuning

[PATCH 0/3] Reduce amount of time kswapd sleeps prematurely
 2017-02-24  9:11 UTC  (9+ messages)
` [PATCH 1/3] mm, vmscan: fix zone balance check in prepare_kswapd_sleep
` [PATCH 3/3] mm, vmscan: Prevent kswapd sleeping prematurely due to mismatched classzone_idx

[PATCH V3 0/4] Define coherent device memory node
 2017-02-24  4:53 UTC  (20+ messages)

[PATCH 0/8] ARM: sun8i: a33: Mali improvements
 2017-02-23 22:58 UTC  (6+ messages)
` [PATCH 3/8] mm: cma: Export a few symbols

[PATCH v3 00/14] mm: page migration enhancement for thp
 2017-02-23 16:12 UTC  (2+ messages)

[PATCH v2 00/10] try to reduce fragmenting fallbacks
 2017-02-23 16:01 UTC  (4+ messages)

[PATCH] userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings
 2017-02-23 14:56 UTC  (5+ messages)

+ mm-vmscan-do-not-pass-reclaimed-slab-to-vmpressure.patch added to -mm tree
 2017-02-23 13:31 UTC  (3+ messages)

[RFC PATCH] mm/vmscan: fix high cpu usage of kswapd if there
 2017-02-23 11:16 UTC  (13+ messages)

mmotm 2017-02-22-16-28 uploaded
 2017-02-23  9:56 UTC  (2+ messages)
` mmotm git tree since-4.10 branch created (was: mmotm 2017-02-22-16-28 uploaded)

[PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault
 2017-02-23  9:42 UTC  (2+ messages)

[PATCH v6] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-23  9:22 UTC 

[PATCH 0/2] mm/cgroup soft limit data allocation
 2017-02-23  9:15 UTC  (10+ messages)
` [PATCH 1/2] mm/cgroup: avoid panic when init with low memory
` [PATCH 2/2] mm/cgroup: delay soft limit data allocation

Is MADV_HWPOISON supposed to work only on faulted-in pages?
 2017-02-23  3:23 UTC  (3+ messages)

[HMM v17 00/14] HMM (Heterogeneous Memory Management) v17
 2017-02-22 23:58 UTC  (8+ messages)
` [HMM v17 06/14] mm/migrate: new memory migration helper for use with device memory v3

[PATCH] memory-hotplug: Use dev_online for memhp_auto_online
 2017-02-22 22:09 UTC 

[PATCH 4/4] mm,hugetlb: compute page_size_log properly
 2017-02-22 16:11 UTC  (6+ messages)

[PATCH] mm/page_alloc: return 0 in case this node has no page within the zone
 2017-02-22 14:18 UTC  (9+ messages)

[PATCH] mm/cgroup: avoid panic when init with low memory
 2017-02-22 14:02 UTC  (5+ messages)

[PATCH] mm: memcontrol: provide shmem statistics
 2017-02-22 13:24 UTC  (5+ messages)

[PATCHv3 00/33] 5-level paging
 2017-02-22 13:04 UTC  (7+ messages)
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR

[PATCH 0/6] Enable parallel page migration
 2017-02-22 10:52 UTC  (4+ messages)

[RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone
 2017-02-22  7:54 UTC  (9+ messages)

[PATCH V2 0/7] mm: fix some MADV_FREE issues
 2017-02-22  4:11 UTC  (7+ messages)
` [PATCH V2 6/7] proc: show MADV_FREE pages info in smaps
` [PATCH V2 7/7] mm: add a separate RSS for MADV_FREE pages

[PATCH v6] mm: Add memory allocation watchdog kernel thread
 2017-02-22  2:11 UTC  (5+ messages)

[PATCH] userfaultfd: documentation update
 2017-02-21 22:33 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox