linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/6] remove the vmas parameter from GUP APIs
 2023-05-15 11:49 UTC  (10+ messages)
` [PATCH v5 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
` [PATCH v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v5 4/6] io_uring: rsrc: delegate VMA file-backed check to GUP
` [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
` [PATCH v5 6/6] mm/gup: remove vmas array from internal GUP functions

[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
 2023-05-15 11:33 UTC  (5+ messages)
` [PATCH 1/4] mm: compaction: Ensure rescanning only happens on partially scanned pageblocks
` [PATCH 2/4] mm: compaction: Only force pageblock scan completion when skip hints are obeyed
` [PATCH 3/4] mm: compaction: Update pageblock skip when first migration candidate is not at the start
` [PATCH 4/4] Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-15 11:31 UTC  (6+ messages)

[RESEND PATCH v1 0/5] Encapsulate PTE contents from non-arch code
 2023-05-15 11:25 UTC  (5+ messages)
` [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-15 11:18 UTC  (4+ messages)
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-15 11:15 UTC 

[RFC 0/6] mm: improve page allocator scalability via splitting zones
 2023-05-15 11:14 UTC  (4+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-15 10:29 UTC  (25+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[PATCH] mm/page_alloc: don't wake up kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified
 2023-05-15 10:17 UTC  (9+ messages)
  ` [PATCH v2] mm/page_alloc: don't wake "

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-15  9:42 UTC  (14+ messages)
` [PATCH v3 01/11] cyrpto/b128ops: Remove struct u128
` [PATCH v3 02/11] types: Introduce [us]128
` [PATCH v3 03/11] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v3 04/11] instrumentation: Wire up cmpxchg128()
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 06/11] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v3 07/11] x86,intel_iommu: "
` [PATCH v3 08/11] slub: "
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()
` [PATCH v3 10/11] arch: Remove cmpxchg_double
` [PATCH v3 11/11] s390/cpum_sf: Convert to cmpxchg128()

[Resend PATCHv2] mm: skip CMA pages when they are not available
 2023-05-15  9:38 UTC 

[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-15  9:33 UTC  (17+ messages)
` [PATCH net-next v7 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v7 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v7 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v7 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v7 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v7 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v7 08/16] tls: "
` [PATCH net-next v7 09/16] siw: "
` [PATCH net-next v7 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v7 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v7 12/16] ip6, udp6: "
` [PATCH net-next v7 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v7 14/16] ip: Remove ip_append_page()
` [PATCH net-next v7 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v7 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-15  9:08 UTC  (18+ messages)
` [PATCH v5 RESEND 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
` [PATCH v5 RESEND 02/17] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 03/17] openrisc: mm: remove unneeded early ioremap code
` [PATCH v5 RESEND 04/17] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v5 RESEND 05/17] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v5 RESEND 06/17] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 08/17] ia64: "
` [PATCH v5 RESEND 09/17] openrisc: "
` [PATCH v5 RESEND 10/17] s390: "
` [PATCH v5 RESEND 11/17] sh: "
` [PATCH v5 RESEND 12/17] xtensa: "
` [PATCH v5 RESEND 13/17] parisc: "
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap
` [PATCH v5 RESEND 15/17] powerpc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 16/17] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v5 RESEND 17/17] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[PATCH v2] mm/mmap: Regression fix for unmapped_area{_topdown}
 2023-05-15  8:57 UTC  (5+ messages)

[PATCH V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-05-15  8:54 UTC  (2+ messages)

[PATCH v2] mm, compaction: Skip all non-migratable pages during scan
 2023-05-15  8:47 UTC  (2+ messages)

Disabling CONFIG_COMPACTION
 2023-05-15  8:44 UTC 

[linus:master] [sched] af7f588d8f: will-it-scale.per_thread_ops -13.9% regression
 2023-05-15  8:40 UTC  (2+ messages)

[PATCH] mm/secretmem: make it on by default
 2023-05-15  8:34 UTC 

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-15  8:20 UTC  (7+ messages)

[PATCH] mm: Convert migrate_pages() to work on folios
 2023-05-15  7:12 UTC  (2+ messages)

[PATCH for 6.4-rcX] mm: userfaultfd: avoid passing an invalid range to vma_merge()
 2023-05-15  6:54 UTC  (3+ messages)

[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
 2023-05-15  6:27 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] mm documentation
 2023-05-15  6:07 UTC  (5+ messages)

[PATCH v3 0/2] Reduce lock contention related with large folio
 2023-05-15  2:14 UTC  (5+ messages)
` [PATCH v3 2/2] lru: allow large batched add large folio to lru list

[PATCH -V2] migrate_pages_batch: simplify retrying and failure counting of large folios
 2023-05-15  1:54 UTC  (3+ messages)

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-05-15  0:44 UTC  (6+ messages)

[PATCHv11 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-14 21:13 UTC  (12+ messages)
` [PATCHv11 1/9] mm: Add "
` [PATCHv11 2/9] efi/x86: Get full memory map in allocate_e820()
` [PATCHv11 3/9] efi/libstub: Implement support for unaccepted memory
` [PATCHv11 4/9] x86/boot/compressed: Handle "
` [PATCHv11 5/9] efi: Provide helpers for "
` [PATCHv11 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv11 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv11 8/9] x86/tdx: Refactor try_accept_one()
` [PATCHv11 9/9] x86/tdx: Add unaccepted memory support

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-14 18:20 UTC  (4+ messages)
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()

[PATCH] mm/mmap/vma_merge: always check invariants
 2023-05-14 17:33 UTC  (7+ messages)

[PATCH 0/4] Fix type confusion in page_table_check
 2023-05-14 15:08 UTC  (6+ messages)

[PATCH] Fix some coding style errors in memblock.c
 2023-05-14  9:46 UTC  (2+ messages)

[linux-next:master 1011/2056] mm/gup.c:2430:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-05-14  1:34 UTC 

[stable:linux-5.4.y 1353/9999] mm/mempolicy.c:499:22: warning: variable 'mapped_pte' set but not used
 2023-05-14  1:11 UTC 

Futexes & Folios
 2023-05-13 20:10 UTC  (3+ messages)

[PATCH] debugobject: don't wake up kswapd from fill_pool()
 2023-05-13 19:42 UTC  (10+ messages)

[linux-next:master 1574/2056] drivers/infiniband/sw/rxe/rxe_verbs.c:1359:21: error: macro "kfree_rcu" requires 2 arguments, but only 1 given
 2023-05-13 15:11 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
 2023-05-13 14:53 UTC  (2+ messages)

[linux-next:master 946/2056] mm/kfence/core.c:329:34: sparse: sparse: cast to restricted __le64
 2023-05-13 14:47 UTC 

[linux-next:master 1006/2056] Inconsistent kallsyms data
 2023-05-13 10:10 UTC 

[linux-next:master 1004/2056] lib/maple_tree.c:6251:7: warning: no previous prototype for 'mas_find_range_rev'
 2023-05-13  4:47 UTC 

[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-13  3:34 UTC  (6+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
` [PATCH 2/3] mm: Call arch_swap_restore() from arch_do_swap_page() and deprecate the latter
` [PATCH 3/3] arm64: mte: Simplify swap tag restoration logic and fix uninitialized tag issue

[PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()
 2023-05-13  3:20 UTC  (5+ messages)

[linux-next:master 1003/2056] lib/maple_tree.c:4606:7: warning: no previous prototype for 'mas_prev_slot'
 2023-05-13  2:44 UTC 

[PATCH] arm64/mm: don't WARN when alloc/free-ing device private pages
 2023-05-13  2:06 UTC  (8+ messages)

[linux-next:master 1000/2056] lib/maple_tree.c:4707:7: warning: no previous prototype for 'mas_next_slot'
 2023-05-13  0:26 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING e922ba281a8d84f640d8c8e18a385d032c19e185
 2023-05-13  0:21 UTC 

[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
 2023-05-12 23:56 UTC  (2+ messages)

[PATCH 1/2] kasan: add kasan_tag_mismatch prototype
 2023-05-12 23:50 UTC  (3+ messages)
` [PATCH 2/2] [v3] kasan: use internal prototypes matching gcc-13 builtins

[PATCH v3 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 23:08 UTC  (20+ messages)
` [PATCH v3 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v3 19/35] maple_tree: Add __init and __exit to test module
` [PATCH v3 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v3 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v3 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v3 23/35] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v3 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v3 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v3 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v3 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v3 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v3 29/35] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead()
` [PATCH v3 30/35] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v3 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v3 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v3 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v3 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v3 35/35] mm: Avoid rewalk in mmap_region

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-12 21:47 UTC  (5+ messages)
` [PATCH] arm64: wire up cachestat for arm64

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-12 21:09 UTC  (10+ messages)

[PATCH] net/handshake: Squelch allocation warning during Kunit test
 2023-05-12 19:02 UTC 

next: WARNING: CPU: 0 PID: 1200 at mm/page_alloc.c:4744 __alloc_pages+0x2e8/0x3a0
 2023-05-12 14:01 UTC  (4+ 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