linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-21 12:30 UTC  (11+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 02/10] arm64: mm: use try_vma_locked_page_fault()
` [PATCH rfc v2 03/10] x86: "
` [PATCH rfc v2 04/10] s390: "
` [PATCH rfc v2 05/10] powerpc: "
` [PATCH rfc v2 06/10] riscv: "
` [PATCH rfc v2 07/10] ARM: mm: try VMA lock-based page fault handling first
` [PATCH rfc v2 08/10] loongarch: mm: cleanup __do_page_fault()
` [PATCH rfc v2 09/10] loongarch: mm: add access_error() helper
` [PATCH rfc v2 10/10] loongarch: mm: try VMA lock-based page fault handling first

[PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
 2023-08-21 12:21 UTC  (3+ messages)
  ` [PATCH 2/2] mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn

[PATCH] fs: clean up usage of noop_dirty_folio
 2023-08-21 12:20 UTC  (3+ messages)

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-08-21 12:03 UTC  (21+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH v2 0/8] mm: migrate: more folio conversion and unify
 2023-08-21 11:56 UTC  (9+ messages)
` [PATCH v2 1/8] mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()
` [PATCH v2 2/8] mm: migrate: remove THP mapcount "
` [PATCH v2 3/8] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()
` [PATCH v2 4/8] mm: migrate: use a folio in migrate_misplaced_page()
` [PATCH v2 5/8] mm: migrate: use __folio_test_movable()
` [PATCH v2 6/8] mm: migrate: use a folio in add_page_for_migration()
` [PATCH v2 7/8] mm: migrate: remove PageHead() check for HugeTLB "
` [PATCH v2 8/8] mm: migrate: remove isolated variable "

[linux-next:master 8460/11453] drivers/watchdog/stm32_iwdg.c:215:34: warning: 'stm32_iwdg_of_match' defined but not used
 2023-08-21 10:37 UTC 

[PATCH RFC 0/2] mm/page_alloc: free_pcppages_bulk safeguard
 2023-08-21 10:32 UTC  (2+ messages)

[PATCH] mm: fix draining remote pageset
 2023-08-21  9:27 UTC  (8+ messages)

[PATCH v2] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-21  9:13 UTC 

[PATCH] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-08-21  9:04 UTC 

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-08-21  9:02 UTC  (13+ messages)

[PATCH 0/4] Extend migrate_misplaced_page() to support batch migration
 2023-08-21  8:50 UTC  (11+ messages)
` [PATCH 1/4] mm: migrate: move migration validation into numa_migrate_prep()
` [PATCH 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page()
` [PATCH 3/4] mm: migrate: change migrate_misplaced_page() to support multiple pages migration
` [PATCH 4/4] mm: migrate: change to return the number of pages migrated successfully

[PATCH] mm: Add vmalloc_user_node()
 2023-08-21  7:10 UTC  (2+ messages)

[PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
 2023-08-21  6:39 UTC  (4+ messages)

[PATCH] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-21  6:35 UTC  (4+ messages)

[PATCH] mm: remove unintentional voluntary preemption in get_mmap_lock_carefully
 2023-08-21  5:38 UTC  (13+ messages)

[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-08-21  4:51 UTC  (30+ messages)
` [RESEND PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [RESEND PATCH v10 04/25] dept: Add lock "
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 13/25] dept: Distinguish each work "
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [RESEND PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [RESEND PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [RESEND PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [RESEND PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [RESEND PATCH v10 19/25] dept: Apply timeout consideration to swait
` [RESEND PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [RESEND PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [RESEND PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [RESEND PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [RESEND PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [RESEND PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}

[RFC 0/2] Reduce TLB flushes under some specific conditions
 2023-08-21  2:51 UTC  (7+ messages)
` [RFC 2/2] mm: Defer TLB flush by keeping both src and dst folios at migration

[PATCH] mm: Wire up tail page poisoning over ->mappings
 2023-08-21  2:29 UTC  (4+ messages)

[RFC PATCH -next] mm: fix softlockup by replacing tasklist_lock with RCU in for_each_process()
 2023-08-21  0:56 UTC  (4+ messages)

[PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-20 21:56 UTC  (3+ messages)

[PATCH] memcg: Removed duplication detection for mem_cgroup_uncharge_swap
 2023-08-20  5:15 UTC  (2+ messages)

[PATCH 0/4] Improve mm documentation
 2023-08-20  0:52 UTC  (8+ messages)
` [PATCH 1/4] mm: Fix kernel-doc warning from tlb_flush_rmaps()
` [PATCH 2/4] mm: Fix get_mctgt_type() kernel-doc
` [PATCH 3/4] mm: Fix clean_record_shared_mapping_range kernel-doc
` [PATCH 4/4] mm: Add orphaned kernel-doc to the rst files

[syzbot] [ntfs?] WARNING in do_open_execat
 2023-08-19 20:03 UTC  (8+ messages)

[PATCH] mm: Remove checks for pte_index
 2023-08-19 14:57 UTC  (2+ messages)

[PATCH v2 0/6] sched fixes
 2023-08-19 14:12 UTC  (7+ messages)
` [PATCH v2 1/6] numa: generalize numa_map_to_online_node()
` [PATCH v2 2/6] sched/fair: fix opencoded numa_nearest_node()
` [PATCH v2 3/6] sched: fix sched_numa_find_nth_cpu() in CPU-less case
` [PATCH v2 4/6] sched: fix sched_numa_find_nth_cpu() in non-NUMA case
` [PATCH v2 5/6] sched: handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
` [PATCH v2 6/6] sched: fix sched_numa_find_nth_cpu() comment

[PATCH 0/9] Fixes and cleanups to compaction
 2023-08-19 12:27 UTC  (14+ messages)
` [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order
  ` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range

[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
 2023-08-19  2:50 UTC  (3+ messages)

[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-19  1:04 UTC  (3+ messages)
` [PATCH v32 2/6] fs/proc/task_mmu: "

[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
 2023-08-19  0:43 UTC  (3+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
` [PATCH v2 2/2] maple_tree: Clean up mas_wr_append()

[PATCH v2 1/2] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-18 23:10 UTC  (5+ messages)
` [PATCH v2 2/2] smaps: set THPeligible if file mapping supports large folios

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-18 23:03 UTC  (5+ messages)

[PATCH] workingset: ensure memcg is valid for recency check
 2023-08-18 22:29 UTC  (21+ messages)
` [PATCH v2] "

[PATCH net] net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
 2023-08-18 22:20 UTC  (8+ messages)

[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-08-18 21:47 UTC  (5+ messages)

[PATCH] mm: memcg: provide accurate stats for userspace reads
 2023-08-18 21:40 UTC  (13+ messages)

[PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
 2023-08-18 21:39 UTC  (14+ messages)
  ` [PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs

[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-18 21:21 UTC  (11+ messages)
` [EXTERNAL] "

[PATCH v2 0/3] Change calling convention for ->huge_fault
 2023-08-18 20:23 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Move PMD_ORDER to pgtable.h
` [PATCH v2 2/3] mm: Allow ->huge_fault() to be called without the mmap_lock held
` [PATCH v2 3/3] mm: Remove enum page_entry_size

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-18 20:15 UTC  (12+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v6] mm/filemap: remove hugetlb special casing in filemap.c
 2023-08-18 19:24 UTC  (6+ messages)

[RFC v2 0/7] SLUB percpu array caches and maple tree nodes
 2023-08-18 16:44 UTC  (2+ messages)

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-08-18 16:15 UTC  (17+ messages)
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry

[linux-next:master 1937/6910] drivers/mtd/nand/raw/qcom_nandc.c:2941 qcom_op_cmd_mapping() error: uninitialized symbol 'ret'
 2023-08-18 15:24 UTC  (14+ messages)

[RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
 2023-08-18 15:18 UTC  (5+ messages)

[PATCH RFC v3] mm: Proper document tail pages fields for folio
 2023-08-18 14:38 UTC  (6+ messages)

[PATCH v3] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-18 14:35 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox