messages from 2023-05-15 09:34:21 to 2023-05-16 08:19:43 UTC [more...]
Excessive TLB flush ranges
2023-05-16 8:19 UTC (15+ messages)
[PATCH v8 00/13] fold per-CPU vmstats remotely
2023-05-16 8:09 UTC (15+ messages)
` [PATCH v8 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
` [PATCH v8 02/13] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
` [PATCH v8 03/13] this_cpu_cmpxchg: loongarch: "
` [PATCH v8 04/13] this_cpu_cmpxchg: S390: "
` [PATCH v8 05/13] this_cpu_cmpxchg: x86: "
` [PATCH v8 06/13] add this_cpu_cmpxchg_local and asm-generic definitions
` [PATCH v8 07/13] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
` [PATCH v8 08/13] mm/vmstat: switch counter modification to cmpxchg
` [PATCH v8 09/13] vmstat: switch per-cpu vmstat counters to 32-bits
` [PATCH v8 10/13] mm/vmstat: use xchg in cpu_vm_stats_fold
` [PATCH v8 11/13] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH v8 12/13] mm/vmstat: refresh stats remotely instead of via work item
` [PATCH v8 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold
[PATCH] mm: pagemap: restrict pagewalk to the requested range
2023-05-16 7:45 UTC (3+ messages)
[PATCH 00/10] Clean ups for maple tree
2023-05-16 7:27 UTC (28+ messages)
` [PATCH 01/10] maple_tree: Drop the test code for mtree_alloc_{range,rrange}()
` [PATCH 02/10] maple_tree: Drop mtree_alloc_{range,rrange}() and related functions
` [PATCH 03/10] maple_tree: Remove __must_hold() which does not work
` [PATCH 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH 06/10] maple_tree: Wrap the replace operation with an inline function
` [PATCH 07/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH 08/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH 09/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH 10/10] maple_tree: Simplify and clean up mas_wr_node_store()
[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2023-05-16 7:07 UTC (34+ 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 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 0/6] Memory Mapping (VMA) protection using PKU - set 1
2023-05-16 7:06 UTC (10+ messages)
` [PATCH 1/6] PKEY: Introduce PKEY_ENFORCE_API flag
` [PATCH 2/6] PKEY: Add arch_check_pkey_enforce_api()
` [PATCH 3/6] PKEY: Apply PKEY_ENFORCE_API to mprotect
` [PATCH 4/6] PKEY:selftest pkey_enforce_api for mprotect
` [PATCH 5/6] KEY: Apply PKEY_ENFORCE_API to munmap
` [PATCH 6/6] PKEY:selftest pkey_enforce_api for munmap
[PATCH] mm: Move mm_count into its own cache line
2023-05-16 6:53 UTC (3+ messages)
[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
2023-05-16 6:38 UTC (14+ messages)
` [PATCH v2 01/13] mm: page_alloc: move mirrored_kernelcore into mm_init.c
` [PATCH v2 02/13] mm: page_alloc: move init_on_alloc/free() "
` [PATCH v2 03/13] mm: page_alloc: move set_zone_contiguous() "
` [PATCH v2 04/13] mm: page_alloc: collect mem statistic into show_mem.c
` [PATCH v2 05/13] mm: page_alloc: squash page_is_consistent()
` [PATCH v2 06/13] mm: page_alloc: remove alloc_contig_dump_pages() stub
` [PATCH v2 07/13] mm: page_alloc: split out FAIL_PAGE_ALLOC
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC
` [PATCH v2 09/13] mm: page_alloc: move mark_free_page() into snapshot.c
` [PATCH v2 10/13] mm: page_alloc: move pm_* function into power
` [PATCH v2 11/13] mm: vmscan: use gfp_has_io_fs()
` [PATCH v2 12/13] mm: page_alloc: move sysctls into it own fils
` [PATCH v2 13/13] mm: page_alloc: move is_check_pages_enabled() into page_alloc.c
[PATCH V8 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2023-05-16 6:11 UTC (2+ messages)
[PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()
2023-05-16 5:52 UTC (2+ messages)
[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
2023-05-16 5:46 UTC (7+ messages)
[PATCH] swap: cleanup get/put_swap_device usage
2023-05-16 5:29 UTC
[PATCH 04/12] mm: page_alloc: collect mem statistic into show_mem.c
2023-05-16 5:30 UTC (3+ messages)
Fwd: _filemap_get_folio and NULL pointer dereference
2023-05-16 2:44 UTC
[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
2023-05-16 2:35 UTC (7+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
[PATCH v2 0/2] mm: Fix bug affecting swapping in MTE tagged pages
2023-05-16 2:35 UTC (3+ messages)
` [PATCH v2 1/2] mm: Call arch_swap_restore() from do_swap_page()
` [PATCH v2 2/2] arm64: mte: Simplify swap tag restoration logic and fix uninitialized tag issue
[PATCH] memblock: Add flags and nid info in memblock debugfs
2023-05-16 2:06 UTC
[PATCH] mm/page_alloc: don't wake up kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified
2023-05-16 1:44 UTC (6+ messages)
` [PATCH v2] mm/page_alloc: don't wake "
mprotect outbound check
2023-05-16 1:41 UTC (2+ messages)
[PATCH v2] mm: userfaultfd: avoid passing an invalid range to vma_merge()
2023-05-15 23:07 UTC (7+ messages)
[Invitation] Linux MM Alignment Session on Code Tagging on Wednesday
2023-05-15 22:41 UTC
[PATCH v2] mm, compaction: Skip all non-migratable pages during scan
2023-05-15 22:36 UTC (3+ messages)
[PATCH] sysctl: add config to make randomize_va_space RO
2023-05-15 21:43 UTC (3+ messages)
[PATCH] maple_tree: Fix a few documentation issues,
2023-05-15 21:16 UTC (3+ messages)
` your mail
[RFC PATCH 0/2] mm: Working Set Reporting
2023-05-15 21:00 UTC (3+ messages)
` [RFC PATCH 2/2] virtio-balloon: Add Working Set reporting
[PATCH v3 00/35] Maple tree mas_{next,prev}_range() and cleanup
2023-05-15 20:26 UTC (4+ messages)
` [PATCH v3 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
[PATCH v5 0/6] remove the vmas parameter from GUP APIs
2023-05-15 19:56 UTC (16+ 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 v2 00/34] Split ptdesc from struct page
2023-05-15 19:11 UTC (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs
[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-15 19:09 UTC (4+ messages)
[PATCH v2] mm/folio: Avoid special handling for order value 0 in folio_set_order
2023-05-15 17:45 UTC (4+ messages)
[PATCH] mm: fix hugetlb page unmap count balance issue
2023-05-15 17:04 UTC (4+ messages)
[PATCH] mm/gup: Fixes FOLL_UNLOCKABLE against FOLL_NOWAIT
2023-05-15 17:00 UTC (4+ messages)
[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
2023-05-15 16:45 UTC (12+ messages)
[PATCH v2 1/4] usb: usbfs: Enforce page requirements for mmap
2023-05-15 16:36 UTC (8+ messages)
` [PATCH v2 2/4] usb: usbfs: Use consistent mmap functions
` [PATCH v2 3/4] mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM
` [PATCH v2 4/4] mm: page_table_check: Ensure user pages are not slab pages
[linux-next:master 606/2435] drivers/gpu/drm/bridge/tc358768.c:948:2-3: Unneeded semicolon
2023-05-15 16:25 UTC
[PATCH] mm/secretmem: make it on by default
2023-05-15 15:08 UTC (2+ messages)
[PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()
2023-05-15 14:41 UTC (4+ messages)
[Regression] mmap with MAP_32BIT randomly fails since 6.1
2023-05-15 14:39 UTC (2+ messages)
[PATCH v2] mm/mmap: Regression fix for unmapped_area{_topdown}
2023-05-15 14:36 UTC (6+ messages)
drivers/net/vmxnet3/vmxnet3_drv.c:228:23: sparse: sparse: incorrect type in assignment (different base types)
2023-05-15 14:03 UTC
[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
2023-05-15 13:07 UTC (8+ messages)
[RESEND PATCH v1 0/5] Encapsulate PTE contents from non-arch code
2023-05-15 12:14 UTC (6+ messages)
` [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code
[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 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 (10+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec
[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2023-05-15 9:42 UTC (2+ messages)
[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 (12+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).