linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-09  7:45 UTC  (9+ messages)

[PATCH v7 0/7] Swap-out mTHP without splitting
 2024-04-09  7:36 UTC  (10+ messages)
` [PATCH v7 1/7] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v7 2/7] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v7 3/7] mm: swap: Simplify struct percpu_cluster
` [PATCH v7 4/7] mm: swap: Update get_swap_pages() to take folio order
` [PATCH v7 5/7] mm: swap: Allow storage of all mTHP orders
` [PATCH v7 6/7] mm: vmscan: Avoid split during shrink_folio_list()
` [PATCH v7 7/7] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-09  7:18 UTC  (5+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [RFC PATCH v3 2/8] mm: aggregate working set information into histograms

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-09  6:35 UTC  (25+ messages)
` [PATCH v2 01/11] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH v2 02/11] mm/memory-failure: Pass addr to __add_to_kill()
` [PATCH v2 03/11] mm: Return the address from page_mapped_in_vma()
` [PATCH v2 04/11] mm: Make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
` [PATCH v2 05/11] mm/memory-failure: Convert shake_page() to shake_folio()
` [PATCH v2 06/11] mm: Convert hugetlb_page_mapping_lock_write to folio
` [PATCH v2 07/11] mm/memory-failure: Convert memory_failure() to use a folio
` [PATCH v2 08/11] mm/memory-failure: Convert hwpoison_user_mappings to take "
` [PATCH v2 09/11] mm/memory-failure: Add some folio conversions to unpoison_memory
` [PATCH v2 10/11] mm/memory-failure: Use folio functions throughout collect_procs()
` [PATCH v2 11/11] mm/memory-failure: Pass the folio to collect_procs_ksm()

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-04-09  6:23 UTC  (15+ messages)
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting

[PATCH v2] mm/slub: Reduce memory consumption in extreme scenarios
 2024-04-09  6:16 UTC  (5+ messages)

[Patch v3] mm/memblock: remove empty dummy entry
 2024-04-09  5:02 UTC  (4+ messages)

[PATCH] mm: vmscan: do not skip CMA while LRU is full of CMA folios
 2024-04-09  4:54 UTC  (4+ messages)

[PATCH] mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()
 2024-04-09  3:51 UTC  (4+ messages)

[PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled
 2024-04-09  1:55 UTC  (3+ messages)

[PATCH 2/3] kernel/pid: Remove default pid_max value
 2024-04-09  1:38 UTC  (2+ messages)

[PATCH v2] mm: swap: prejudgement swap_has_cache to avoid page allocation
 2024-04-09  1:07 UTC  (3+ messages)

[GIT PULL]: memblock tests: fix build errors
 2024-04-08 23:19 UTC  (2+ messages)

[PATCH] mm/userfaultfd: Allow hugetlb change protection upon poison entry
 2024-04-08 20:39 UTC  (3+ messages)

[PATCH 0/7] khugepaged folio conversions
 2024-04-08 20:28 UTC  (13+ messages)
` [PATCH 2/7] khugepaged: Convert alloc_charge_hpage to alloc_charge_folio
` [PATCH 4/7] khugepaged: Pass a folio to __collapse_huge_page_copy()
` [PATCH 6/7] khugepaged: Use a folio throughout collapse_file()
` [PATCH 7/7] khugepaged: Use a folio throughout hpage_collapse_scan_file()

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-04-08 18:56 UTC  (5+ messages)

[PATCH] mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled
 2024-04-08 18:56 UTC  (2+ messages)

[PATCH 0/8] Some cleanups for memory-failure
 2024-04-08 18:31 UTC  (5+ messages)
` [PATCH 4/8] mm/memory-failure: Convert shake_page() to shake_folio()

[PATCH v2 0/3] Hugetlb fault path to use struct vm_fault
 2024-04-08 17:55 UTC  (15+ messages)
` [PATCH v2 1/3] hugetlb: Convert hugetlb_fault() "
` [PATCH v2 2/3] hugetlb: Convert hugetlb_no_page() "
` [PATCH v2 3/3] hugetlb: Convert hugetlb_wp() "

[RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
 2024-04-08 17:52 UTC  (3+ messages)

[linux-next:master 2524/3504] kernel/locking/rtmutex.c:218:9: error: incompatible pointer to integer conversion passing 'typeof (*(((__ai_ptr))))' (aka 'struct task_struct *') to parameter of type 'uintptr_t' (aka 'unsigned long')
 2024-04-08 17:40 UTC  (4+ messages)

[linux-next:master 3442/4242] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1270 (section: __ex_table) -> .LASF0 (section: .debug_str)
 2024-04-08 16:32 UTC 

[PATCH net-next v1 01/12] mm: Move the page fragment allocator from page_alloc into its own file
 2024-04-08 16:13 UTC  (18+ messages)
` [PATCH net-next v1 02/12] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v1 03/12] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v1 05/12] mm: page_frag: add two inline helper for "
` [PATCH net-next v1 06/12] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH net-next v1 07/12] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias
` [PATCH net-next v1 09/12] mm: page_frag: introduce prepare/commit API for page_frag
` [PATCH net-next v1 11/12] mm: page_frag: add a test module "
` [PATCH net-next v1 12/12] mm: page_frag: update documentation and maintainer "

[PATCH 23/26] netfs: Cut over to using new writeback code
 2024-04-08 15:53 UTC  (3+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH v6 0/6] Swap-out mTHP without splitting
 2024-04-08 15:13 UTC  (26+ messages)
` [PATCH v6 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v6 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v6 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v6 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-08 13:41 UTC  (2+ messages)
` [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL

[linux-next:pending-fixes] BUILD SUCCESS a334017808414b07009579c33f12e53873d2b0d6
 2024-04-08 11:57 UTC 

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-08 10:56 UTC  (2+ messages)

[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-08  9:45 UTC  (7+ messages)
` [PATCH net-next v9 7/9] libeth: add Rx buffer management

[PATCH v4 0/4] Memory management patches needed by Rust Binder
 2024-04-08  9:26 UTC  (8+ messages)
` [PATCH v4 4/4] rust: add abstraction for `struct page`

[syzbot] [mm?] general protection fault in shmem_get_next_id
 2024-04-08  9:19 UTC  (3+ messages)

[PATCH] tracing: Add new_exec tracepoint
 2024-04-08  9:01 UTC 

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-04-08  8:36 UTC  (11+ messages)

[PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwpoison entries
 2024-04-08  8:31 UTC  (6+ messages)

[PATCH 1/2] mm/cma: drop incorrect alignment check in cma_init_reserved_mem
 2024-04-08  8:15 UTC  (6+ messages)
` [PATCH 2/2] mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-08  8:07 UTC  (6+ messages)
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated

[PATCH 0/4] large folios swap-in: handle refault cases first
 2024-04-08  7:49 UTC  (6+ messages)
` [PATCH 4/4] mm: swap: entirely map large folios found in swapcache

[PATCH] mm,swap: add document about RCU read lock and swapoff interaction
 2024-04-08  7:41 UTC  (3+ messages)

[PATCH v2 00/14] transfer page to folio in KSM
 2024-04-08  7:01 UTC  (10+ messages)
` [PATCH v3 07/14] mm/ksm: use folio in write_protect_page
` [PATCH v3 11/14] mm/ksm: remove get_ksm_page and related info
` [PATCH v3 14/14] mm/ksm: remove set_page_stable_node

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-08  4:24 UTC  (3+ messages)
` [PATCH v5 1/2] mm/madvise: optimize "
` [PATCH v5 2/2] mm/arm64: override mkold_clean_ptes() batch helper

[PATCH v5 00/11] IOMMU memory observability
 2024-04-08  2:17 UTC  (5+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations

[linux-next:master 3427/4242] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1788 (section: __ex_table) -> .LASF745 (section: .debug_str)
 2024-04-08  1:11 UTC 

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-07 17:19 UTC  (6+ messages)
` [PATCH v2 6/7] s390: mm: "

[PATCH] mm/memprofiling: explicitly include irqflags.h in alloc_tag.h
 2024-04-07 17:18 UTC  (4+ messages)

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-07 16:50 UTC  (4+ messages)

[PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-07  8:12 UTC  (3+ messages)
` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
` [PATCH 2/2] arm: "

[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:16: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
 2024-04-07  7:39 UTC  (3+ messages)

[PATCH] hugetlb: Convert alloc_buddy_hugetlb_folio to use a folio
 2024-04-07  7:14 UTC  (7+ messages)

[PATCH] mm/mmap: make accountable_mapping return bool
 2024-04-07  6:38 UTC 

[linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b]
 2024-04-07  6:28 UTC  (3+ messages)

[PATCH] mm/mmap: make vma_wants_writenotify return bool
 2024-04-07  6:26 UTC 

Machine check recovery broken in v6.9-rc1
 2024-04-07  4:51 UTC  (10+ messages)

[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:23: error: variably modified 'stats' at file scope
 2024-04-07  4:04 UTC  (3+ messages)

[PATCH v2 0/6] Improve visibility of writeback
 2024-04-07  3:13 UTC  (8+ messages)
` [PATCH v2 3/6] writeback: support retrieving per group debug writeback stats of bdi

[PATCH v2 0/3] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-04-07  2:08 UTC  (3+ messages)
` [PATCH v2 2/3] "

page:  |  | latest

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