linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-14 17:37:21 to 2017-02-17 14:13:50 UTC [more...]

[PATCHv3 00/33] 5-level paging
 2017-02-17 14:12 UTC  (2+ messages)
` [PATCHv3 02/33] asm-generic: introduce 5level-fixup.h

[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  (11+ messages)
` [PATCH V3 1/4] mm: Define coherent device memory (CDM) node
` [PATCH V3 2/4] mm: Enable HugeTLB allocation isolation for CDM nodes
` [PATCH V3 3/4] mm: Add new parameter to get_page_from_freelist() function
` [PATCH V3 4/4] mm: Enable Buddy allocation isolation for CDM nodes

[PATCH 0/8] ARM: sun8i: a33: Mali improvements
 2017-02-17 13:20 UTC  (5+ messages)

Query on per app memory cgroup
 2017-02-17 13:17 UTC  (2+ messages)

[PATCH 0/6] Enable parallel page migration
 2017-02-17 12:27 UTC  (8+ 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 v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-17 12:00 UTC  (37+ 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 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 12/28] efi: Add an EFI table address match function
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [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

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

[Bug 192981] New: page allocation stalls
 2017-02-17 11:11 UTC  (9+ messages)

[PATCH V3 0/7] mm: fix some MADV_FREE issues
 2017-02-17  9:27 UTC  (16+ 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 V3 5/7] mm: add vmstat account for MADV_FREE pages
` [PATCH V3 6/7] proc: show MADV_FREE pages info in smaps
` [PATCH V3 7/7] mm: add a separate RSS for MADV_FREE pages

swap_cluster_info lockdep splat
 2017-02-17  7:32 UTC  (11+ 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] userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings
 2017-02-17  0:18 UTC  (3+ messages)

[PATCH v3 net-next 08/14] mlx4: use order-0 pages for RX
 2017-02-16 21:06 UTC  (24+ 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)

[PATCH v2 00/10] try to reduce fragmenting fallbacks
 2017-02-16 15:12 UTC  (19+ messages)
` [PATCH v2 04/10] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v2 05/10] mm, compaction: change migrate_async_suitable() to suitable_migration_source()
` [PATCH v2 06/10] mm, compaction: add migratetype to compact_control
` [PATCH v2 07/10] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v2 08/10] mm, compaction: finish whole pageblock to reduce fragmentation

[PATCH 0/4] zswap: Optimize compressed pool memory utilization
 2017-02-16 13:05 UTC 

[PATCH 0/3] Reduce amount of time kswapd sleeps prematurely
 2017-02-16  9:32 UTC  (14+ messages)
` [PATCH 1/3] mm, vmscan: fix zone balance check in prepare_kswapd_sleep
` [PATCH 2/3] mm, vmscan: Only clear pgdat congested/dirty/writeback state when balanced
` [PATCH 3/3] mm, vmscan: Prevent kswapd sleeping prematurely due to mismatched classzone_idx

[PATCH 1/2] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
 2017-02-16  2:12 UTC  (4+ messages)
` [PATCH 2/2] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH] mm: free reserved area's memmap if possiable
 2017-02-16  1:11 UTC  (6+ messages)

[PATCH 0/8] ARM: sun8i: a33: Mali improvements
 2017-02-15 23:42 UTC  (7+ messages)
` [PATCH 2/8] dt-bindings: gpu: mali: Add optional memory-region
` [PATCH 6/8] dt-bindings: gpu: mali: Add optional OPPs
` [PATCH 8/8] ARM: sun8i: a33: Add the Mali OPPs

[PATCH] mm: testcases for RODATA: fix config dependency
 2017-02-15 22:12 UTC  (4+ messages)

[RFC PATCH v1 0/1] mm: zswap - crypto acomp/scomp support
 2017-02-15 22:12 UTC  (5+ messages)
` [RFC PATCH v1 1/1] mm: zswap - Add crypto acomp/scomp framework support

[RFC 0/3] Regressions due to 7b79d10a2d64 ("mm: convert kmalloc_section_memmap() to populate_section_memmap()") and Kasan initialization on
 2017-02-15 21:54 UTC  (7+ messages)
` [RFC 1/3] sparse-vmemmap: let vmemmap_populate_basepages() cover the whole range
` [RFC 2/3] sparse-vmemmap: make vmemmap_populate_basepages() skip HP mapped ranges
` [RFC 3/3] sparse-vmemmap: let vmemmap_verify() ignore NUMA_NO_NODE requests

[PATCH 1/3 staging-next] android: Collect statistics from lowmemorykiller
 2017-02-15 14:31 UTC  (7+ messages)

[PATCH] mm/cgroup: avoid panic when init with low memory
 2017-02-15 10:36 UTC 

[PATCHv5 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-02-15  9:34 UTC  (8+ messages)
` [PATCHv5 1/5] x86/mm: introduce arch_rnd() to compute 32/64 mmap rnd
` [PATCHv5 2/5] x86/mm: add task_size parameter to mmap_base()
` [PATCHv5 3/5] x86/mm: introduce mmap_compat_base for 32-bit mmap()
` [PATCHv5 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)
` [PATCHv5 5/5] selftests/x86: add test for 32-bit mmap() return addr

[PATCH] oom_reaper: switch to struct list_head for reap queue
 2017-02-15  9:01 UTC  (6+ messages)

[RFC] mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain
 2017-02-15  7:13 UTC  (2+ messages)

[PATCH V2 0/3] Define coherent device memory node
 2017-02-15  4:27 UTC  (9+ messages)
` [PATCH V2 1/3] mm: Define coherent device memory (CDM) node
` [PATCH V2 3/3] mm: Enable Buddy allocation isolation for CDM nodes

[PATCH V2 0/2] Numabalancing preserve write fix
 2017-02-15  0:45 UTC  (10+ messages)
` [PATCH V2 1/2] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
` [PATCH V2 2/2] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH] mm/autonuma: don't use set_pte_at when updating protnone ptes
 2017-02-15  0:05 UTC  (3+ messages)

[PATCH v3 00/14] mm: page migration enhancement for thp
 2017-02-14 20:13 UTC  (3+ messages)
` [PATCH v3 08/14] mm: thp: enable thp migration in generic path

[PATCH 2/3 staging-next] oom: Add notification for oom_score_adj (fwd)
 2017-02-14 19:43 UTC 


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