linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-10 14:19:08 to 2017-04-13 11:06:19 UTC [more...]

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-13 11:07 UTC  (4+ messages)
` [PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages

Costless huge virtual memory? /dev/same, /dev/null?
 2017-04-13  9:42 UTC  (2+ messages)
` [RFC] "

[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-13  9:35 UTC  (6+ messages)
` [PATCH v9 1/5] virtio-balloon: deflate via a page list
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
` [PATCH v9 3/5] mm: function to offer a page block on the free list
` [PATCH v9 4/5] mm: export symbol of next_zone and first_online_pgdat
` [PATCH v9 5/5] virtio-balloon: VIRTIO_BALLOON_F_MISC_VQ

[PATCH] mm/madvise: Move up the behavior parameter validation
 2017-04-13  9:20 UTC 

[PATCH tip/core/rcu 01/13] mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
 2017-04-13  9:12 UTC  (3+ messages)
` [PATCH tip/core/rcu 09/13] mm: Use static initialization for "srcu"

[RFC 0/6] cpuset/mempolicies related fixes and cleanups
 2017-04-13  6:24 UTC  (21+ messages)
` [RFC 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update
` [RFC 2/6] mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()
` [RFC 3/6] mm, page_alloc: pass preferred nid instead of zonelist to allocator
` [RFC 4/6] mm, mempolicy: simplify rebinding mempolicies when updating cpusets
` [RFC 5/6] mm, cpuset: always use seqlock when changing task's nodemask
` [RFC 6/6] mm, mempolicy: don't check cpuset seqlock where it doesn't matter

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-04-13  6:02 UTC  (11+ messages)

thrashing on file pages
 2017-04-13  5:42 UTC  (3+ messages)

[PATCH] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-04-13  5:17 UTC  (2+ messages)
` [PATCH v2] "

[RFC 0/1] add support for reclaiming priorities per mem cgroup
 2017-04-13  4:30 UTC  (4+ messages)

[PATCH] mm: add VM_STATIC flag to vmalloc and prevent from removing the areas
 2017-04-13  4:17 UTC  (6+ messages)

[PATCH 3/3] zsmalloc: expand class bit
 2017-04-13  0:17 UTC 

[PATCH] hugetlbfs: fix offset overflow in huegtlbfs mmap
 2017-04-12 20:04 UTC  (4+ messages)

[PATCH] mm, page_alloc: Remove debug_guardpage_minorder() test in warn_alloc()
 2017-04-12 14:07 UTC  (13+ messages)

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-04-12 13:33 UTC  (5+ messages)
` [PATCH 1/4] thp: reduce indentation level in change_huge_pmd()
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race

[PATCH 1/4] mm/vmalloc: allow to call vfree() in atomic context
 2017-04-12 12:49 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] mm/vmalloc: "
  ` [PATCH v2 2/5] x86/ldt: use vfree() instead of vfree_atomic()
  ` [PATCH v2 3/5] kernel/fork: use vfree() instead of vfree_atomic() to free thread stack
  ` [PATCH v2 4/5] mm/vmalloc: remove vfree_atomic()
  ` [PATCH v2 5/5] mm/vmalloc: Don't spawn workers if somebody already purging

[PATCH 0/8] x86: 5-level paging enabling for v4.12, Part 4
 2017-04-12 11:11 UTC  (13+ messages)
` [PATCH 3/8] x86/boot/64: Add support of additional page table level during early boot
` [PATCH 8/8] x86/mm: Allow to have userspace mappings above 47-bits

[PATCH 1/9] mm/huge_memory: Use zap_deposited_table() more
 2017-04-12  5:51 UTC  (4+ messages)
` [PATCH 2/9] mm/huge_memory: Deposit a pgtable for DAX PMD faults when required

[PATCH] mm/madvise: Clean up MADV_SOFT_OFFLINE and MADV_HWPOISON
 2017-04-12  4:54 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-04-12  1:39 UTC  (11+ messages)
` [PATCH v7 1/7] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
` [PATCH v7 2/7] mm/cma: introduce new zone, ZONE_CMA
` [PATCH v7 3/7] mm/cma: populate ZONE_CMA
` [PATCH v7 4/7] mm/cma: remove ALLOC_CMA
` [PATCH v7 5/7] mm/cma: remove MIGRATE_CMA
` [PATCH v7 6/7] mm/cma: remove per zone CMA stat
` [PATCH v7 7/7] ARM: CMA: avoid re-mapping CMA region if CONFIG_HIGHMEM

mmotm 2017-04-11-15-23 uploaded
 2017-04-11 22:25 UTC 

[PATCH] mm/migrate: check for null vma before dereferencing it
 2017-04-11 21:46 UTC  (4+ messages)

[PATCH] mm, numa: Fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa
 2017-04-11 21:44 UTC  (12+ messages)

[HMM 00/16] HMM (Heterogeneous Memory Management) v19
 2017-04-11 20:33 UTC  (6+ messages)
` [HMM 10/16] mm/hmm/mirror: helper to snapshot CPU page table v2

[PATCH] mm: Add additional consistency check
 2017-04-11 19:39 UTC  (26+ messages)

[PATCH -v2 0/9] mm: make movable onlining suck less
 2017-04-11 17:03 UTC  (30+ messages)
` [PATCH 1/9] mm: remove return value from init_currently_empty_zone
` [PATCH 4/9] mm, memory_hotplug: get rid of is_zone_device_section
` [PATCH 6/9] mm, memory_hotplug: do not associate hotadded memory to zones until online
  ` [PATCH v3 "

[PATCHv3 00/22] Ion clean up in preparation in moving out of staging
 2017-04-11 16:48 UTC  (15+ messages)
` [PATCHv3 07/22] staging: android: ion: Remove page faulting support
` [PATCHv3 08/22] staging: android: ion: Remove crufty cache support
` [PATCHv3 13/22] staging: android: ion: Use CMA APIs directly
` [PATCHv3 17/22] staging: android: ion: Collapse internal header files

[PATCH] mm,page_alloc: Split stall warning and failure warning
 2017-04-11 13:26 UTC  (8+ messages)

[PATCH 1/4] mm: memcontrol: clean up memory.events counting function
 2017-04-11 12:30 UTC  (5+ messages)
` [PATCH 2/4] mm: memcontrol: re-use global VM event enum

[PATCH] mm, page_alloc: re-enable softirq use of per-cpu page allocator
 2017-04-11  8:23 UTC  (4+ messages)

[linux-next:master 9014/9031] mm/madvise.c:341: warning: value computed is not used
 2017-04-11  8:07 UTC 

[PATCH] mm/hmm: Fix Kconfig dependencies for HMM
 2017-04-11  7:51 UTC 

[PATCH -mm -v3] mm, swap: Sort swap entries before free
 2017-04-11  7:03 UTC  (3+ messages)

[RFC][PATCH] mm: Tighten x86 /dev/mem with zeroing
 2017-04-11  4:50 UTC  (3+ messages)

[PATCH v2 00/10] make try_to_unmap simple
 2017-04-11  2:56 UTC  (4+ messages)
` [PATCH v2 04/10] mm: make the try_to_munlock void function

Page allocator order-0 optimizations merged
 2017-04-11  1:54 UTC  (4+ messages)

[mmotm:master 161/276] kernel/extable.c:174: undefined reference to `__start_ro_after_init'
 2017-04-10 23:54 UTC  (3+ messages)

[PATCH RESEND] mm/hugetlb: Don't call region_abort if region_chg fails
 2017-04-10 23:37 UTC  (3+ messages)

[linux-next:master 9018/9031] mm/migrate.c:2177:4: note: in expansion of macro 'ptep_get_and_clear'
 2017-04-10 22:46 UTC 

[linux-next:master 9014/9031] mm/shmem.c:646: warning: value computed is not used
 2017-04-10 21:31 UTC 

[RFC HMM CDM 0/3] Coherent Device Memory (CDM) on top of HMM
 2017-04-10 18:11 UTC  (3+ messages)
` [RFC HMM CDM 3/3] mm/migrate: memory migration using a device DMA engine

oom issue with 128G memory
 2017-04-10 18:05 UTC 

[patch 1/3] mm: protect set_page_dirty() from ongoing truncation
 2017-04-10 15:51 UTC  (5+ messages)

NULL pointer dereference in the kernel 3.10
 2017-04-10 14:43 UTC  (8+ messages)

[patch] mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()
 2017-04-10 14:19 UTC  (2+ 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).