linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-08 04:52:51 to 2016-11-11 01:09:47 UTC [more...]

[PATCH v2 00/12] mm: page migration enhancement for thp
 2016-11-11  1:08 UTC  (33+ messages)
` [PATCH v2 01/12] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 6
` [PATCH v2 03/12] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v2 05/12] mm: thp: add core routines for thp/pmd migration
` [PATCH v2 07/12] mm: thp: check pmd migration entry in common path
` [PATCH v2 08/12] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v2 09/12] mm: hwpoison: soft offline supports "

[RFC][PATCH 0/2] optimise unlock_page / end_page_writeback
 2016-11-11  0:58 UTC  (4+ messages)
` [PATCH 1/2] mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked

[RFC][PATCH] Add infrastructure for memcg hotplug support
 2016-11-11  0:39 UTC 

[PATCH] mm: add ZONE_DEVICE statistics to smaps
 2016-11-10 22:11 UTC 

[PATCH v6 0/4] enable movable nodes on non-x86 configs
 2016-11-10 20:52 UTC  (10+ messages)
` [PATCH v6 1/4] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v6 4/4] of/fdt: mark hotpluggable memory

[PATCH/RFC] z3fold: use per-page read/write lock
 2016-11-10 19:38 UTC  (2+ messages)

[PATCH 1/4] powerpc/mm: update ptep_set_access_flag to not do full mm tlb flush
 2016-11-10 19:36 UTC  (5+ messages)
` [PATCH 2/4] powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
` [PATCH 3/4] hugetlb: Change the function prototype to take vma_area_struct as arg
` [PATCH 4/4] powerpc/mm: update pte_update to not do full mm tlb flush

[RFC PATCH v2 0/3] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-11-10 19:24 UTC  (6+ messages)
` [RFC PATCH v3 0/2] "
  ` [RFC PATCH v3 1/2] "
    ` [kernel-hardening] "

[mm PATCH v3 00/23] Add support for DMA writable pages being writable by the network stack
 2016-11-10 18:40 UTC  (25+ messages)
` [mm PATCH v3 01/23] arch/arc: Add option to skip sync on DMA mapping
` [mm PATCH v3 02/23] arch/arm: Add option to skip sync on DMA map and unmap
` [mm PATCH v3 03/23] arch/avr32: Add option to skip sync on DMA map
` [mm PATCH v3 04/23] arch/blackfin: "
` [mm PATCH v3 05/23] arch/c6x: Add option to skip sync on DMA map and unmap
` [mm PATCH v3 06/23] arch/frv: Add option to skip sync on DMA map
` [mm PATCH v3 07/23] arch/hexagon: Add option to skip DMA sync as a part of mapping
` [mm PATCH v3 08/23] arch/m68k: "
` [mm PATCH v3 09/23] arch/metag: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v3 10/23] arch/microblaze: "
` [mm PATCH v3 11/23] arch/mips: "
` [mm PATCH v3 12/23] arch/nios2: "
` [mm PATCH v3 13/23] arch/openrisc: Add option to skip DMA sync as a part of mapping
` [mm PATCH v3 14/23] arch/parisc: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v3 15/23] arch/powerpc: Add option to skip DMA sync as a part of mapping
` [mm PATCH v3 16/23] arch/sh: "
` [mm PATCH v3 17/23] arch/sparc: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v3 18/23] arch/tile: "
` [mm PATCH v3 19/23] arch/xtensa: Add option to skip DMA sync as a part of mapping
` [mm PATCH v3 20/23] dma: Add calls for dma_map_page_attrs and dma_unmap_page_attrs
` [mm PATCH v3 21/23] mm: Add support for releasing multiple instances of a page
` [mm PATCH v3 22/23] igb: Update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
` [mm PATCH v3 23/23] igb: Update code to better handle incrementing page count

[PATCHv4] shmem: avoid huge pages for small files
 2016-11-10 17:51 UTC  (6+ messages)
      ` [PATCH] "

Proposal: HAVE_SEPARATE_IRQ_STACK?
 2016-11-10 17:39 UTC  (11+ messages)

[PATCH v27 1/9] memblock: add memblock_cap_memory_range()
 2016-11-10 17:27 UTC  (2+ messages)

[PATCH] filemap: add comment for confusing logic in page_cache_tree_insert()
 2016-11-10 17:21 UTC  (2+ messages)

[PATCH/RFC] mm: don't cap request size based on read-ahead setting
 2016-11-10 17:00 UTC 

[PATCH 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-11-10 16:22 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Make GPU pages movable

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-10 13:14 UTC  (23+ messages)
` [RFC PATCH v3 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v3 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v3 03/20] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v3 04/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v3 05/20] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v3 06/20] x86: Add support to enable SME during early boot processing
` [RFC PATCH v3 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v3 08/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v3 09/20] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v3 10/20] Add support to access boot related data in the clear
` [RFC PATCH v3 11/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v3 12/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v3 13/20] x86: DMA support for memory encryption
` [RFC PATCH v3 14/20] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [RFC PATCH v3 15/20] x86: Check for memory encryption on the APs
` [RFC PATCH v3 16/20] x86: Do not specify encrypted memory for video mappings
` [RFC PATCH v3 17/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v3 18/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v3 19/20] x86: Add support to make use of Secure Memory Encryption
` [RFC PATCH v3 20/20] "

[PATCH] [RFC] drivers: dma-coherent: use MEMREMAP_WB instead of MEMREMAP_WC
 2016-11-10  9:51 UTC  (6+ messages)

[PATCH] mremap: fix race between mremap() and page cleanning
 2016-11-10  9:16 UTC 

[RFC] mem-hotplug: shall we skip unmovable node when doing numa balance?
 2016-11-10  9:07 UTC  (4+ messages)

[PATCH] z3fold: don't fail kernel build if z3fold_header is too big
 2016-11-10  9:05 UTC  (3+ messages)

[PATCH v4] z3fold: use per-page spinlock
 2016-11-10  7:52 UTC 

[PATCH 0/2] mm: fix the "counter.sh" failure for libhugetlbfs
 2016-11-10  7:03 UTC  (11+ messages)
` [PATCH 2/2] mm: hugetlb: support gigantic surplus pages
  ` [PATCH v2 "

[patch] mm, slab: faster active and free stats
 2016-11-10  0:38 UTC  (3+ messages)

[PATCH v3] z3fold: use per-page read/write lock
 2016-11-10  0:32 UTC  (5+ messages)

[swiotlb PATCH v3 0/3] Add support for DMA writable pages being writable by the network stack
 2016-11-09 21:29 UTC  (6+ messages)
` [swiotlb PATCH v3 1/3] swiotlb: remove unused swiotlb_map_sg and swiotlb_unmap_sg functions
` [swiotlb PATCH v3 2/3] swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function
` [swiotlb PATCH v3 3/3] swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC

[linux-next:master 5015/5173] include/drm/drmP.h:178:2: note: in expansion of macro '_DRM_PRINTK'
 2016-11-09 20:50 UTC  (2+ messages)

[PATCH v7] powerpc: Do not make the entire heap executable
 2016-11-09 17:06 UTC 

[PATCH 0/2] kasan,stacktrace: improve error reports
 2016-11-09 16:23 UTC  (5+ messages)
` [PATCH 1/2] stacktrace: fix print_stack_trace printing timestamp twice
` [PATCH 2/2] kasan: improve error reports

[PATCH 4.8 041/138] x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=y
 2016-11-09 10:45 UTC 

[PATCH] mm/hugetlb.c: mark alloc_gigantic_page stub inline
 2016-11-09  9:24 UTC 

[PATCH 0/6] mm: workingset: radix tree subtleties & single-page file refaults
 2016-11-09  7:41 UTC  (16+ messages)
` [PATCH 1/6] mm: khugepaged: fix radix tree node leak in shmem collapse error path
` [PATCH 2/6] mm: workingset: turn shadow node shrinker bugs into warnings
` [PATCH 3/6] lib: radix-tree: native accounting of exceptional entries
` [PATCH 4/6] lib: radix-tree: check accounting of existing slot replacement users
` [PATCH 5/6] mm: workingset: switch shadow entry tracking to radix tree exceptional counting
` [PATCH 6/6] mm: workingset: restore refault tracking for single-page files

mmotm 2016-11-08-16-49 uploaded
 2016-11-09  0:50 UTC 

[PATCH v3 1/2] memcg: Prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB
 2016-11-08 23:51 UTC  (5+ messages)

[PATCH kernel v4 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-11-08 21:07 UTC  (8+ messages)
` [PATCH kernel v4 7/7] virtio-balloon: tell host vm's unused page info

[PATCH 00/33] userfaultfd tmpfs/hugetlbfs/non-cooperative
 2016-11-08 21:06 UTC  (7+ messages)
` [PATCH 15/33] userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY

[PATCH] mm: only enable sys_pkey* when ARCH_HAS_PKEYS
 2016-11-08 18:39 UTC  (9+ messages)

[PATCH/RFC v2] z3fold: use per-page read/write lock
 2016-11-08 15:08 UTC  (2+ messages)

reduce latency in __purge_vmap_area_lazy
 2016-11-08 15:05 UTC  (10+ messages)
` [PATCH 4/7] mm: defer vmalloc from atomic context
          ` [PATCH 1/3] mm/vmalloc: add vfree_atomic()
            ` [PATCH 2/3] kernel/fork: use vfree_atomic() to free thread stack
            ` [PATCH 3/3] x86/ldt: use vfree_atomic() to free ldt entries

crash in invalidate_mapping_pages codepath during fadvise
 2016-11-08 15:01 UTC  (3+ messages)

[RFC] reduce latency in __purge_vmap_area_lazy
 2016-11-08 14:32 UTC  (5+ messages)
` [PATCH 2/6] mm: mark all calls into the vmalloc subsystem as potentially sleeping

Bug in page_cache_tree_delete?
 2016-11-08 13:51 UTC  (3+ messages)

[PATCHv3 0/8] powerpc/mm: refactor vDSO mapping code
 2016-11-08 12:47 UTC  (7+ messages)
` [PATCHv3 1/8] powerpc/vdso: unify return paths in setup_additional_pages

[RFC][PATCH] mm: merge as soon as possible when pcp alloc/free
 2016-11-08 11:03 UTC  (3+ messages)

[PATCH v6 0/6] Introduce ZONE_CMA
 2016-11-08  6:59 UTC  (10+ messages)
` [PATCH v6 2/6] mm/cma: introduce new zone, ZONE_CMA


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