linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-14 09:34:05 to 2022-03-16 02:47:09 UTC [more...]

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-03-16  2:46 UTC  (14+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-16  2:26 UTC  (20+ messages)
` [PATCH RFC v5 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v5 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v5 03/21] dept: Embed Dept data in Lockdep
` [PATCH RFC v5 04/21] dept: Apply Dept to spinlock
` [PATCH RFC v5 05/21] dept: Apply Dept to mutex families
` [PATCH RFC v5 06/21] dept: Apply Dept to rwlock
` [PATCH RFC v5 07/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v5 08/21] dept: Apply Dept to seqlock
` [PATCH RFC v5 09/21] dept: Apply Dept to rwsem
` [PATCH RFC v5 10/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v5 11/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v5 12/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v5 13/21] dept: Apply SDT to swait
` [PATCH RFC v5 16/21] dept: Distinguish each syscall context from another
` [PATCH RFC v5 17/21] dept: Distinguish each work "
` [PATCH RFC v5 18/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v5 19/21] dept: Add nocheck version of init_completion()
` [PATCH RFC v5 20/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v5 21/21] dept: Don't create dependencies between different depths in any case

[PATCH] hugetlbfs: fix description about atomic allocation of vmemmap pages when free huge page
 2022-03-16  2:26 UTC  (6+ messages)
    ` 答复: "

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-16  2:07 UTC  (3+ messages)

[PATCH v3] mm/hwpoison: set PageHWPoison after passing prechecks in memory_failure_hugetlb()
 2022-03-16  1:45 UTC 

[PATCH V2,0/2]mm: madvise: return correct bytes processed with process_madvise
 2022-03-16  1:43 UTC  (9+ messages)
` [PATCH V2,1/2] mm: madvise: return correct bytes advised "
` [PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise

[PATCH] mm: add access/dirty bit on numa page fault
 2022-03-16  1:08 UTC 

[PATCH v2] mm/hwpoison: set PageHWPoison after taking page lock in memory_failure_hugetlb()
 2022-03-16  1:00 UTC  (7+ messages)

[PATCH] mm/page_alloc: add zone to zonelist if populated
 2022-03-16  0:40 UTC  (3+ messages)

[PATCH] zram: Add a huge_idle writeback mode
 2022-03-16  0:01 UTC  (2+ messages)

[Patch v2 1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node()
 2022-03-15 23:54 UTC  (12+ messages)
` [Patch v2 2/3] mm/memcg: __mem_cgroup_remove_exceeded could handle a !on-tree mz properly
` [Patch v2 3/3] mm/memcg: add next_mz back to soft limit tree if not reclaimed yet

[linux-next:master 11049/12845] ERROR: modpost: "perf_pmu_unregister" [drivers/nvdimm/libnvdimm.ko] undefined!
 2022-03-15 22:58 UTC 

[PATCH v3 0/2] mm: fix cma allocation fail sometimes
 2022-03-15 22:58 UTC  (4+ messages)
` [PATCH v3 1/2] mm: cma: fix allocation may "
` [PATCH v3 2/2] mm: cma: try next MAX_ORDER_NR_PAGES during retry

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-15 22:41 UTC  (6+ messages)
` [RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions

zram corruption due to uninitialized do_swap_page fault
 2022-03-15 22:09 UTC  (9+ messages)

[PATCH V4 1/2] selftests: vm: bring common functions to a new file
 2022-03-15 20:53 UTC  (3+ messages)
` [PATCH V4 2/2] selftests: vm: Add test for Soft-Dirty PTE bit

[PATCH] mm/migrate: fix race between lock page and clear PG_Isolated
 2022-03-15 20:34 UTC  (6+ messages)

[linux-next:master 12079/12845] drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h:35:6: warning: no previous prototype for 'fimc_isp_video_device_unregister'
 2022-03-15 19:54 UTC 

[linux-next:master 11577/12845] dtbs_check: ERROR: dtschema minimum version is v2022.3
 2022-03-15 19:13 UTC 

writeback completion soft lockup BUG in folio_wake_bit()
 2022-03-15 19:07 UTC 

[PATCH v2] mm/hmm/test: simplify hmm test code: use miscdevice instead of char dev
 2022-03-15 18:39 UTC  (4+ messages)

[PATCH v2] mm/mlock: fix potential imbalanced rlimit ucounts adjustment
 2022-03-15 18:32 UTC  (4+ messages)

[PATCH v2 0/3] A few fixup patches for memory failure
 2022-03-15 18:19 UTC  (14+ messages)
` [PATCH v2 1/3] mm/memory-failure.c: fix race with changing page compound again
` [PATCH v2 2/3] mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages
` [PATCH v2 3/3] mm/memory-failure.c: make non-LRU movable pages unhandlable

[PATCH v1 0/7] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-15 17:14 UTC  (13+ messages)
` [PATCH v1 1/7] mm/swap: remember PG_anon_exclusive via a swp pte bit
` [PATCH v1 2/7] mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v1 3/7] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v1 4/7] arm64/pgtable: "
` [PATCH v1 5/7] s390/pgtable: "
` [PATCH v1 6/7] powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
` [PATCH v1 7/7] powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE "

[PATCH V2 0/4] selftests: Remove duplicate CPUID wrappers
 2022-03-15 16:44 UTC  (5+ messages)
` [PATCH V2 1/4] selftests: Provide local define of __cpuid_count()
` [PATCH V2 2/4] selftests/vm/pkeys: Use provided __cpuid_count() macro
` [PATCH V2 3/4] selftests/x86/amx: "
` [PATCH V2 4/4] selftests/x86/corrupt_xstate_header: "

[RFC PATCH V1 0/3] mm/damon: Add CMA minotor support
 2022-03-15 16:37 UTC  (4+ messages)
` [RFC PATCH V1 1/3] mm/damon: rename damon_evenly_split_region()
` [RFC PATCH V1 2/3] mm/damon/paddr: Move "paddr" relative func to ops-common.c file
` [RFC PATCH V1 3/3] mm/damon/sysfs: Add CMA memory monitoring

[PATCH] mm/mempolicy: fix potential mpol_new leak in shared_policy_replace
 2022-03-15 15:27 UTC  (4+ messages)

[bug report] Memoryless nodes: Generic management of nodemasks for various purposes
 2022-03-15 14:27 UTC 

[PATCH] staging: remove ashmem
 2022-03-15 13:22 UTC  (2+ messages)

[PATCH 1/1] mm/mmu_gather: limit tlb batch count and add schedule point in tlb_batch_pages_flush
 2022-03-15 12:56 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 702087d7e20599c30a80ee782f856f020992bc34
 2022-03-15 12:48 UTC 

[PATCH] mm/mlock: Use vma_lookup() instead of find_vma()
 2022-03-15 12:45 UTC  (5+ messages)

[PATCH] mm/mlock: remove unneeded start >= vma->vm_end check
 2022-03-15 12:30 UTC  (3+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-15 12:04 UTC  (4+ messages)

[PATCH linux-next] ksm: Count ksm-merging pages for each process
 2022-03-15 11:48 UTC  (3+ messages)
  ` [PATCH v2] ksm: Count ksm merging "

[PATCH v2 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-15 10:47 UTC  (16+ messages)
` [PATCH v2 01/15] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v2 02/15] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v2 03/15] mm/memory: slightly simplify copy_present_pte()
` [PATCH v2 04/15] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v2 05/15] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v2 06/15] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v2 07/15] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v2 08/15] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v2 09/15] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v2 10/15] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v2 11/15] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v2 12/15] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v2 13/15] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v2 14/15] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v2 15/15] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

Global Auto Relay Market Research Report 2022
 2022-03-15 10:12 UTC 

[PATCH 2/2] mm: add access/dirty bit on numa page fault
 2022-03-15  9:23 UTC 

[PATCH v3] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-15  9:19 UTC  (4+ messages)

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-15  7:51 UTC  (6+ messages)
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry

[PATCH v2] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-15  6:31 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Changes in RCU over the past few years
 2022-03-15  5:58 UTC  (4+ messages)

mmotm 2022-03-14-22-42 uploaded
 2022-03-15  5:43 UTC 

[PATCH v2] mm/khugepaged: sched to numa node when collapse huge page
 2022-03-15  4:05 UTC 

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-15  0:50 UTC  (6+ messages)
` [PATCH v9 05/14] mm: multi-gen LRU: groundwork

[Patch v3] mm/memcg: mz already removed from rb_tree if not NULL
 2022-03-14 23:30 UTC 

[linux-next:master 11943/11953] WARNING: modpost: vmlinux.o(.data+0x29bf44): Section mismatch in reference from the variable ip_vs_ftp to the function .init.text:set_reset_devices()
 2022-03-14 23:01 UTC 

[PATCH v4] tmpfs: support for file creation time
 2022-03-14 21:11 UTC 

[PATCH v2] tmpfs: support for file creation time
 2022-03-14 21:08 UTC  (4+ messages)
` [PATCH v3] "

[linux-next:master 11110/11953] arch/arm/mach-sa1100/assabet.c:641:8: error: implicit declaration of function 'pmd_off_k' is invalid in C99
 2022-03-14 19:46 UTC 

[linux-next:master 11931/11953] WARNING: modpost: vmlinux.o(.data+0x29c244): Section mismatch in reference from the variable ipv4_route_table to the function .init.text:set_reset_devices()
 2022-03-14 19:05 UTC 

[linux-next:master 3267/10468] drm_dp_mst_topology.c:undefined reference to `__drm_atomic_helper_private_obj_duplicate_state'
 2022-03-14 19:05 UTC  (3+ messages)

[PATCH v7 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-03-14 17:58 UTC  (6+ messages)
` [PATCH v7 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v7 2/5] mm: page_isolation: check specified range for unmovable pages

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-14 17:34 UTC  (8+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v12 46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

[PATCH 1/2] mm, fault-injection: declare should_fail_alloc_page()
 2022-03-14 16:57 UTC  (2+ messages)
` [PATCH 2/2] mm/early_ioremap: declare early_memremap_pgprot_adjust()

[mm/slub] ae107fa919: BUG:unable_to_handle_page_fault_for_address
 2022-03-14 16:20 UTC  (9+ messages)

[PATCH v2] selftests, x86: fix how check_cc.sh is being invoked
 2022-03-14 16:18 UTC  (2+ messages)

[linux-next:master 9952/11953] clk-imx93.c:(.text.imx93_clocks_probe+0x80): undefined reference to `imx_obtain_fixed_clk_hw'
 2022-03-14 15:42 UTC 

[linux-next:master 11880/11953] WARNING: modpost: vmlinux.o(.data+0x2b1660): Section mismatch in reference from the variable trace_event_fields_rpcgss_svc_gssapi_class to the function .exit.text:test_ww_mutex_exit()
 2022-03-14 15:31 UTC 

[linux-next:master 9762/11953] mm/page_vma_mapped.c:246 page_vma_mapped_walk() warn: always true condition '(pvmw->nr_pages >= (1 << ( - (12)))) => (0-u64max >= 0)'
 2022-03-14 13:36 UTC  (4+ messages)

[PATCH] mm/mremap:: Use vma_lookup() instead of find_vma()
 2022-03-14 13:12 UTC  (2+ messages)

[PATCH] memcg: sync flush only if periodic flush is delayed
 2022-03-14 12:57 UTC  (5+ messages)

[linux-next:master 11851/11953] WARNING: modpost: vmlinux.o(.data+0x293ae4): Section mismatch in reference from the variable nf_ct_proto_mutex to the function .init.text:loglevel()
 2022-03-14 11:29 UTC 

[PATCH] mm/page_alloc: call check_pcp_refill() while zone spinlock is not held
 2022-03-14 10:00 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).