linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-16 02:01:24 to 2017-03-17 07:02:32 UTC [more...]

[HMM 00/16] HMM (Heterogeneous Memory Management) v18
 2017-03-17  6:55 UTC  (30+ 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

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-17  6:55 UTC  (9+ messages)
` [PATCH kernel v8 1/4] virtio-balloon: deflate via a page list
` [PATCH kernel v8 2/4] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER
` [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

[PATCH 1/5] mm, swap: Fix comment in __read_swap_cache_async
 2017-03-17  6:46 UTC  (5+ 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

[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 

[PATCH v2 0/5] mm: support parallel free of memory
 2017-03-17  3:10 UTC  (15+ messages)

[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 

[PATCH 0/3] mm: page_alloc: Object code reductions and logging fix
 2017-03-17  1:56 UTC  (12+ 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

+ 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 

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-16 22:25 UTC  (42+ 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 v1] x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default
 2017-03-16 22:05 UTC  (3+ messages)

[PATCH 0/7] Switch x86 to generic get_user_pages_fast() implementation
 2017-03-16 21:39 UTC  (12+ 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 "

[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  (16+ messages)
` [PATCH v4 01/13] mm: fix type width of section to/from pfn conversion macros
` [PATCH v4 02/13] mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups
` [PATCH v4 03/13] mm: introduce struct mem_section_usage to track partial population of a section
` [PATCH v4 04/13] mm: introduce common definitions for the size and mask "
` [PATCH v4 05/13] mm: cleanup sparse_init_one_section() return value
` [PATCH v4 06/13] mm: track active portions of a section at boot
` [PATCH v4 07/13] mm: fix register_new_memory() zone type detection
` [PATCH v4 08/13] x86, kasan: clarify kasan's dependency on vmemmap_populate_hugepages()
` [PATCH v4 09/13] mm: convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v4 10/13] mm: prepare for hot-{add, remove} of sub-section ranges
` [PATCH v4 11/13] mm: support section-unaligned ZONE_DEVICE memory ranges
` [PATCH v4 12/13] mm: enable section-unaligned devm_memremap_pages()
` [PATCH v4 13/13] libnvdimm, pfn, dax: stop padding pmem namespaces to section alignment

[RFC PATCH] rework memory hotplug onlining
 2017-03-16 19:01 UTC  (12+ messages)
  ` ZONE_NORMAL vs. ZONE_MOVABLE (was: Re: [RFC PATCH] rework memory hotplug onlining)
    ` ZONE_NORMAL vs. ZONE_MOVABLE

[PATCH v2 00/10] make try_to_unmap simple
 2017-03-16 18:54 UTC  (8+ messages)
` [PATCH v2 10/10] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[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  (8+ messages)
` [PATCH v3 7/8] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v3 8/8] mm, compaction: finish whole pageblock to reduce fragmentation

[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

[locking/lockdep] 383776fa75: INFO: trying to register non-static key
 2017-03-16 18:07 UTC 

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

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-16 15:33 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  (15+ messages)
` [PATCH 02/15] mm: page_alloc: align arguments to parenthesis
` [PATCH 07/15] mm: page_alloc: Move labels to column 1
` [PATCH 08/15] mm: page_alloc: Fix typo acording -> according & the the -> to the
` [PATCH 09/15] mm: page_alloc: Use the common commenting style
` [PATCH 10/15] mm: page_alloc: 80 column neatening
` [PATCH 11/15] mm: page_alloc: Move EXPORT_SYMBOL uses
` [PATCH 12/15] mm: page_alloc: Avoid pointer comparisons to NULL
` [PATCH 13/15] mm: page_alloc: Remove unnecessary parentheses
` [PATCH 14/15] mm: page_alloc: Use octal permissions
` [PATCH 15/15] mm: page_alloc: Move logical continuations to EOL

[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

DOM Worker: page allocation stalls (4.9.13)
 2017-03-16 10:04 UTC 

[PATCH v4] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-16  9:59 UTC  (3+ messages)

[PATCHv2 2/5] target/user: Add global data block pool support
 2017-03-16  9:39 UTC  (2+ messages)

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

[PATCH -v6 0/9] THP swap: Delay splitting THP during swapping out
 2017-03-16  6:31 UTC  (6+ messages)
` [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions


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