[PATCH][next] mm: truncate: remove redundant initialization of new_order
2023-04-06 9:58 UTC
[syzbot] Monthly mm report
2023-04-06 9:53 UTC (3+ messages)
[PATCH net-next v5 00/19] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-04-06 9:46 UTC (21+ messages)
` [PATCH net-next v5 01/19] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v5 02/19] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v5 03/19] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v5 04/19] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v5 05/19] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 06/19] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 07/19] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 08/19] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v5 09/19] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v5 10/19] tls: "
` [PATCH net-next v5 11/19] siw: "
` [PATCH net-next v5 12/19] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v5 13/19] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 14/19] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 15/19] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 16/19] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 17/19] ip: Remove ip_append_page()
` [PATCH net-next v5 18/19] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 19/19] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
[PATCH] memcg: Default value setting in memcg-v1
2023-04-06 9:14 UTC
[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-04-06 9:12 UTC (23+ messages)
` [PATCH net-next v4 01/20] net: Add samples for network I/O and splicing
` [PATCH net-next v4 02/20] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v4 03/20] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v4 04/20] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v4 05/20] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v4 06/20] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 07/20] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 08/20] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 09/20] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v4 10/20] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v4 11/20] tls: "
` [PATCH net-next v4 12/20] siw: "
` [PATCH net-next v4 13/20] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v4 14/20] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 15/20] ip: Remove ip_append_page()
` [PATCH net-next v4 16/20] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 17/20] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 18/20] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 19/20] af_unix: "
` [PATCH net-next v4 20/20] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
[syzbot] WARNING in split_huge_page_to_list (2)
2023-04-06 8:25 UTC (3+ messages)
[PATCH 0/9] x86/clear_huge_page: multi-page clearing
2023-04-06 8:23 UTC (12+ messages)
` [PATCH 4/9] x86/clear_page: parameterize clear_page*() to specify length
` [PATCH 5/9] x86/clear_pages: add clear_pages()
` [PATCH 7/9] sched: define TIF_ALLOW_RESCHED
` [PATCH 8/9] irqentry: define irqentry_exit_allow_resched()
` [PATCH 9/9] x86/clear_huge_page: make clear_contig_region() preemptible
[PATCH v1] mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
2023-04-06 8:20 UTC
[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
2023-04-06 8:15 UTC (14+ messages)
` [PATCH v2 2/6] module: move finished_loading()
` [PATCH v2 3/6] module: extract patient module check into helper
` [PATCH v2 5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t
[PATCH 0/6] shmem: Add user and group quota support for tmpfs
2023-04-06 8:08 UTC (11+ messages)
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support
[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-04-06 7:40 UTC (6+ messages)
` [PATCH v12 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v12 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v12 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v12 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v12 5/5] selftests: mm: add pagemap ioctl tests
[PATCH] arm64/mm: don't WARN when alloc/free-ing device private pages
2023-04-06 7:31 UTC (2+ messages)
[PATCH] mm-treewide-redefine-max_order-sanely-fix.txt
2023-04-06 7:25 UTC (2+ messages)
[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
2023-04-06 6:58 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] dma-buf/heaps: system_heap: Avoid DoS by limiting single allocations to half of all memory
2023-04-06 4:24 UTC (8+ messages)
[PATCH 3/9] string: Add Kunit tests for strcat() family
2023-04-06 4:19 UTC
[f2fs-dev] [PATCH] f2fs: get out of a repeat loop when getting a locked data page
2023-04-06 3:18 UTC (5+ messages)
[PATCH] selftests/mm: fix memory leak in child_memcmp_fn
2023-04-06 2:01 UTC (3+ messages)
[PATCH v2 0/2] fix dying cpu compare race
2023-04-06 1:56 UTC (3+ messages)
` [PATCH v2 1/2] cpu/hotplug: introduce 'num_dying_cpus' to get dying CPUs count
` [PATCH v2 2/2] lib/percpu_counter: fix dying cpu compare race
[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
2023-04-06 1:40 UTC (17+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-04-05 23:48 UTC (8+ messages)
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
[PATCH net-next] net: sunhme: move asm includes to below linux includes
2023-04-05 23:25 UTC (7+ messages)
[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
2023-04-05 22:32 UTC (2+ messages)
[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
2023-04-05 22:29 UTC (2+ messages)
[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
2023-04-05 21:58 UTC (2+ messages)
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-04-05 21:50 UTC (11+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA
` [PATCH v3 2/6] vfio/nvgpu: expose GPU device memory as BAR1
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages
` [PATCH v3 4/6] mm: Add poison error check in fixup_user_fault() for mapped PFN
` [PATCH v3 5/6] mm: Change ghes code to allow poison of non-struct PFN
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling
[PATCH v4 0/3] mm: process/cgroup ksm support
2023-04-05 21:20 UTC (9+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process
` [PATCH v4 2/3] mm: add new KSM process and sysfs knobs
global_reclaim() and code documentation (was: Re: [PATCH v3 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
2023-04-05 21:09 UTC (2+ messages)
[PATCH v2 0/2] kmod: simplify with a semaphore
2023-04-05 20:35 UTC (3+ messages)
` [PATCH v2 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v2 2/2] modules/kmod: replace implementation with a sempahore
Slab-vs-Slub benchmarks
2023-04-05 19:58 UTC
[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
2023-04-05 19:54 UTC (13+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
2023-04-05 19:54 UTC (4+ messages)
Re: RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-04-05 19:42 UTC (5+ messages)
` "
[PATCH 00/29] selftests/mm: Split / Refactor userfault test
2023-04-05 19:12 UTC (5+ messages)
` [PATCH 14/29] selftests/mm: uffd_[un]register()
` [PATCH 16/29] selftests/mm: UFFDIO_API test
[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
2023-04-05 18:55 UTC (10+ messages)
[PATCH v5 0/2] Ignore non-LRU-based reclaim in memcg reclaim
2023-04-05 18:54 UTC (3+ messages)
` [PATCH v5 1/2] mm: vmscan: ignore "
` [PATCH v5 2/2] mm: vmscan: refactor reclaim_state helpers
[linux-next:master] BUILD REGRESSION 8417c8f5007bf4567ccffda850a3157c7d905f67
2023-04-05 18:35 UTC
[linux-next:pending-fixes] BUILD SUCCESS 0f20c88b6871a0b9aedea5789b54f81b1abe512a
2023-04-05 18:34 UTC
[PATCH] mm/khugepaged: Check again on anon uffd-wp during isolation
2023-04-05 18:25 UTC (5+ messages)
[PATCH v2 0/3] Some fixes and cleanup for maple tree
2023-04-05 17:49 UTC (4+ messages)
[PATCH] mm/madvise: Use vma_lookup() instead of find_vma()
2023-04-05 17:19 UTC (2+ messages)
[PATCH v2 1/2] mm: swap: fix performance regression on sparsetruncate-tiny
2023-04-05 16:45 UTC (3+ messages)
` [PATCH v2 2/2] mm: mlock: use folios_put() in mlock_folio_batch()
[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
2023-04-05 16:43 UTC (4+ messages)
[PATCH v2 0/2] mm/userfaultfd: fix and cleanup for migration entries with uffd-wp
2023-04-05 16:02 UTC (3+ messages)
` [PATCH v2 1/2] mm/userfaultfd: fix uffd-wp handling for THP migration entries
` [PATCH v2 2/2] mm/userfaultfd: don't consider uffd-wp bit of writable "
[PATCH v1 0/2] mm/userfaultfd: fix and cleanup for migration entries with uffd-wp
2023-04-05 15:51 UTC (10+ messages)
` [PATCH v1 1/2] mm/userfaultfd: fix uffd-wp handling for THP migration entries
` [PATCH v1 2/2] mm/userfaultfd: don't consider uffd-wp bit of writable "
[PATCH RFC] Randomized slab caches for kmalloc()
2023-04-05 15:15 UTC (3+ messages)
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-04-05 15:04 UTC (3+ messages)
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
[PATCH] mm, page_alloc: use check_pages_enabled static key to check tail pages
2023-04-05 14:50 UTC (2+ messages)
[PATCH] memcg-v1: Enable setting memory min, low, high
2023-04-05 14:21 UTC (4+ messages)
[PATCH] mm, page_alloc: reduce page alloc/free sanity checks
2023-04-05 14:18 UTC (3+ messages)
[PATCH] iov_iter: Remove last_offset member
2023-04-05 13:37 UTC (2+ messages)
[PATCH v2] regmap: Use mas_walk() instead of mas_find()
2023-04-05 12:25 UTC (2+ messages)
[PATCH v2 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
2023-04-05 10:39 UTC (4+ messages)
` [PATCH v2 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages
[External] RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-04-05 10:18 UTC (2+ messages)
` "
FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-04-05 10:18 UTC (2+ messages)
` "
[PATCH] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
2023-04-05 9:02 UTC (14+ messages)
` [PATCH] mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
` [PATCH v2] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox