messages from 2017-02-15 10:36:20 to 2017-02-17 15:06:17 UTC [more...]
[RFC PATCH 00/14] Accelerating page migrations
2017-02-17 15:05 UTC (14+ 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 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
[PATCHv3 00/33] 5-level paging
2017-02-17 14:13 UTC (34+ 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
[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 (12+ 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
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 (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)
[PATCH v2 00/10] try to reduce fragmenting fallbacks
2017-02-16 15:12 UTC (12+ messages)
` [PATCH v2 04/10] mm, page_alloc: count movable pages when stealing from pageblock
` [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 (13+ messages)
` [PATCH 1/3] mm, vmscan: fix zone balance check in prepare_kswapd_sleep
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).