linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 15:24:21 to 2019-10-16 23:46:17 UTC [more...]

[PATCH v10 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared
 2019-10-16 23:46 UTC  (3+ messages)

[PATCH] mm: trivial mark_page_accessed() cleanup
 2019-10-16 22:53 UTC 

[PATCH 0/4] [RFC] Migrate Pages in lieu of discard
 2019-10-16 22:11 UTC  (5+ messages)
` [PATCH 1/4] node: Define and export memory migration path
` [PATCH 2/4] mm/migrate: Defer allocating new page until needed
` [PATCH 3/4] mm/vmscan: Attempt to migrate page in lieu of discard
` [PATCH 4/4] mm/vmscan: Consider anonymous pages without swap

[RFC] Memory Tiering
 2019-10-16 20:05 UTC 

[bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]
 2019-10-16 20:03 UTC  (4+ messages)

[RFC PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-16 20:02 UTC  (5+ messages)

[PATCH v7 00/25] arm64: MMU enabled kexec relocation
 2019-10-16 20:00 UTC  (26+ messages)
` [PATCH v7 01/25] kexec: quiet down kexec reboot
` [PATCH v7 02/25] kexec: add machine_kexec_post_load()
` [PATCH v7 03/25] arm64: kexec: remove unnecessary debug prints
` [PATCH v7 04/25] arm64: kexec: make dtb_mem always enabled
` [PATCH v7 05/25] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v7 06/25] arm64: hibernate: use get_safe_page directly
` [PATCH v7 07/25] arm64: hibernate: remove gotos as they are not needed
` [PATCH v7 08/25] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v7 09/25] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v7 10/25] arm64: hibernate: add trans_pgd public functions
` [PATCH v7 11/25] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v7 12/25] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v7 13/25] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v7 14/25] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v7 15/25] arm64: kexec: move relocation function setup
` [PATCH v7 16/25] arm64: kexec: call kexec_image_info only once
` [PATCH v7 17/25] arm64: kexec: cpu_soft_restart change argument types
` [PATCH v7 18/25] arm64: kexec: arm64_relocate_new_kernel clean-ups
` [PATCH v7 19/25] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v7 20/25] arm64: kexec: add expandable argument to relocation function
` [PATCH v7 21/25] arm64: kexec: offset for "
` [PATCH v7 22/25] arm64: kexec: kexec EL2 vectors
` [PATCH v7 23/25] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v7 24/25] arm64: kexec: enable MMU during kexec relocation
` [PATCH v7 25/25] arm64: kexec: remove head from relocation argument

remap_pfn_range addr page alignment
 2019-10-16 19:57 UTC 

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-16 19:34 UTC  (21+ messages)
` [PATCH 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH 8/8] x86, kcsan: Enable KCSAN for x86

[PATCH v3 1/3] kasan: Archs don't check memmove if not support it
 2019-10-16 19:23 UTC 

[PATCH V2] mm/page_alloc: Add alloc_contig_pages()
 2019-10-16 16:48 UTC  (9+ messages)

[PATCH] hugetlb: Fix clang compilation warning
 2019-10-16 16:41 UTC  (3+ messages)

[PATCH v3 0/5] elide extraneous generated code for folded p4d/pud/pmd
 2019-10-16 16:24 UTC  (6+ messages)
` [PATCH v3 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v3 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v3 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v3 5/5] asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED

[PATCH 0/4] Fixes for THP in page cache
 2019-10-16 16:10 UTC  (7+ messages)
` [PATCH 1/4] proc/meminfo: fix output alignment
` [PATCH 2/4] mm/thp: fix node page state in split_huge_page_to_list()
` [PATCH 3/4] mm/thp: allow drop THP from page cache
` [PATCH 4/4] uprobe: only do FOLL_SPLIT_PMD for uprobe register

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-16 16:04 UTC  (19+ messages)
` [PATCH hmm 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH hmm 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH hmm 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH hmm 05/15] RDMA/odp: Use mmu_range_notifier_insert()
` [PATCH hmm 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH hmm 07/15] drm/radeon: use mmu_range_notifier_insert
` [PATCH hmm 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH hmm 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH hmm 10/15] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH hmm 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
` [PATCH hmm 13/15] drm/amdgpu: Use mmu_range_insert "
` [PATCH hmm 14/15] drm/amdgpu: Use mmu_range_notifier "
` [PATCH hmm 15/15] mm/hmm: remove hmm_mirror and related

[PATCH 25/34] mm: Use CONFIG_PREEMPTION
 2019-10-16 14:38 UTC  (2+ messages)

[PATCH v12 0/4] fix double page fault in cow_user_page for pfn mapping
 2019-10-16 14:32 UTC  (3+ messages)

[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
 2019-10-16 14:16 UTC  (19+ messages)
` [PATCH RFC v3 4/9] mm: Export alloc_contig_range() / free_contig_range()
` [PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
` [PATCH RFC v3 8/9] mm/memory_hotplug: Introduce offline_and_remove_memory()

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-16 14:01 UTC  (3+ messages)
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-16 13:22 UTC  (6+ messages)
` [PATCH v8 1/5] "

[PATCH] mm/page_alloc: Make alloc_gigantic_page() available for general use
 2019-10-16 11:49 UTC  (12+ messages)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-16 11:07 UTC  (6+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "
` [PATCH v3 3/3] mm/vmalloc: add more comments to the adjust_va_to_fit_type()

[PATCH v2 0/5] eldie generated code for folded p4d/pud
 2019-10-16 10:35 UTC  (11+ messages)
` [PATCH v2 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v2 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v2 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v2 5/5] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-16 10:11 UTC  (3+ messages)

[PATCH V6 0/2] mm/debug: Add tests validating architecture page table helpers
 2019-10-16  9:54 UTC  (9+ messages)
` [PATCH V6 2/2] "

[PATCH] mm: huge_pte_offset() returns pte_t *, not integer
 2019-10-16  9:51 UTC 

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-16  9:18 UTC  (4+ messages)

[PATCH] mm: include <linux/mman.h> for vm_committed_as_batch
 2019-10-16  9:15 UTC 

[PATCH] mm: Unsigned 'nr_pages' always larger than zero
 2019-10-16  9:07 UTC  (5+ messages)

[PATCH v1] drivers/base/memory.c: Drop the mem_sysfs_mutex
 2019-10-16  9:06 UTC  (2+ messages)

[PATCH] mm, soft-offline: convert parameter to pfn
 2019-10-16  8:57 UTC  (6+ messages)

+ mm-hugetlb-make-alloc_gigantic_page-available-for-general-use.patch added to -mm tree
 2019-10-16  8:55 UTC  (5+ messages)

[PATCH] mm/memcontrol: update lruvec counters in mem_cgroup_move_account
 2019-10-16  8:25 UTC  (11+ messages)

+ mm-mmapc-use-is_err_value-to-check-return-value-of-get_unmapped_area.patch added to -mm tree
 2019-10-16  8:10 UTC 

memcgroup lruvec_lru_size scaling issue
 2019-10-16  7:25 UTC  (11+ messages)

[PATCH v5 0/8] Emulated coherent graphics memory take 2
 2019-10-16  6:42 UTC  (6+ messages)
` [PATCH v5 4/8] mm: Add write-protect and clean utilities for address space ranges

[PATCH v2] mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area
 2019-10-16  5:50 UTC  (3+ messages)

[RFC] writeback: add elastic bdi in cgwb bdp
 2019-10-16  2:26 UTC  (2+ messages)

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-16  0:48 UTC  (9+ messages)

[PATCH] tools/cgroup: add slabinfo.py tool
 2019-10-16  0:15 UTC 

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-15 23:37 UTC  (3+ messages)

[PATCH v2 0/3] HMM tests and minor fixes
 2019-10-15 20:48 UTC  (4+ messages)
` [PATCH v2 1/3] mm/hmm: make full use of walk_page_range()
` [PATCH v2 2/3] mm/hmm: allow snapshot of the special zero page
` [PATCH v2 3/3] mm/hmm/test: add self tests for HMM

[PATCH] mm, swap: disallow swapon() on zoned block devices
 2019-10-15 20:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-10-15 20:00 UTC  (4+ messages)

[PATCH v1] hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
 2019-10-15 18:34 UTC  (2+ messages)

[PATCH RT] Revert "ARM: Initialize split page table locks for vector page"
 2019-10-15 16:40 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).