linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-20 20:30:00 to 2018-03-22 01:21:47 UTC [more...]

[PATCH v9 00/24] Speculative page faults
 2018-03-22  1:21 UTC  (2+ messages)

mm/hmm: a simple question regarding devm_request_mem_region()
 2018-03-22  0:32 UTC  (4+ messages)

[PATCH 00/15] hmm: fixes and documentations v3
 2018-03-22  0:11 UTC  (27+ messages)
` [PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v2
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit
  ` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v2
` [PATCH 10/15] mm/hmm: do not differentiate between empty entry or missing directory v2
` [PATCH 13/15] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 15/15] mm/hmm: use device driver encoding for HMM pfn v2

[PATCH] mm/vmstat.c: Fix vmstat_update() preemption BUG
 2018-03-21 23:24 UTC  (2+ messages)

[PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
 2018-03-21 22:53 UTC  (10+ messages)
    ` [PATCH v2] shm: add split function to shm_vm_ops

[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
 2018-03-21 22:46 UTC  (23+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
` [RFC PATCH 2/8] mm: mmap: pass atomic parameter to do_munmap() call sites
` [RFC PATCH 3/8] mm: mremap: pass atomic parameter to do_munmap()
` [RFC PATCH 4/8] mm: nommu: add "
` [RFC PATCH 5/8] ipc: shm: pass "
` [RFC PATCH 6/8] fs: proc/vmcore: "
` [RFC PATCH 7/8] x86: mpx: "
` [RFC PATCH 8/8] x86: vma: "

[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
 2018-03-21 22:44 UTC  (4+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs
` [PATCH 2/3] fs: use memalloc_nofs API while shrinking superblock
` [PATCH 3/3] fs: Use memalloc_nofs_save in generic_perform_write

[PATCH] mm, slab: eagerly delete inactive offlined SLABs
 2018-03-21 22:43 UTC 

[PATCH] memcg, thp: do not invoke oom killer on thp charges
 2018-03-21 21:41 UTC  (3+ messages)

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2018-03-21 21:37 UTC  (3+ messages)

[patch] mm, thp: do not cause memcg oom for thp
 2018-03-21 21:27 UTC  (7+ messages)

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-03-21 20:37 UTC  (24+ messages)

[PATCH 00/32] docs/vm: convert to ReST format
 2018-03-21 19:22 UTC  (33+ messages)
` [PATCH 01/32] docs/vm: active_mm.txt "
` [PATCH 02/32] docs/vm: balance: "
` [PATCH 03/32] docs/vm: cleancache.txt: "
` [PATCH 04/32] docs/vm: frontswap.txt: "
` [PATCH 05/32] docs/vm: highmem.txt: "
` [PATCH 06/32] docs/vm: hmm.txt: "
` [PATCH 07/32] docs/vm: hugetlbpage.txt: "
` [PATCH 08/32] docs/vm: hugetlbfs_reserv.txt: "
` [PATCH 09/32] docs/vm: hwpoison.txt: "
` [PATCH 10/32] docs/vm: idle_page_tracking.txt: "
` [PATCH 11/32] docs/vm: ksm.txt: "
` [PATCH 12/32] docs/vm: mmu_notifier.txt: "
` [PATCH 13/32] docs/vm: numa_memory_policy.txt: "
` [PATCH 14/32] docs/vm: overcommit-accounting: "
` [PATCH 15/32] docs/vm: page_frags "
` [PATCH 16/32] docs/vm: numa: "
` [PATCH 17/32] docs/vm: pagemap.txt: "
` [PATCH 18/32] docs/vm: page_migration: "
` [PATCH 19/32] docs/vm: page_owner: "
` [PATCH 20/32] docs/vm: remap_file_pages.txt: conert "
` [PATCH 21/32] docs/vm: slub.txt: convert "
` [PATCH 22/32] docs/vm: soft-dirty.txt: "
` [PATCH 23/32] docs/vm: split_page_table_lock: "
` [PATCH 24/32] docs/vm: swap_numa.txt: "
` [PATCH 25/32] docs/vm: transhuge.txt: "
` [PATCH 26/32] docs/vm: unevictable-lru.txt: "
` [PATCH 27/32] docs/vm: userfaultfd.txt: "
` [PATCH 28/32] docs/vm: z3fold.txt: "
` [PATCH 29/32] docs/vm: zsmalloc.txt: "
` [PATCH 30/32] docs/vm: zswap.txt: "
` [PATCH 31/32] docs/vm: rename documentation files to .rst
` [PATCH 32/32] docs/vm: add index.rst and link MM documentation to top level index

[RFC] mm: memory.low heirarchical behavior
 2018-03-21 19:08 UTC  (3+ messages)

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-21 17:54 UTC  (19+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 02/10] mm: Maintain memcg-aware shrinkers in mcg_shrinkers array
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH 04/10] fs: Propagate shrinker::id to list_lru
` [PATCH 05/10] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH 07/10] list_lru: Pass lru "
` [PATCH 08/10] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH 09/10] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH 10/10] mm: Clear shrinker bit if there are no objects related to memcg

[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-03-21 17:44 UTC  (17+ messages)
` [RFC PATCH v2 2/4] mm/__free_one_page: skip merge for order-0 page unless compaction failed
` [RFC PATCH v2 3/4] mm/rmqueue_bulk: alloc without touching individual page structure

clang fails on linux-next since commit 8bf705d13039
 2018-03-21 17:07 UTC  (7+ messages)

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-21 17:01 UTC  (11+ messages)
` [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state
` [PATCH 6/6] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim

[PATCH] docs/vm: update 00-INDEX
 2018-03-21 15:10 UTC  (2+ messages)

[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-21 15:04 UTC  (10+ messages)
` [PATCH 1/4] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH 2/4] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH 3/4] arm64: introduce pfn_valid_region()
` [PATCH 4/4] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()

[PATCH v2] mm,page_alloc: wait for oom_lock than back off
 2018-03-21 12:31 UTC  (11+ messages)
  ` [PATCH v3] "

[mm] b1f0502d04: INFO:trying_to_register_non-static_key
 2018-03-21 12:21 UTC  (2+ messages)

[PATCH] mm/memcontrol.c: speed up to force empty a memory cgroup
 2018-03-21  9:59 UTC  (13+ messages)
  ` 答复: "
      ` 答复: "

[PATCH 1/1] mm/page_owner: fix recursion bug after changing skip entries
 2018-03-21  8:25 UTC  (2+ messages)

[bug?] Access was denied by memory protection keys in execute-only address
 2018-03-21  6:53 UTC  (6+ messages)

[RFC] mm: allow to decrease swap.max below actual swap usage
 2018-03-20 22:35 UTC 

[PATCH] vfio iommu type1: improve memory pinning process for raw PFN mapping
 2018-03-20 22:04 UTC  (3+ messages)

[PATCH 1/2] mm,oom_reaper: Show trace of unable to reap victim thread
 2018-03-20 20:49 UTC  (6+ messages)
` [PATCH 2/2] mm,oom_reaper: Correct MAX_OOM_REAP_RETRIES'th attempt
      ` [PATCH 2/2] mm,oom_reaper: Check for MMF_OOM_SKIP before complain

[PATCH 1/2] mm,oom_reaper: Show trace of unable to reap victim thread
 2018-03-20 20:46 UTC  (7+ 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).