linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-19 09:04:23 to 2018-03-21 12:56:55 UTC [more...]

[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-03-21 12:55 UTC  (19+ messages)
` [RFC PATCH v2 1/4] mm/page_alloc: use helper functions to add/remove a page to/from buddy
` [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
` [RFC PATCH v2 4/4] mm/free_pcppages_bulk: reduce overhead of cluster operation on free path

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

[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-21 12:28 UTC  (9+ 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()

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

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-21 11:43 UTC  (14+ messages)
` [PATCH 2/6] mm/vmscan: Update stale comments
` [PATCH 4/6] mm/vmscan: remove redundant current_may_throttle() check
` [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] mm/memcontrol.c: speed up to force empty a memory cgroup
 2018-03-21  9:59 UTC  (13+ messages)
  ` 答复: "
      ` 答复: "

[PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
 2018-03-21  8:41 UTC  (6+ messages)

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

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

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

[PATCH 00/15] hmm: fixes and documentations v3
 2018-03-21  5:24 UTC  (21+ messages)
` [PATCH 01/15] mm/hmm: documentation editorial update to HMM documentation
` [PATCH 02/15] mm/hmm: fix header file if/else/endif maze v2
` [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 05/15] mm/hmm: hmm_pfns_bad() was accessing wrong struct
` [PATCH 06/15] mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters v2
` [PATCH 07/15] mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture v2
` [PATCH 08/15] mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong v2
` [PATCH 09/15] mm/hmm: cleanup special vma handling (VM_SPECIAL)
` [PATCH 10/15] mm/hmm: do not differentiate between empty entry or missing directory v2
` [PATCH 11/15] mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
` [PATCH 12/15] mm/hmm: move hmm_pfns_clear() closer to where it is use
` [PATCH 13/15] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 14/15] mm/hmm: change hmm_vma_fault() to allow write fault on page basis
` [PATCH 15/15] mm/hmm: use device driver encoding for HMM pfn v2

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

[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
 2018-03-20 22:35 UTC  (10+ 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: "

[RFC] mm: memory.low heirarchical behavior
 2018-03-20 22:33 UTC 

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

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-03-20 22:02 UTC  (6+ messages)

[PATCH 1/2] mm,oom_reaper: Show trace of unable to reap victim thread
 2018-03-20 20:49 UTC  (18+ 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] mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory
 2018-03-20 20:26 UTC  (3+ messages)

[PATCH] mm: add config for readahead window
 2018-03-20 20:17 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION a5444cde9dc2120612e50fc5a56c975e67a041fb
 2018-03-20 18:41 UTC  (3+ messages)

[PATCH] mm: Warn on lock_page() from reclaim context
 2018-03-20 17:50 UTC  (12+ messages)
  ` [PATCH v2] "

[PATCH 00/16] remove eight obsolete architectures
 2018-03-20 17:11 UTC  (2+ messages)

[PATCH 0/4] hmm: fixes and documentations
 2018-03-20 14:45 UTC  (5+ messages)
` [PATCH 3/4] mm/hmm: HMM should have a callback before MM is destroyed

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-20 13:43 UTC  (4+ messages)
` [RFC PATCH 09/14] khwasan: add hooks implementation

[RFC, PATCH 00/22] Partial MKTME enabling
 2018-03-20 12:50 UTC  (4+ messages)
` [RFC, PATCH 19/22] x86/mm: Implement free_encrypt_page()

KVM hang after OOM
 2018-03-20 12:20 UTC  (8+ messages)

[PATCH v3 1/1] mm/ksm: fix interaction with THP
 2018-03-20 12:14 UTC 

[PATCH v4 0/3] mm: improve zone->lock scalability
 2018-03-20 11:31 UTC  (10+ messages)
` [PATCH v4 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock
      ` [PATCH v4 3/3 update] "
                ` [PATCH v4 3/3 update2] "

[PATCH] mm: fix low-high watermark distance on small systems
 2018-03-20 11:29 UTC  (6+ messages)

[PATCH 0/4] hmm: fixes and documentations v2
 2018-03-20  2:08 UTC  (4+ messages)
` [PATCH 09/14] mm/hmm: do not differentiate between empty entry or missing directory

[PATCH 10/14] mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
 2018-03-19 23:20 UTC  (6+ messages)
` [PATCH 11/14] mm/hmm: move hmm_pfns_clear() closer to where it is use
` [PATCH 14/14] mm/hmm: use device driver encoding for HMM pfn

[PATCH 00/16] remove eight obsolete architectures
 2018-03-19 23:06 UTC  (3+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs

[PATCH] mm, slab: memcg_link the SLAB's kmem_cache
 2018-03-19 21:00 UTC 

[PATCH 7/7] Enable KASan for arm
 2018-03-19 20:43 UTC  (2+ messages)

[PATCH 4.15 01/52] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
 2018-03-19 18:08 UTC  (3+ messages)
` [PATCH 4.15 02/52] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.15 09/52] x86/mm: Fix vmalloc_fault to use pXd_large

[PATCH v2 0/7] KASan for arm
 2018-03-19 18:29 UTC  (2+ messages)

[PATCH 4.14 01/41] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
 2018-03-19 18:08 UTC  (3+ messages)
` [PATCH 4.14 02/41] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.14 11/41] x86/mm: Fix vmalloc_fault to use pXd_large

[PATCH 4.9 020/241] x86/mm: Make mmap(MAP_32BIT) work correctly
 2018-03-19 18:08 UTC  (4+ messages)
` [PATCH 4.9 074/241] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
` [PATCH 4.9 212/241] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.9 220/241] x86/mm: Fix vmalloc_fault to use pXd_large

get_user_pages returning 0 (was Re: kernel BUG at drivers/vhost/vhost.c:LINE!)
 2018-03-19 18:18 UTC  (3+ messages)

[PATCH 4.4 036/134] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-19 18:06 UTC  (2+ messages)
` [PATCH 4.4 115/134] x86/mm: Fix vmalloc_fault to use pXd_large

clang fails on linux-next since commit 8bf705d13039
 2018-03-19 18:15 UTC  (7+ messages)

[PATCH 3.18 20/68] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-19 18:05 UTC 

[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
 2018-03-19 18:04 UTC  (8+ messages)

[PATCH] percpu: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()
 2018-03-19 16:39 UTC  (8+ messages)
    ` [PATCH v2] mm: "

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-19 15:19 UTC  (3+ messages)

[PATCH v2] mm: Change return type to vm_fault_t
 2018-03-19 14:43 UTC  (2+ messages)

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-19 14:29 UTC  (8+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[PATCH 0/8] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-03-19 13:46 UTC  (11+ messages)
` [PATCH 5/8] "
` [PATCH 6/8] trace_uprobe/sdt: Fix multiple update of same reference counter

[PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM
 2018-03-19 11:19 UTC  (4+ messages)
` [PATCH 3/5] powerpc/mm/32: Use page_is_ram "


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