linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-07 10:04 UTC  (20+ 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 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-07  9:48 UTC  (25+ messages)
` [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
` [PATCH 03/29] selftests/mm: Dump a summary in run_vmtests.sh
` [PATCH 04/29] selftests/mm: Merge util.h into vm_util.h
` [PATCH 05/29] selftests/mm: Use TEST_GEN_PROGS where proper
` [PATCH 06/29] selftests/mm: Link vm_util.c always
` [PATCH 07/29] selftests/mm: Merge default_huge_page_size() into one
` [PATCH 08/29] selftests/mm: Use PM_* macros in vm_utils.h
` [PATCH 09/29] selftests/mm: Reuse pagemap_get_entry() in vm_util.h
` [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
` [PATCH 11/29] selftests/mm: Drop test_uffdio_zeropage_eexist

Re: RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-07  9:30 UTC  (7+ messages)
  `  "
          `  "
              `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-07  9:29 UTC  (10+ messages)
  ` RE(2): "
                    `  "

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

[PATCH v2] dma-buf/heaps: system_heap: Avoid DoS by limiting single allocations to half of all memory
 2023-04-07  5:12 UTC  (13+ messages)

[PATCH v1] mm: Fix: remove ksm_add_mm and ksm_add_vmas
 2023-04-07  4:24 UTC 

[PATCH v5 0/3] mm: process/cgroup ksm support
 2023-04-07  4:09 UTC  (6+ 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 1/2] maple_tree: Add a test case to check maple_alloc
 2023-04-07  4:07 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: Fix a potential memory leak, OOB access, or other unpredictable bug

[PATCH v4] signal: Let tasks cache one sigqueue struct
 2023-04-07  3:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e134c93f788fb93fd6a3ec3af9af850a2048c7e6
 2023-04-07  3:43 UTC 

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-07  3:03 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 8/9] irqentry: define irqentry_exit_allow_resched()
` [PATCH 9/9] x86/clear_huge_page: make clear_contig_region() preemptible

[PATCH v5 0/6] userfaultfd: convert userfaultfd functions to use folios
 2023-04-07  2:28 UTC  (14+ 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 v5 5/6] mm: convert copy_user_huge_page() to copy_user_folio()
` [PATCH v5 6/6] userfaultfd: convert mfill_atomic() to use a folio

[PATCH v3 2/2] ACPI: APEI: handle synchronous exceptions in task work
 2023-04-07  2:21 UTC  (3+ messages)

[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
 2023-04-07  2:20 UTC  (11+ messages)
` [PATCH v2] "

[PATCH net-next v5 00/19] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-07  2:13 UTC  (27+ 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] net: sunhme: move asm includes to below linux includes
 2023-04-07  2:10 UTC  (8+ messages)

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

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

[PATCH] arm64/mm: don't WARN when alloc/free-ing device private pages
 2023-04-07  0:13 UTC  (5+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-06 23:44 UTC  (3+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[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] mm-treewide-redefine-max_order-sanely-fix.txt
 2023-04-06 22:44 UTC  (7+ messages)

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

[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  (11+ messages)
` [PATCH v2 5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-06 12:07 UTC  (2+ messages)

[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  (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