linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 23:09:28 to 2021-01-12 17:04:56 UTC [more...]

[patch 0/4] mm/highmem: Fix fallout from generic kmap_local conversions
 2021-01-12 17:01 UTC  (3+ messages)
` [patch 1/4] sparc/mm/highmem: Flush cache and TLB
` [patch 4/4] powerpc/mm/highmem: Use __set_pte_at() for kmap_local()

[PATCH] mm: memcontrol: prevent starvation when writing memory.high
 2021-01-12 17:03 UTC  (2+ messages)

[PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
 2021-01-12 17:00 UTC  (4+ messages)

[PATCH v2 00/70] RFC mm: Introducing the Maple Tree
 2021-01-12 16:12 UTC  (71+ messages)
` [PATCH v2 01/70] radix tree test suite: Enhancements for "
` [PATCH v2 02/70] radix tree test suite: Add support for fallthrough attribute
` [PATCH v2 03/70] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH v2 04/70] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH v2 05/70] Maple Tree: Add new data structure
` [PATCH v2 06/70] mm: Start tracking VMAs with maple tree
` [PATCH v2 07/70] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH v2 08/70] mm/mmap: Change find_vma() to use the maple tree
` [PATCH v2 09/70] mm/mmap: Change find_vma_prev() to use "
` [PATCH v2 10/70] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH v2 11/70] kernel/fork: Convert dup_mmap "
` [PATCH v2 12/70] mm: Remove rb tree
` [PATCH v2 13/70] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH v2 14/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v2 15/70] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH v2 16/70] mm: Move find_vma_intersection to mmap.c and change implementation to maple tree
` [PATCH v2 17/70] mm/mmap: Change mmap_region to use maple tree state
` [PATCH v2 18/70] mm/mmap: Drop munmap_vma_range()
` [PATCH v2 19/70] mm: Remove vmacache
` [PATCH v2 20/70] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH v2 21/70] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v2 22/70] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH v2 23/70] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH v2 24/70] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH v2 25/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v2 26/70] mmap: make remove_vma_list() inline
` [PATCH v2 27/70] mm: Introduce vma_next() and vma_prev()
` [PATCH v2 28/70] arch/arm64: Remove mmap linked list from vdso
` [PATCH v2 29/70] arch/parsic: Remove mmap linked list from kernel/cache
` [PATCH v2 30/70] arch/powerpc: Remove mmap linked list from mm/book2s32/tlb
` [PATCH v2 31/70] arch/powerpc: Remove mmap linked list from mm/book2s32/subpage_prot
` [PATCH v2 32/70] arch/powerpc: Optimize cell spu task sync
` [PATCH v2 33/70] arch/s390: Use maple tree iterators instead of linked list
` [PATCH v2 34/70] arch/um: "
` [PATCH v2 35/70] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v2 36/70] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH v2 37/70] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH v2 38/70] drivers/oprofile: Lookup address in tree instead of linked list
` [PATCH v2 39/70] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v2 40/70] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH v2 41/70] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH v2 42/70] fs/exec: Use vma_next() instead "
` [PATCH v2 43/70] fs/proc/base: Use maple tree iterators in place "
` [PATCH v2 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v2 45/70] fs/userfaultfd: Stop using vma linked list
` [PATCH v2 46/70] ipc/shm: Stop using the "
` [PATCH v2 47/70] kernel/acct: Use maple tree iterators instead of "
` [PATCH v2 48/70] kernel/events/core: "
` [PATCH v2 49/70] kernel/events/uprobes: "
` [PATCH v2 50/70] kernel/sched/fair: "
` [PATCH v2 51/70] kernel/sys: "
` [PATCH v2 52/70] mm/gup: Use maple tree navigation "
` [PATCH v2 53/70] mm/huge_memory: Use vma_next() instead of vma "
` [PATCH v2 54/70] mm/khugepaged: Use maple tree iterators "
` [PATCH v2 55/70] mm/ksm: "
` [PATCH v2 56/70] mm/madvise: Use vma_next "
` [PATCH v2 57/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v2 58/70] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v2 59/70] mm/mlock: "
` [PATCH v2 60/70] mm/mprotect: Use maple tree navigation "
` [PATCH v2 61/70] mm/mremap: Use vma_next() "
` [PATCH v2 62/70] mm/msync: "
` [PATCH v2 63/70] mm/nommu: Use maple tree iterators "
` [PATCH v2 64/70] mm/oom_kill: "
` [PATCH v2 65/70] mm/pagewalk: Use vma_next() "
` [PATCH v2 66/70] mm/swapfile: Use maple tree iterator "
` [PATCH v2 67/70] mm/nommu: Stop inserting into the "
` [PATCH v2 68/70] mm/util: Remove __vma_link_list() and __vma_unlink_list()
` [PATCH v2 69/70] mm: Remove vma linked list
` [PATCH v2 70/70] mm/mmap: Convert __insert_vm_struct to use mas, convert vma_link to use vma_mas_link()

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-12 16:57 UTC  (16+ messages)

SLUB: percpu partial object count is highly inaccurate, causing some memory wastage and maybe also worse tail latencies?
 2021-01-12 16:35 UTC  (3+ messages)

mm: Question about the race condition of pages in buddy during isolating pages
 2021-01-12 15:21 UTC  (3+ messages)

[PATCH v3 0/6] Fix some bugs about HugeTLB code
 2021-01-12 15:05 UTC  (35+ messages)
` [PATCH v3 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
    ` [External] "
` [PATCH v3 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH v3 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
    ` [External] "
` [PATCH v3 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
      ` [External] "

[PATCH v2] fs/buffer.c: Revoke LRU when trying to drop buffers
 2021-01-12 15:07 UTC  (2+ messages)
` [fs/buffer.c] 6bb5a3cec4: WARNING:suspicious_RCU_usage

[PATCH 00/11] kasan: HW_TAGS tests support and fixes
 2021-01-12 14:34 UTC  (30+ messages)
` [PATCH 01/11] kasan: prefix exported functions with kasan_
` [PATCH 02/11] kasan: clarify HW_TAGS impact on TBI
` [PATCH 03/11] kasan: clean up comments in tests
` [PATCH 04/11] kasan: add match-all tag tests
` [PATCH 06/11] kasan: rename CONFIG_TEST_KASAN_MODULE
` [PATCH 07/11] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
` [PATCH 08/11] kasan: adopt kmalloc_uaf2 test to HW_TAGS mode
` [PATCH 09/11] kasan: fix memory corruption in kasan_bitops_tags test
` [PATCH 10/11] kasan: fix bug detection via ksize for HW_TAGS mode
` [PATCH 11/11] kasan: add proper page allocator tests

[torture] 6e9c2c547d: WARNING:at_kernel/sched/core.c:#__set_cpus_allowed_ptr
 2021-01-12 13:59 UTC 

[PATCH 0/5] Allocate memmap from hotadded memory (per device)
 2021-01-12 13:31 UTC  (10+ messages)
` [PATCH 1/5] mm: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH 4/5] powerpc/memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-12 13:28 UTC  (3+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-12 12:45 UTC  (7+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 08/10] md: Implement ->corrupted_range()

[PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
 2021-01-12 12:38 UTC  (4+ messages)

[PATCH] mm: slub: Convert sys slab alloc_calls, free_calls to bin attribute
 2021-01-12 12:22 UTC  (2+ messages)

kernelci/staging-next bisection: sleep.login on rk3288-rock2-square #2286-staging
 2021-01-12 12:06 UTC  (9+ messages)

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-12 11:33 UTC  (4+ messages)
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "

[PATCH v2 0/5] mm: Fix pfn_to_online_page() with respect to ZONE_DEVICE
 2021-01-12 11:00 UTC  (14+ messages)
` [PATCH v2 1/5] mm: Move pfn_to_online_page() out of line
` [PATCH v2 2/5] mm: Teach pfn_to_online_page() to consider subsection validity
` [PATCH v2 3/5] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
` [PATCH v2 4/5] mm: Fix page reference leak in soft_offline_page()
` [PATCH v2 5/5] libnvdimm/namespace: Fix visibility of namespace resource attribute

[PATCH 11/22] mm, compaction: Use free lists to quickly locate a migration target
 2021-01-12 10:48 UTC  (6+ messages)
` [PATCH] mm, compaction: make sure we isolate a valid freepage when high_pfn is used
    ` [PATCH] mm, compaction: move high_pfn to the for loop scope

kernel BUG at mm/page-writeback.c:LINE!
 2021-01-12 10:44 UTC  (8+ messages)

[RFC PATCH 0/3] create hugetlb flags to consolidate state
 2021-01-12 10:41 UTC  (6+ messages)
` [RFC PATCH 1/3] hugetlb: use page.private for hugetlb specific page flags
  ` [External] "
` [RFC PATCH 2/3] hugetlb: convert page_huge_active() to HPageMigratable flag
  ` [External] "

[PATCH V2 0/3] mm/hotplug: Pre-validate the address range with platform
 2021-01-12 10:09 UTC  (9+ messages)
` [PATCH V2 1/3] mm/hotplug: Prevalidate the address range being added "
` [PATCH RFC] virtio-mem: check against memhp_get_pluggable_range() which memory we can hotplug

mmotm 2021-01-12-01-57 uploaded
 2021-01-12  9:58 UTC 

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-12  9:44 UTC  (10+ messages)

[PATCH v3] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-12  9:10 UTC 

[PATCH] arm/kasan:fix the arry size of kasan_early_shadow_pte
 2021-01-12  9:05 UTC  (6+ messages)
  `  "
    `  "

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-12  7:46 UTC  (3+ messages)

[PATCH] mm: vmscan: support equal reclaim for anon and file pages
 2021-01-12  7:03 UTC  (2+ messages)

[PATCH -V8 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-12  6:13 UTC  (3+ messages)
` [PATCH -V8 1/3] "

[PATCH v3 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-12  5:25 UTC  (3+ messages)

[PATCH] mm: thp: introduce NR_PARTIAL_THPS
 2021-01-12  2:12 UTC 

[RFC PATCH 0/2] userfaultfd: handle minor faults, add UFFDIO_CONTINUE
 2021-01-12  1:49 UTC  (5+ 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).