linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-22 13:41:18 to 2017-05-24 09:00:43 UTC [more...]

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-05-24  8:59 UTC  (5+ messages)
` [PATCH v7 01/16] lockdep: Refactor lookup_chain_cache()
` [PATCH v7 02/16] lockdep: Add a function building a chain between two classes
` [PATCH v7 03/16] lockdep: Change the meaning of check_prev_add()'s return value
` [PATCH v7 04/16] lockdep: Make check_prev_add() able to handle external stack_trace

[-next] memory hotplug regression
 2017-05-24  8:39 UTC  (2+ messages)

[Question] Mlocked count will not be decreased
 2017-05-24  8:32 UTC  (3+ messages)

mm, we use rcu access task_struct in mm_match_cgroup(), but not use rcu free in free_task_struct()
 2017-05-24  8:29 UTC  (5+ messages)

[PATCH v2 00/11] x86 TLB flush cleanups, moving toward PCID support
 2017-05-24  8:18 UTC  (15+ messages)
` [PATCH v2 01/11] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [PATCH v2 02/11] x86/mm: Reduce indentation in flush_tlb_func()
` [PATCH v2 03/11] x86/mm: Make the batched unmap TLB flush API more generic
` [PATCH v2 04/11] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [PATCH v2 05/11] x86/mm: Change the leave_mm() condition for local TLB flushes
` [PATCH v2 06/11] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
` [PATCH v2 07/11] x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
` [PATCH v2 08/11] x86/mm: Remove the UP tlbflush code; always use the formerly SMP code
` [PATCH v2 09/11] x86/mm: Rework lazy TLB to track the actual loaded mm
` [PATCH v2 10/11] x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
` [PATCH v2 11/11] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-24  8:16 UTC  (2+ messages)

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-24  7:58 UTC  (11+ messages)

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-24  7:45 UTC  (12+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-05-24  7:34 UTC  (5+ messages)

[PATCH] mm: Define KB, MB, GB, TB in core VM
 2017-05-24  6:40 UTC  (10+ messages)

[PATCH 1/6] powerpc/mm: Wire up hpte_removebolted for powernv
 2017-05-24  2:17 UTC  (15+ messages)
` [PATCH 2/6] powerpc/vmemmap: Reshuffle vmemmap_free()
` [PATCH 3/6] powerpc/vmemmap: Add altmap support
` [PATCH 4/6] powerpc/mm: Add devmap support for ppc64
` [PATCH 5/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE
` [PATCH 6/6] powerpc/mm: Enable ZONE_DEVICE on powerpc

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-05-24  1:55 UTC  (33+ messages)
` [HMM 01/15] hmm: heterogeneous memory management documentation
` [HMM 02/15] mm/hmm: heterogeneous memory management (HMM for short) v3
` [HMM 03/15] mm/hmm/mirror: mirror process address space on device with HMM helpers v3
` [HMM 04/15] mm/hmm/mirror: helper to snapshot CPU page table v3
` [HMM 05/15] mm/hmm/mirror: device page fault handler
` [HMM 06/15] mm/memory_hotplug: introduce add_pages
` [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v2
    ` [HMM 07/18] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3
` [HMM 08/15] mm/ZONE_DEVICE: special case put_page() for device private pages
    ` [HMM 08/18] mm/ZONE_DEVICE: special case put_page() for device private pages v2
` [HMM 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v4
  ` [HMM 09/18] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v5
` [HMM 10/15] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
` [HMM 11/15] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
` [HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 13/15] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 14/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration v2
` [HMM 15/15] mm/migrate: allow migrate_vma() to alloc new page on empty entry v2

[PATCH] mm: make kswapd try harder to keep active pages in cache
 2017-05-23 21:57 UTC  (3+ messages)

[PATCH] ib/core: not to set page dirty bit if it's already set
 2017-05-23 21:39 UTC  (5+ messages)

[PATCH] mm: kmemleak: Treat vm_struct as alternative reference to vmalloc'ed objects
 2017-05-23 20:37 UTC  (3+ messages)

[RFC v3]mm: ro protection for data allocated dynamically
 2017-05-23 20:11 UTC  (13+ messages)
` [PATCH 1/1] Sealable memory support
  ` [kernel-hardening] "
    ` [PATCH] LSM: Make security_hook_heads a local variable

[PATCH 0/3] mm/slub: Fix unused function warnings
 2017-05-23 17:12 UTC  (9+ messages)
` [PATCH 1/3] mm/slub: Only define kmalloc_large_node_hook() for NUMA systems

[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
 2017-05-23 16:44 UTC  (14+ messages)
                    `  "

[PATCH v3 3/6] mm/hugetlb: add size parameter to huge_pte_offset()
 2017-05-23 16:13 UTC  (3+ messages)

[PATCH 0/6] refine and rename slub sysfs
 2017-05-23 16:07 UTC  (5+ messages)

[PATCH v3 0/6] Support for contiguous pte hugepages
 2017-05-23 15:43 UTC  (14+ messages)
` [PATCH v3 1/6] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v3 2/6] mm, gup: Ensure real head page is ref-counted when using hugepages
` [PATCH v3 4/6] mm/hugetlb: Allow architectures to override huge_pte_clear()
  ` [PATCH v3.1 "

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-23 13:25 UTC  (5+ messages)

[PATCH] Patch for remapping pages around the fault page
 2017-05-23 13:07 UTC  (4+ messages)

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-05-23 12:42 UTC  (5+ messages)
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race

[PATCH v2 0/6] cpuset/mempolicies related fixes and cleanups
 2017-05-23 11:32 UTC  (10+ messages)
` [PATCH v2 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update
` [PATCH v2 4/6] mm, mempolicy: simplify rebinding mempolicies when updating cpusets
` [PATCH v2 5/6] mm, cpuset: always use seqlock when changing task's nodemask
` [PATCH v2 6/6] mm, mempolicy: don't check cpuset seqlock where it doesn't matter

[PATCH] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-23 11:29 UTC  (9+ messages)

mm, something wring in page_lock_anon_vma_read()?
 2017-05-23 10:32 UTC  (17+ messages)

[PATCH v2 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-23  9:59 UTC  (3+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries

[v5 0/1] mm: Adaptive hash table scaling
 2017-05-23  6:58 UTC  (3+ messages)
` [v5 1/1] "

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-22 21:13 UTC  (17+ messages)

[PATCH 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-22 19:44 UTC  (9+ messages)
` [PATCH 2/2] dax: Fix race between colliding PMD & PTE entries

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-22 17:32 UTC  (8+ messages)
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
` [RFC PATCH v2 12/17] cgroup: Remove cgroup v2 no internal process constraint

[PATCH v3 5/6] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
 2017-05-22 16:30 UTC  (2+ messages)
` [PATCH v3.1 "

[PATCH 0/2] fix premature OOM killer
 2017-05-22 15:06 UTC  (5+ messages)
` [PATCH 1/2] mm, oom: make sure that the oom victim uses memory reserves

[PATCH] x86/mm: pgds getting out of sync after memory hot remove
 2017-05-22 14:29 UTC  (4+ messages)

[v4 0/1] mm: Adaptive hash table scaling
 2017-05-22 13:41 UTC  (6+ messages)
` [v4 1/1] "


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