linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 20:54:05 to 2018-09-26 14:17:13 UTC [more...]

[PATCH 0/2] thp nodereclaim fixes
 2018-09-26 14:17 UTC  (9+ messages)
` [PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
` [PATCH 2/2] mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask
` linux-mm@ archive on lore.kernel.org (Was: [PATCH 0/2] thp nodereclaim fixes)

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-26 13:43 UTC  (22+ messages)
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 29/30] mm: remove include/linux/bootmem.h

[PATCH 00/18] my generic mmu_gather patches
 2018-09-26 13:11 UTC  (24+ messages)
` [PATCH 01/18] asm-generic/tlb: Provide a comment
` [PATCH 02/18] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH 03/18] x86/mm: Page size aware flush_tlb_mm_range()
` [PATCH 04/18] asm-generic/tlb: Provide generic VIPT cache flush
` [PATCH 05/18] asm-generic/tlb: Provide generic tlb_flush
` [PATCH 06/18] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [PATCH 07/18] asm-generic/tlb: Invert HAVE_RCU_TABLE_INVALIDATE
` [PATCH 08/18] arm/tlb: Convert to generic mmu_gather
` [PATCH 09/18] ia64/tlb: Conver "
` [PATCH 10/18] sh/tlb: Convert SH "
` [PATCH 11/18] um/tlb: Convert "
` [PATCH 12/18] arch/tlb: Clean up simple architectures
` [PATCH 13/18] asm-generic/tlb: Introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH 14/18] s390/tlb: convert to generic mmu_gather
` [PATCH 15/18] asm-generic/tlb: Remove arch_tlb*_mmu()
` [PATCH 16/18] asm-generic/tlb: Remove HAVE_GENERIC_MMU_GATHER
` [PATCH 17/18] asm-generic/tlb: Remove tlb_flush_mmu_free()
` [PATCH 18/18] asm-generic/tlb: Remove tlb_table_flush()

[PATCH -V5 RESEND 00/21] swap: Swapout/swapin THP in one piece
 2018-09-26 12:55 UTC  (24+ messages)
` [PATCH -V5 RESEND 01/21] swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -V5 RESEND 02/21] swap: Add __swap_duplicate_locked()
` [PATCH -V5 RESEND 03/21] swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -V5 RESEND 04/21] swap: Support PMD swap mapping in put_swap_page()
` [PATCH -V5 RESEND 05/21] swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -V5 RESEND 06/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V5 RESEND 07/21] swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -V5 RESEND 08/21] swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -V5 RESEND 09/21] swap: Swapin a THP in one piece
` [PATCH -V5 RESEND 10/21] swap: Support to count THP swapin and its fallback
` [PATCH -V5 RESEND 11/21] swap: Add sysfs interface to configure THP swapin
` [PATCH -V5 RESEND 12/21] swap: Support PMD swap mapping in swapoff
` [PATCH -V5 RESEND 13/21] swap: Support PMD swap mapping in madvise_free()
` [PATCH -V5 RESEND 14/21] swap: Support to move swap account for PMD swap mapping
` [PATCH -V5 RESEND 15/21] swap: Support to copy PMD swap mapping when fork()
` [PATCH -V5 RESEND 16/21] swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -V5 RESEND 17/21] swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -V5 RESEND 18/21] swap: Support PMD swap mapping in mincore()
` [PATCH -V5 RESEND 19/21] swap: Support PMD swap mapping in common path
` [PATCH -V5 RESEND 20/21] swap: create PMD swap mapping when unmap the THP
` [PATCH -V5 RESEND 21/21] swap: Update help of CONFIG_THP_SWAP

[PATCH V2] mm: Recheck page table entry with page table lock held
 2018-09-26 12:40 UTC  (2+ messages)

[v11 PATCH 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-09-26 12:35 UTC  (8+ messages)
` [v11 PATCH 1/3] mm: mmap: zap pages with read mmap_sem in munmap
` [v11 PATCH 2/3] mm: unmap VM_HUGETLB mappings with optimized path
` [v11 PATCH 3/3] mm: unmap VM_PFNMAP "

[PATCH] csky: fixups after bootmem removal
 2018-09-26 11:27 UTC 

[PATCH v2] memory_hotplug: Free pages as higher order
 2018-09-26 10:57 UTC  (4+ messages)

[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-26 10:09 UTC  (9+ messages)
` [PATCH v2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v2 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
` [PATCH v2 6/6] memory-hotplug.txt: Add some details about locking internals

zswap: use PAGE_SIZE * 2 for compression dst buffer size when calling crypto compression API
 2018-09-26  9:00 UTC  (8+ messages)

[patch] mm, thp: always specify ineligible vmas as nh in smaps
 2018-09-26  8:40 UTC  (17+ messages)
    ` [patch v2] "
              ` [patch v3] mm, thp: always specify disabled "

[PATCH RESEND] mm: don't raise MEMCG_OOM event due to failed high-order allocation
 2018-09-26  8:24 UTC  (5+ messages)

[PATCH 1/2 -mm] mm: mremap: dwongrade mmap_sem to read when shrinking
 2018-09-26  8:17 UTC  (4+ messages)
` [PATCH 2/2 -mm] mm: brk: "

[PATCH v5 0/4] Address issues slowing persistent memory initialization
 2018-09-26  7:55 UTC  (12+ messages)
` [PATCH v5 1/4] mm: Remove now defunct NO_BOOTMEM from depends list for deferred init
` [PATCH v5 2/4] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH v5 3/4] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap

[PATCH] mm/slub: disallow obj's allocation on page with mismatched pfmemalloc purpose
 2018-09-26  6:52 UTC 

[PATCH] mm/slub: remove useless condition in deactivate_slab
 2018-09-26  5:57 UTC 

[BUG] mm: direct I/O (using GUP) can write to COW anonymous pages
 2018-09-26  5:00 UTC  (5+ messages)

[RFC][PATCH 0/8] drop the mmap_sem when doing IO in the fault path
 2018-09-26  1:33 UTC  (12+ messages)
` [PATCH 1/8] mm: push vm_fault into the page fault handlers
` [PATCH 2/8] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/8] mm: clean up swapcache lookup and creation function names
` [PATCH 4/8] mm: drop mmap_sem for swap read IO submission
` [PATCH 5/8] mm: drop the mmap_sem in all read fault cases
` [PATCH 6/8] mm: keep the page we read for the next loop
` [PATCH 7/8] mm: add a flag to indicate we used a cached page
` [PATCH 8/8] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-25 22:05 UTC  (8+ messages)

[PATCH] mm: Disable movable allocation for TRANSHUGE pages
 2018-09-25 21:11 UTC  (5+ messages)

block: DMA alignment of IO buffer allocated from slab
 2018-09-25 21:04 UTC  (32+ messages)

[PATCH v2 00/20] vmw_balloon: compaction, shrinker, 64-bit, etc
 2018-09-25 19:55 UTC  (3+ messages)

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-25 17:23 UTC  (9+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states

[PATCH] mm/hugetlb: Add mmap() encodings for 32MB and 512MB page sizes
 2018-09-25 16:39 UTC  (4+ messages)
` [PATCH V2] "

[PATCH v4 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-25 16:02 UTC  (8+ messages)
` [PATCH v4 1/4] devres: constify p in devm_kfree()
` [PATCH v4 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v4 3/4] devres: provide devm_kstrdup_const()
` [PATCH v4 4/4] mailbox: tegra-hsp: use devm_kstrdup_const()

[PATCH v2 0/3] mm: Fix for movable_node boot option
 2018-09-25 15:35 UTC  (4+ messages)
` [PATCH v2 1/3] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
` [PATCH v2 2/3] mm: zero remaining unavailable struct pages
` [PATCH v2 3/3] mm: return zero_resv_unavail optimization

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-25 14:12 UTC  (7+ messages)

WARNING: kmalloc bug in input_mt_init_slots
 2018-09-25 14:04 UTC  (7+ messages)

[PATCH v6 00/18] APEI in_nmi() rework
 2018-09-25 12:45 UTC  (2+ messages)

[PATCH] mm: fix COW faults after mlock()
 2018-09-25 10:48 UTC  (4+ messages)

[PATCH v6 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-09-25  6:15 UTC  (8+ messages)
` [PATCH v6 1/7] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v6 2/7] mm, devm_memremap_pages: Kill mapping "System RAM" support
` [PATCH v6 3/7] mm, devm_memremap_pages: Fix shutdown handling
` [PATCH v6 4/7] mm, devm_memremap_pages: Add MEMORY_DEVICE_PRIVATE support
` [PATCH v6 5/7] mm, hmm: Use devm semantics for hmm_devmem_{add, remove}
` [PATCH v6 6/7] mm, hmm: Replace hmm_devmem_pages_create() with devm_memremap_pages()
` [PATCH v6 7/7] mm, hmm: Mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL

[PATCH v2 1/2] mm/page_alloc: Fix panic caused by passing debug_guardpage_minorder or kernelcore to command line
 2018-09-25  5:59 UTC  (4+ messages)

[RFC PATCH 0/9] Improve zone lock scalability using Daniel Jordan's list work
 2018-09-25  2:37 UTC  (3+ messages)

[PATCH] mm: remove unnecessary local variable addr in __get_user_pages_fast()
 2018-09-25  2:14 UTC 

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-25  1:26 UTC  (5+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "

x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
 2018-09-24 21:47 UTC  (5+ messages)

[PATCH v6 0/4] KASLR feature to randomize each loadable module
 2018-09-24 21:29 UTC  (7+ messages)
` [PATCH v6 2/4] x86/modules: Increase randomization for modules

Question about a pte with PTE_PROT_NONE and !PTE_VALID on !PROT_NONE vma
 2018-09-24 21:08 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).