linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 17:44:24 to 2021-01-12 16:15:45 UTC [more...]

[PATCH v2 00/70] RFC mm: Introducing the Maple Tree
 2021-01-12 16:12 UTC  (26+ 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 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 10/70] mm/mmap: Change unmapped_area and unmapped_area_topdown to use maple tree
` [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 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 23/70] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH v2 25/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v2 27/70] mm: Introduce vma_next() and vma_prev()
` [PATCH v2 29/70] arch/parsic: Remove mmap linked list from kernel/cache
` [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 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] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-12 15:47 UTC  (13+ 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  (36+ 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 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-12 12:38 UTC  (7+ messages)
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions

[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  (7+ 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] "
` [RFC PATCH 3/3] hugetlb: convert PageHugeTemporary() to HPageTempSurplus

[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  (4+ messages)

[PATCH] mm: vmscan: support equal reclaim for anon and file pages
 2021-01-12  7:03 UTC  (3+ 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  (5+ messages)
` [PATCH v3 1/2] x86/setup: don't remove E820_TYPE_RAM for pfn 0
` [PATCH v3 2/2] mm: fix initialization of struct page for holes in memory layout

[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  (9+ messages)
` [RFC PATCH 1/2] userfaultfd: add minor fault registration mode

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

[linux-next:master] BUILD REGRESSION ef8b014ee4a1ccd9e751732690a8c7cdeed945e7
 2021-01-11 22:54 UTC 

[linux-next:master 1498/2759] drivers/gpu/drm/radeon/radeon_uvd.c:794:16: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-01-11 22:33 UTC 

[PATCH 0/1] mm: restore full accuracy in COW page reuse
 2021-01-11 22:18 UTC  (9+ messages)

[PATCH 0/2] Fix infinite machine check loop in futex_wait_setup()
 2021-01-11 22:20 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
  ` [PATCH v2 2/3] x86/mce: Add new return value to get_user() for machine check
  ` [PATCH v2 3/3] futex, x86/mce: Avoid double machine checks

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-11 21:57 UTC  (32+ messages)
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 05/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v3 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v3 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline

[PATCH mm 1/2] kfence: add option to use KFENCE without static keys
 2021-01-11 21:15 UTC  (4+ messages)
` [PATCH mm 2/2] kfence: show access type in report

[PATCH v2 0/3] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-11 21:03 UTC  (6+ messages)

brk1 tests the wrong thing
 2021-01-11 20:17 UTC  (3+ messages)

[linux-stable-rc:linux-4.19.y 1441/2773] drivers/base/node.c:429:5: warning: no previous prototype for function 'register_mem_block_under_node_early'
 2021-01-11 20:03 UTC  (3+ messages)

[PATCH v3] kasan: remove redundant config option
 2021-01-11 19:30 UTC  (7+ messages)

[RFC 0/3] mm, slab, slub: remove cpu and memory hotplug locks
 2021-01-11 17:55 UTC  (3+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-11 17:47 UTC  (10+ messages)
` [PATCH v2 2/2] "


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).