linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-16 15:46:01 to 2017-02-20 12:30:42 UTC [more...]

[PATCH v2 00/10] try to reduce fragmenting fallbacks
 2017-02-20 12:30 UTC  (17+ messages)
` [PATCH v2 04/10] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v2 07/10] mm, compaction: restrict async compaction to pageblocks of same migratetype

Query on per app memory cgroup
 2017-02-20 12:29 UTC  (4+ messages)

[PATCH 0/5] mm subsystem refcounter conversions
 2017-02-20 11:46 UTC  (8+ messages)
` [PATCH 1/5] mm: convert bdi_writeback_congested.refcnt from atomic_t to refcount_t
` [PATCH 2/5] mm: convert anon_vma.refcount "
` [PATCH 3/5] mm: convert kmemleak_object.use_count "
` [PATCH 4/5] mm: convert mm_struct.mm_users "
` [PATCH 5/5] mm: convert mm_struct.mm_count "

[PATCH 0/3 staging-next] android: Lowmemmorykiller task tree
 2017-02-20 10:21 UTC  (4+ messages)

[RFC PATCH v1 0/1] mm: zswap - crypto acomp/scomp support
 2017-02-20  9:52 UTC  (6+ messages)
` [RFC PATCH v1 1/1] mm: zswap - Add crypto acomp/scomp framework support

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-02-20  8:38 UTC  (2+ messages)

Is MADV_HWPOISON supposed to work only on faulted-in pages?
 2017-02-20  5:00 UTC  (2+ messages)

[PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault
 2017-02-20  3:30 UTC  (2+ messages)

Trying to understand OOM killer
 2017-02-19 15:00 UTC  (2+ messages)

[PATCH V3 0/3] Numabalancing preserve write fix
 2017-02-19 10:25 UTC  (5+ messages)
` [PATCH V3 1/3] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
` [PATCH V3 2/3] mm/ksm: Handle protnone saved writes when making page write protect
` [PATCH V3 3/3] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH] mm/gup: Check for protnone only if it is a PTE entry
 2017-02-19  9:58 UTC 

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-18 18:12 UTC  (32+ messages)
` [RFC PATCH v4 01/28] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v4 03/28] x86: Add the Secure Memory Encryption CPU feature
` [RFC PATCH v4 04/28] x86: Handle reduction in physical address size with SME
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 17/28] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 20/28] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
` [RFC PATCH v4 22/28] x86: Do not specify encrypted memory for video mappings
` [RFC PATCH v4 23/28] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[Bug 192981] New: page allocation stalls
 2017-02-18 13:05 UTC  (13+ messages)

[PATCHv3 00/33] 5-level paging
 2017-02-18  9:21 UTC  (47+ messages)
` [PATCHv3 01/33] x86/cpufeature: Add 5-level paging detection
` [PATCHv3 02/33] asm-generic: introduce 5level-fixup.h
` [PATCHv3 03/33] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv3 04/33] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv3 05/33] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv3 06/33] mm: convert generic code to 5-level paging
` [PATCHv3 07/33] mm: introduce __p4d_alloc()
` [PATCHv3 08/33] x86: basic changes into headers for 5-level paging
` [PATCHv3 09/33] x86: trivial portion of 5-level paging conversion
` [PATCHv3 10/33] x86/gup: add 5-level paging support
` [PATCHv3 11/33] x86/ident_map: "
` [PATCHv3 12/33] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv3 13/33] x86/power: support p4d_t in hibernate code
` [PATCHv3 14/33] x86/kexec: support p4d_t
` [PATCHv3 15/33] x86/efi: handle p4d in EFI pagetables
` [PATCHv3 16/33] x86/mm/pat: handle additional page table
` [PATCHv3 17/33] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCHv3 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCHv3 19/33] x86: convert the rest of the code to support p4d_t
` [PATCHv3 20/33] x86: detect 5-level paging support
` [PATCHv3 21/33] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv3 22/33] x86/mm: define virtual memory map for 5-level paging
` [PATCHv3 23/33] x86/paravirt: make paravirt code support "
` [PATCHv3 24/33] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv3 25/33] x86/dump_pagetables: support 5-level paging
` [PATCHv3 26/33] x86/kasan: extend to "
` [PATCHv3 27/33] x86/espfix: "
` [PATCHv3 28/33] x86/mm: add support of additional page table level during early boot
` [PATCHv3 29/33] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv3 30/33] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv3 31/33] x86/mm: add support for 5-level paging for KASLR
` [PATCHv3 32/33] x86: enable 5-level paging support
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR

mmotm 2017-02-17-15-31 uploaded
 2017-02-17 23:31 UTC 

[PATCH 0/8] ARM: sun8i: a33: Mali improvements
 2017-02-17 21:56 UTC  (11+ messages)

[PATCH] userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings
 2017-02-17 21:34 UTC  (8+ messages)

[PATCH 3/4] zswap: Zero-filled pages handling
 2017-02-17 20:06 UTC  (2+ messages)

[PATCH V3 0/7] mm: fix some MADV_FREE issues
 2017-02-17 20:03 UTC  (20+ messages)
` [PATCH V3 1/7] mm: don't assume anonymous pages have SwapBacked flag
` [PATCH V3 2/7] mm: move MADV_FREE pages into LRU_INACTIVE_FILE list
` [PATCH V3 3/7] mm: reclaim MADV_FREE pages
` [PATCH V3 4/7] mm: enable MADV_FREE for swapless system

[PATCH 1/4] zswap: Share zpool memory of duplicate pages
 2017-02-17 19:56 UTC  (2+ messages)

swap_cluster_info lockdep splat
 2017-02-17 18:42 UTC  (11+ messages)

[PATCH 0/6] Enable parallel page migration
 2017-02-17 15:30 UTC  (9+ messages)
` [PATCH 1/6] mm/migrate: Add new mode parameter to migrate_page_copy() function
` [PATCH 2/6] mm/migrate: Make migrate_mode types non-exclusive
` [PATCH 3/6] mm/migrate: Add copy_pages_mthread function
` [PATCH 4/6] mm/migrate: Add new migrate mode MIGRATE_MT
` [PATCH 5/6] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls
` [PATCH 6/6] sysctl: Add global tunable mt_page_copy

[RFC PATCH 00/14] Accelerating page migrations
 2017-02-17 15:05 UTC  (15+ messages)
` [RFC PATCH 01/14] mm/migrate: Add new mode parameter to migrate_page_copy() function
` [RFC PATCH 02/14] mm/migrate: Make migrate_mode types non-exclussive
` [RFC PATCH 03/14] mm/migrate: Add copy_pages_mthread function
` [RFC PATCH 04/14] mm/migrate: Add new migrate mode MIGRATE_MT
` [RFC PATCH 05/14] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls
` [RFC PATCH 06/14] sysctl: Add global tunable mt_page_copy
` [RFC PATCH 07/14] migrate: Add copy_page_lists_mthread() function
` [RFC PATCH 08/14] mm: migrate: Add concurrent page migration into move_pages syscall
` [RFC PATCH 09/14] mm: migrate: Add exchange_page_mthread() and exchange_page_lists_mthread() to exchange two pages or two page lists
` [RFC PATCH 10/14] mm: Add exchange_pages and exchange_pages_concur functions to exchange two lists of pages instead of two migrate_pages()
` [RFC PATCH 11/14] mm: migrate: Add exchange_pages syscall to exchange two page lists
` [RFC PATCH 12/14] migrate: Add copy_page_dma to use DMA Engine to copy pages
` [RFC PATCH 13/14] mm: migrate: Add copy_page_dma into migrate_page_copy
` [RFC PATCH 14/14] mm: Add copy_page_lists_dma_always to support copy a list of pages

[RFC PATCH 1/2] mm/memblock: introduce for_each_mem_pfn_range_rev()
 2017-02-17 14:12 UTC  (5+ messages)
` [RFC PATCH 2/2] mm/sparse: add last_section_nr in sparse_init() to reduce some iteration cycle

[PATCH V3 0/4] Define coherent device memory node
 2017-02-17 14:05 UTC  (8+ messages)
` [PATCH V3 1/4] mm: Define coherent device memory (CDM) node

[PATCH] fs: Remove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
 2017-02-17 11:48 UTC  (2+ messages)

[PATCH v2 0/2] fix devm_memremap_pages() mem hotplug locking
 2017-02-17  3:28 UTC  (5+ messages)
` [PATCH v2 1/2] mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
` [PATCH v2 2/2] mm: validate device_hotplug is held for memory hotplug

[PATCH] x86: kernel: fix unused variable warning in vm86_32.c
 2017-02-17  1:32 UTC 

[PATCH v3 net-next 08/14] mlx4: use order-0 pages for RX
 2017-02-16 21:06 UTC  (14+ messages)

[PATCH] mm/maccess.c: Fix up kernel doc notation
 2017-02-16 19:32 UTC 

[PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
 2017-02-16 16:27 UTC  (3+ 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).