linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-08 19:59:31 to 2016-11-13 15:00:57 UTC [more...]

[PATCH V3 1/2] mm: move vma_is_anonymous check within pmd_move_must_withdraw
 2016-11-13 15:00 UTC  (2+ messages)
` [PATCH V3 2/2] mm: THP page cache support for ppc64

core.c:undefined reference to `fpu_save'
 2016-11-13  6:15 UTC 

[PATCH] thb: propagate conditional compilation to code depending on sysfs in khugepaged.c
 2016-11-13  3:33 UTC 

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-11-13  0:36 UTC 

[PATCH RFC] mm: Add debug_virt_to_phys()
 2016-11-12 19:29 UTC  (6+ messages)

[PATCH] mm: disable numa migration faults for dax vmas
 2016-11-12  4:21 UTC 

[PATCH 1/2] mm: move vma_is_anonymous check within pmd_move_must_withdraw
 2016-11-12  1:37 UTC  (6+ messages)
` [PATCH 2/2] mm: THP page cache support for ppc64

[PATCH] zswap: only use CPU notifier when HOTPLUG_CPU=y
 2016-11-11 22:21 UTC 

[PATCHv4] shmem: avoid huge pages for small files
 2016-11-11 21:41 UTC  (7+ messages)
      ` [PATCH] "

[PATCH 0/6] mm: workingset: radix tree subtleties & single-page file refaults
 2016-11-11 16:37 UTC  (8+ messages)
` [PATCH 1/6] mm: khugepaged: fix radix tree node leak in shmem collapse error path

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-11 16:17 UTC  (26+ 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 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-11-11 13:50 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Make GPU pages movable

[PATCH] z3fold: discourage use of pages that weren't compacted
 2016-11-11 13:02 UTC 

[PATCH v2 00/12] mm: page migration enhancement for thp
 2016-11-11 11:18 UTC  (35+ 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 04/12] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [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 "

[mm PATCH v3 00/23] Add support for DMA writable pages being writable by the network stack
 2016-11-11 10:58 UTC  (26+ 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

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

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

[PATCH 1/2] mm: move vma_is_anonymous check within pmd_move_must_withdraw
 2016-11-11 10:06 UTC  (3+ messages)
` [PATCH V2] "

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

[PATCH] mm: support anonymous stable page
 2016-11-11  6:06 UTC  (2+ messages)

[PATCH] mm: add ZONE_DEVICE statistics to smaps
 2016-11-11  4:12 UTC  (2+ messages)

[PATCH v27 1/9] memblock: add memblock_cap_memory_range()
 2016-11-11  3:19 UTC  (4+ messages)

[PATCH 1/4] powerpc/mm: update ptep_set_access_flag to not do full mm tlb flush
 2016-11-11  1:38 UTC  (6+ 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

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

[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/RFC] z3fold: use per-page read/write lock
 2016-11-10 19:38 UTC  (2+ messages)

[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] "

Proposal: HAVE_SEPARATE_IRQ_STACK?
 2016-11-10 17:39 UTC  (11+ 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] 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 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 

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  (6+ 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


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