linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-16 08:28:16 to 2017-03-17 18:02:40 UTC [more...]

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-17 18:02 UTC  (4+ messages)
` [RFC PATCH 08/12] cma: Store a name in the cma structure

[PATCH 00/26] x86: 5-level paging enabling for v4.12
 2017-03-17 17:53 UTC  (3+ messages)
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits

[PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END
 2017-03-17 17:50 UTC 

[PATCH 0/7] Switch x86 to generic get_user_pages_fast() implementation
 2017-03-17 17:27 UTC  (15+ messages)
` [PATCH 1/7] mm: Drop arch_pte_access_permitted() mmu hook
` [PATCH 2/7] mm/gup: Move permission checks into helpers
` [PATCH 3/7] mm/gup: Move page table entry dereference into helper
` [PATCH 4/7] mm/gup: Make pages referenced during generic get_user_pages_fast()
` [PATCH 5/7] mm/gup: Implement dev_pagemap logic in "
` [PATCH 6/7] mm/gup: Provide hook to check if __GUP_fast() is allowed for the range
` [PATCH 7/7] x86/mm: Switch to generic get_user_page_fast() implementation
  ` [PATCHv2 "

Still OOM problems with 4.9er kernels
 2017-03-17 17:13 UTC  (16+ messages)
  ` Still OOM problems with 4.9er/4.10er kernels

[PATCHv2 2/5] target/user: Add global data block pool support
 2017-03-17 17:11 UTC  (4+ messages)

[HMM 00/16] HMM (Heterogeneous Memory Management) v18
 2017-03-17 16:53 UTC  (36+ messages)
` [HMM 01/16] mm/memory/hotplug: convert device bool to int to allow for more flags v3
` [HMM 02/16] mm/put_page: move ref decrement to put_zone_device_page()
` [HMM 03/16] mm/ZONE_DEVICE/free-page: callback when page is freed v3
` [HMM 04/16] mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memory v3
` [HMM 05/16] mm/ZONE_DEVICE/x86: add support for un-addressable device memory
` [HMM 06/16] mm/migrate: add new boolean copy flag to migratepage() callback
` [HMM 07/16] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 08/16] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 09/16] mm/hmm: heterogeneous memory management (HMM for short)
` [HMM 10/16] mm/hmm/mirror: mirror process address space on device with HMM helpers
` [HMM 11/16] mm/hmm/mirror: helper to snapshot CPU page table v2
` [HMM 12/16] mm/hmm/mirror: device page fault handler
` [HMM 13/16] mm/hmm/migrate: support un-addressable ZONE_DEVICE page in migration
` [HMM 14/16] mm/migrate: allow migrate_vma() to alloc new page on empty entry
` [HMM 15/16] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE
` [HMM 16/16] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v2

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-17 14:55 UTC  (51+ messages)
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages
` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
` [RFC PATCH v2 23/32] kvm: introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC PATCH v2 24/32] kvm: x86: prepare for SEV guest management API support
` [RFC PATCH v2 26/32] kvm: svm: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC PATCH v2 29/32] kvm: svm: Add support for SEV DEBUG_DECRYPT command
` [RFC PATCH v2 30/32] kvm: svm: Add support for SEV DEBUG_ENCRYPT command
` [RFC PATCH v2 32/32] x86: kvm: Pin the guest memory when SEV is active

[PATCH v4] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-17 14:50 UTC  (4+ messages)

[locking/lockdep] 383776fa75: INFO: trying to register non-static key
 2017-03-17 14:41 UTC  (3+ messages)

DOM Worker: page allocation stalls (4.9.13)
 2017-03-17 13:54 UTC  (4+ messages)

[RFC PATCH] rework memory hotplug onlining
 2017-03-17 13:20 UTC  (14+ messages)
  ` ZONE_NORMAL vs. ZONE_MOVABLE (was: Re: [RFC PATCH] rework memory hotplug onlining)
    ` ZONE_NORMAL vs. ZONE_MOVABLE

[PATCH v2 0/5] mm: support parallel free of memory
 2017-03-17 13:16 UTC  (21+ messages)

[PATCH 1/5] mm, swap: Fix comment in __read_swap_cache_async
 2017-03-17 12:42 UTC  (8+ messages)
` [PATCH 2/5] mm, swap: Improve readability via make spin_lock/unlock balanced
` [PATCH 3/5] mm, swap: Avoid lock swap_avail_lock when held cluster lock
` [PATCH 4/5] mm, swap: Try kzalloc before vzalloc
` [PATCH 5/5] mm, swap: Sort swap entries before free

[patch] mm, zoneinfo: print non-populated zones
 2017-03-17  8:57 UTC  (6+ messages)
    ` [patch v2] mm, vmstat: print non-populated zones in zoneinfo

[PATCH 0/3] mm: page_alloc: Object code reductions and logging fix
 2017-03-17  7:39 UTC  (13+ messages)
` [PATCH 1/3] mm: page_alloc: Reduce object size by neatening printks
` [PATCH 2/3] mm: page_alloc: Fix misordered logging output, reduce code size
` [PATCH 3/3] mm: page_alloc: Break up a long single-line printk

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-17  7:34 UTC  (4+ messages)

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-17  6:55 UTC  (7+ messages)
` [PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages
` [PATCH kernel v8 4/4] virtio-balloon: VIRTIO_BALLOON_F_HOST_REQ_VQ

[mmotm:master 119/211] mm/migrate.c:2184:5: note: in expansion of macro 'MIGRATE_PFN_DEVICE'
 2017-03-17  4:06 UTC  (3+ messages)
  ` [kbuild-all] "

[mmotm:master 198/211] lib/dma-mapping.c:11: undefined reference to `bad_dma_ops'
 2017-03-17  3:45 UTC 

[mmotm:master] BUILD REGRESSION 8276ddb3c638602509386f1a05f75326dbf5ce09
 2017-03-17  3:35 UTC 

[mmotm:master 195/211] include/asm-generic/atomic-instrumented.h:70: undefined reference to `__arch_atomic_add_unless'
 2017-03-17  3:23 UTC 

[mmotm:master 198/211] dma-mapping.c:undefined reference to `bad_dma_ops'
 2017-03-17  3:05 UTC 

Is it fixed by following patch
 2017-03-17  2:38 UTC  (5+ messages)

[PATCH v1] mm: migrate: fix remove_migration_pte() for ksm pages
 2017-03-17  2:28 UTC 

+ mm-sparse-refine-usemap_size-a-little.patch added to -mm tree
 2017-03-17  1:47 UTC  (2+ messages)

[mmotm:master 122/211] mm/hmm.c:1129:15: note: in expansion of macro 'MIGRATE_PFN_ERROR'
 2017-03-17  1:30 UTC 

[mmotm:master 117/211] mm/hmm.c:331:10: error: implicit declaration of function 'pgd_addr_end'
 2017-03-17  1:21 UTC 

[mmotm:master 113/211] include/linux/migrate.h:128:32: warning: left shift count >= width of type
 2017-03-17  1:21 UTC 

[mmotm:master 122/211] mm/hmm.c:809:30: error: 'PA_SECTION_SHIFT' undeclared
 2017-03-17  1:13 UTC 

[mmotm:master 113/211] include/linux/migrate.h:144:35: error: 'PMD_SIZE' undeclared
 2017-03-17  1:11 UTC 

[mmotm:master 117/211] mm/hmm.c:354:24: error: implicit declaration of function 'pmd_pfn'
 2017-03-17  1:05 UTC 

[mmotm:master 110/211] mm/shmem.c:646:2: note: in expansion of macro 'free_swap_and_cache'
 2017-03-17  1:05 UTC 

[mmotm:master 110/211] mm/madvise.c:341:4: note: in expansion of macro 'free_swap_and_cache'
 2017-03-17  1:04 UTC 

mmotm 2017-03-16-16-37 uploaded
 2017-03-16 23:37 UTC 

[PATCH v1] x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default
 2017-03-16 22:05 UTC  (3+ messages)

[PATCH v2 RFC] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-16 20:26 UTC  (4+ messages)

[PATCH v4 00/13] mm: sub-section memory hotplug support
 2017-03-16 19:04 UTC  (3+ messages)

[PATCH v2 10/10] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]
 2017-03-16 18:54 UTC  (2+ messages)

[mmotm] "x86/atomic: move __arch_atomic_add_unless out of line" build error
 2017-03-16 18:45 UTC  (5+ messages)

[PATCH v3 0/8] try to reduce fragmenting fallbacks
 2017-03-16 18:34 UTC  (4+ messages)

[PATCH v2 0/1] mm: zswap - crypto acomp/scomp support
 2017-03-16 18:20 UTC  (10+ messages)
` [PATCH v2 1/1] mm: zswap - Add crypto acomp/scomp framework support

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-16 17:50 UTC  (5+ messages)

fsx tests on DAX started to fail with msync failure on 0307 -next tree
 2017-03-16 15:53 UTC  (3+ messages)

MAP_POPULATE vs. MADV_HUGEPAGES
 2017-03-16 15:01 UTC  (6+ messages)

[patch] KASAN: Do not sanitize kexec purgatory
 2017-03-16 13:49 UTC 

[PATCH 00/15] mm: page_alloc: style neatenings
 2017-03-16 10:33 UTC  (7+ messages)
` [PATCH 02/15] mm: page_alloc: align arguments to parenthesis
` [PATCH 10/15] mm: page_alloc: 80 column neatening

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-16 10:18 UTC  (4+ messages)
` [RFC PATCH] mm: retry writepages() on ENOMEM when doing an data integrity writeback


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