linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 10:12:04 to 2018-09-26 00:55:56 UTC [more...]

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

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

[RFC][PATCH 0/8] drop the mmap_sem when doing IO in the fault path
 2018-09-26  0:24 UTC  (11+ 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 v5 0/4] Address issues slowing persistent memory initialization
 2018-09-25 22:27 UTC  (10+ 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 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  (33+ messages)

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

[PATCH -V5 RESEND 00/21] swap: Swapout/swapin THP in one piece
 2018-09-25 19:19 UTC  (23+ 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 RESEND] mm: don't raise MEMCG_OOM event due to failed high-order allocation
 2018-09-25 18:58 UTC  (3+ messages)

[PATCH v2] memory_hotplug: Free pages as higher order
 2018-09-25 18:18 UTC  (3+ messages)

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-25 17:23 UTC  (11+ 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  (5+ 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 0/2] thp nodereclaim fixes
 2018-09-25 12:30 UTC  (5+ 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

[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-25 12:15 UTC  (8+ 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

[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  (6+ messages)
` [PATCH v2 2/2] mm/page_alloc: Add KBUILD_MODNAME

[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  (11+ messages)
` [PATCH v6 2/4] x86/modules: Increase randomization for modules
` [PATCH v6 3/4] vmalloc: Add debugfs modfraginfo

Question about a pte with PTE_PROT_NONE and !PTE_VALID on !PROT_NONE vma
 2018-09-24 21:08 UTC  (3+ messages)

[PATCH V2 0/6] VA to numa node information
 2018-09-24 17:14 UTC  (6+ messages)

[PATCH] mm/migrate: Split only transparent huge pages when allocation fails
 2018-09-24 16:52 UTC  (4+ messages)

[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-09-24 15:57 UTC  (3+ messages)
` [PATCH v5 07/11] filesystem-dax: Introduce dax_lock_mapping_entry()

Warning after memory hotplug then online
 2018-09-24 15:32 UTC  (5+ messages)

[PATCH v9 00/20] kasan: add software tag-based mode for arm64
 2018-09-24 15:14 UTC  (4+ messages)
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-24 15:04 UTC  (9+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

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

[PATCH 4.18 096/235] x86/mm/pti: Add an overflow check to pti_clone_pmds()
 2018-09-24 11:51 UTC 

[PATCH 4.14 073/173] x86/mm/pti: Add an overflow check to pti_clone_pmds()
 2018-09-24 11:51 UTC 

[PATCH v3 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-24 12:11 UTC  (12+ messages)
` [PATCH v3 1/4] devres: constify p in devm_kfree()
` [PATCH v3 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v3 3/4] devres: provide devm_kstrdup_const()
` [PATCH v3 4/4] clk: pmc-atom: use devm_kstrdup_const()

[PATCH 3.18 050/105] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-24 11:33 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).