linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/3] mm: process/cgroup ksm support
 2023-04-06 23:29 UTC  (5+ messages)
` [PATCH v5 1/3] mm: add new api to enable ksm per process
` [PATCH v5 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v5 3/3] selftests/mm: add new selftests for KSM

[PATCH v2] dma-buf/heaps: system_heap: Avoid DoS by limiting single allocations to half of all memory
 2023-04-06 23:27 UTC  (9+ messages)

[PATCH v1] mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
 2023-04-06 22:57 UTC  (2+ messages)

[PATCH v5 0/6] userfaultfd: convert userfaultfd functions to use folios
 2023-04-06 22:48 UTC  (9+ messages)
` [PATCH v5 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
` [PATCH v5 2/6] userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
` [PATCH v5 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
` [PATCH v5 4/6] userfaultfd: convert mfill_atomic_hugetlb() to use a folio

[PATCH] mm-treewide-redefine-max_order-sanely-fix.txt
 2023-04-06 22:44 UTC  (7+ messages)

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-06 22:27 UTC  (8+ messages)
  ` RE(2): "

[PATCH v5 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-06 22:25 UTC  (12+ messages)
` [PATCH v5 1/2] mm: vmscan: ignore "
` [PATCH v5 2/2] mm: vmscan: refactor reclaim_state helpers

[PATCH] mm/mprotect: Fix do_mprotect_pkey() return on error
 2023-04-06 22:04 UTC  (3+ messages)

[PATCH v12 0/3] Memory poison recovery in khugepaged collapsing
 2023-04-06 21:56 UTC  (5+ messages)

[PATCH v4 0/6] userfaultfd: convert userfaultfd functions to use folios
 2023-04-06 21:28 UTC  (5+ messages)
` [PATCH v4 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio

[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-06 21:12 UTC  (15+ 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 20:18 UTC  (4+ messages)

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-06 20:16 UTC  (16+ 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

global_reclaim() and code documentation (was: Re: [PATCH v3 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
 2023-04-06 20:02 UTC  (3+ messages)

[PATCH RFC] shmem: stable directory cookies
 2023-04-06 19:38 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1beddc8728adc4cebe4f26de448b6c93d09e4ab9
 2023-04-06 18:46 UTC 

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-06 18:27 UTC  (24+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-06 18:26 UTC  (4+ messages)

[linux-next:master 2370/9787] drivers/remoteproc/imx_dsp_rproc.c:765:39: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-04-06 18:21 UTC 

RFC for new feature to move pages from one vma to another without split
 2023-04-06 17:29 UTC  (2+ messages)

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-04-06 17:10 UTC  (16+ messages)
` [PATCH v4 2/3] mm: add new KSM process and sysfs knobs

[PATCH 0/2] Fix Random Kernel panic from when fail to reserve memory
 2023-04-06 16:06 UTC  (5+ messages)
` [PATCH 1/2] memblock: Differentiate regions overlap from both regions being the same
` [PATCH 2/2] of: fdt: Allow the kernel to mark nomap regions received from fdt

[PATCH 0/2] Couple of trivial fixes for LAM vs. SVA interaction
 2023-04-06 15:59 UTC  (4+ messages)
` [PATCH 1/2] x86/mm/iommu/sva: Fix error code for LAM enabling failure due to SVA

[PATCH net-next v5 00/19] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06 15:36 UTC  (23+ 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 net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06 15:03 UTC  (4+ messages)

[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
 2023-04-06 14:57 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-06 14:54 UTC  (5+ messages)
` [PATCH v11 2/2] "

[PATCH -next v8 0/3] Delay the initialization of zswap
 2023-04-06 14:53 UTC  (5+ messages)
` [PATCH -next v8 2/3] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v8 3/3] mm/zswap: delay the initialization of zswap

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-06 14:14 UTC  (17+ 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 v3 2/2] ACPI: APEI: handle synchronous exceptions in task work
 2023-04-06 12:39 UTC  (2+ messages)

Re: RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-06 12:27 UTC  (6+ messages)
  `  "
          `  "

[PATCH net-next] net: sunhme: move asm includes to below linux includes
 2023-04-06 12:10 UTC  (8+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-06 12:07 UTC  (5+ messages)
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling

[PATCH 6/9] fortify: Split reporting and avoid passing string pointer
 2023-04-06 11:19 UTC 

[PATCH] selftests/mm: fix memory leak in child_memcmp_fn
 2023-04-06 10:37 UTC  (4+ messages)

[PATCH v2 1/2] mm: swap: fix performance regression on sparsetruncate-tiny
 2023-04-06 10:26 UTC  (4+ messages)
` [PATCH v2 2/2] mm: mlock: use folios_put() in mlock_folio_batch()

[linux-next:master 7065/9787] drivers/bluetooth/hci_qca.c:1894:37: warning: unused variable 'qca_soc_data_wcn6855'
 2023-04-06 10:08 UTC 

[syzbot] Monthly mm report
 2023-04-06 10:02 UTC  (4+ messages)
    `  "

[PATCH][next] mm: truncate: remove redundant initialization of new_order
 2023-04-06  9:58 UTC 

[PATCH] memcg: Default value setting in memcg-v1
 2023-04-06  9:14 UTC 

[syzbot] WARNING in split_huge_page_to_list (2)
 2023-04-06  8:25 UTC  (3+ messages)

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-06  8:08 UTC  (5+ 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 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  (4+ messages)
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates

[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 3/6] mm: handle poisoning of pfn without struct pages
 2023-04-05 21:07 UTC  (2+ messages)

[PATCH v3 2/6] vfio/nvgpu: expose GPU device memory as BAR1
 2023-04-05 21:07 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 

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-05 19:12 UTC  (3+ messages)
` [PATCH 14/29] selftests/mm: uffd_[un]register()

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 18:55 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 8417c8f5007bf4567ccffda850a3157c7d905f67
 2023-04-05 18:35 UTC 

page:  |  | latest

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