linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-01 16:56 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] TAO: THP Allocator Optimizations
 2024-11-01 16:55 UTC  (4+ messages)
` [Chapter One] THP zones: the use cases of policy zones

[PATCH v5 0/5] mm: add more kernel parameters to control mTHP
 2024-11-01 16:54 UTC  (6+ messages)
` [PATCH v5 1/5] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v5 2/5] mm: shmem: control THP support through the kernel command line
` [PATCH v5 3/5] mm: move ``get_order_from_str()`` to internal.h
` [PATCH v5 4/5] mm: shmem: override mTHP shmem default with a kernel parameter
` [PATCH v5 5/5] mm: huge_memory: Use strscpy() instead of strcpy()

[PATCH v5 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-01 16:48 UTC  (11+ messages)
` [PATCH v5 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v5 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v5 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH v2 0/3] tmpfs: Casefold fixes
 2024-11-01 16:42 UTC  (4+ messages)
` [PATCH v2 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
` [PATCH v2 2/3] tmpfs: Fix type for sysfs' casefold attribute
` [PATCH v2 3/3] tmpfs: Initialize sysfs during tmpfs init

[PATCH v4 0/5] mm: add more kernel parameters to control mTHP
 2024-11-01 16:38 UTC  (6+ messages)
` [PATCH v4 1/5] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v4 2/5] mm: shmem: control THP support through the kernel command line
` [PATCH v4 3/5] mm: move ``get_order_from_str()`` to internal.h
` [PATCH v4 4/5] mm: shmem: override mTHP shmem default with a kernel parameter
` [PATCH v4 5/5] mm: huge_memory: Use strscpy() instead of strcpy()

[PATCH v3 0/4] mm: add more kernel parameters to control mTHP
 2024-11-01 16:34 UTC  (22+ messages)
` [PATCH v3 3/4] mm: shmem: override mTHP shmem default with a kernel parameter
` [PATCH v3 4/4] mm: huge_memory: Use strscpy() instead of strcpy()

[PATCH 0/3] tmpfs: Casefold fixes
 2024-11-01 16:23 UTC  (7+ messages)
` [PATCH 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
` [PATCH 2/3] tmpfs: Fix type for sysfs' casefold attribute
` [PATCH 3/3] tmpfs: Initialize sysfs during tmpfs init

[PATCH RFC] mm: mitigate large folios usage and swap thrashing for nearly full memcg
 2024-11-01 16:19 UTC  (13+ messages)

[RFC PATCH 0/3] Cgroup-based THP control
 2024-11-01 16:01 UTC  (20+ messages)

[PATCH mm-unstable v1 0/2] Track pages allocated for struct
 2024-11-01 15:54 UTC  (5+ messages)
` [PATCH mm-unstable v1 1/2] mm: add generic system-wide page counters
` [PATCH mm-unstable v1 2/2] mm, swap: add pages allocated for struct swap_cgroup to vmstat

[Invitation] Linux MM Alignment Session on Memory Error Detector on Wednesday
 2024-11-01 15:08 UTC  (3+ messages)

[linux-next:fs-current] BUILD SUCCESS 451fff7dde09bdcf810a08003cb03b38eef1031e
 2024-11-01 15:07 UTC 

[PATCH v2 0/6] Buddy allocator like folio split
 2024-11-01 15:03 UTC  (7+ messages)
` [PATCH v2 1/6] mm/huge_memory: add two new (yet used) functions for folio_split()
` [PATCH v2 2/6] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v2 3/6] mm/huge_memory: add buddy allocator like folio_split()
` [PATCH v2 4/6] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v2 5/6] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v2 6/6] mm/truncate: use folio_split() for truncate operation

[PATCH v5 0/5] refine storing null
 2024-11-01 14:59 UTC  (10+ messages)
` [PATCH v5 1/5] maple_tree: print empty for an empty tree on mt_dump()
` [PATCH v5 2/5] maple_tree: the return value of mas_root_expand() is not used
` [PATCH v5 3/5] maple_tree: not necessary to check index/last again
` [PATCH v5 4/5] maple_tree: refine mas_store_root() on storing NULL
` [PATCH v5 5/5] maple_tree: add a test checking storing null

[PATCH] MAINTAINERS: exec: Add auxvec.h UAPI
 2024-11-01 14:17 UTC  (2+ messages)

[RFC PATCH] mm/damon/core: avoid overflow in damon_feed_loop_next_input()
 2024-11-01 14:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: exec: Mark Kees as maintainer
 2024-11-01 14:16 UTC  (2+ messages)

[PATCH] selftests: hugetlb_dio: Check for initial conditions to skip in the start
 2024-11-01 14:15 UTC 

[PATCH v1] mm/slab: Allow cache creation to proceed even if sysfs registration fails
 2024-11-01 13:58 UTC  (3+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-01 13:54 UTC  (3+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "

[PATCH v1 1/2] selftests/x86/syscall: fix coccinelle WARNING recommending the use of ARRAY_SIZE()
 2024-11-01 13:48 UTC  (4+ messages)
` [PATCH v1 2/2] selftests/mm: "

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-11-01 13:42 UTC  (11+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH] mm: use vma_policy() to get vm_policy
 2024-11-01 13:30 UTC  (3+ messages)

[syzbot] [mm?] [input?] [usb?] INFO: rcu detected stall in brk (2)
 2024-11-01 12:14 UTC  (9+ messages)

[PATCH] mm: Fix __wp_page_copy_user fallback path for remote mm
 2024-11-01 12:08 UTC 

[PATCH v2 1/2] hung_task: add detect count for hung tasks
 2024-11-01 11:48 UTC  (2+ messages)

[PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
 2024-11-01 11:44 UTC  (16+ messages)

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-11-01 11:11 UTC  (13+ messages)

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-01 11:06 UTC  (18+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API

[PATCH v2] vma: Detect infinite loop in vma tree
 2024-11-01 10:54 UTC  (6+ messages)

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-11-01 10:06 UTC  (8+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
 2024-11-01  9:45 UTC  (20+ messages)

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-01  9:17 UTC  (16+ messages)
` [PATCH v15 01/15] EDAC: Add support for EDAC device features control
` [PATCH v15 02/15] EDAC: Add scrub control feature
` [PATCH v15 03/15] EDAC: Add ECS "
` [PATCH v15 04/15] cxl: Add Get Supported Features command for kernel usage
` [PATCH v15 05/15] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v15 06/15] cxl/mbox: Add SET_FEATURE "
` [PATCH v15 07/15] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v15 08/15] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v15 09/15] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v15 10/15] ras: mem: Add memory "
` [PATCH v15 11/15] EDAC: Add memory repair control feature
` [PATCH v15 12/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v15 13/15] cxl/memfeature: Add CXL memory device sPPR control feature
` [PATCH v15 14/15] cxl/memfeature: Add CXL memory device memory sparing "
` [PATCH v15 15/15] EDAC: Add documentation for RAS feature control

[PATCH v3] mm/vmscan: stop the loop if enough pages have been page_out
 2024-11-01  8:49 UTC  (11+ messages)
                  ` 回复: "

[PATCH 1/1] alloc_tag: fix empty codetag module section handling
 2024-11-01  7:04 UTC  (4+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-01  6:11 UTC  (6+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
 2024-11-01  4:56 UTC 

[PATCH v2] vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
 2024-11-01  4:06 UTC 

[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
 2024-11-01  1:34 UTC  (9+ messages)

[PATCH v2] mm: huge_memory: move file_thp_enabled() into huge_memory.c
 2024-11-01  1:07 UTC  (4+ messages)
` [PATCH v2] mm: shmem: remove __shmem_huge_global_enabled()

[PATCH 0/2] mm/damon/core: fix handling of zero non-sampling intervals
 2024-11-01  0:27 UTC  (4+ messages)
` [PATCH 1/2] mm/damon/core: handle zero {aggregation,ops_update} intervals
` [PATCH 2/2] mm/damon/core: handle zero schemes apply interval

DAMON Beer/Coffee/Tea chat reminder for the week of 2024-11-04
 2024-11-01  0:06 UTC 

[linux-next:master] BUILD REGRESSION f9f24ca362a4d84dd8aeb4b8f3ec28cb6c43dd06
 2024-10-31 23:50 UTC 

[PATCH v2 1/1] alloc_tag: avoid execmem_vmap() when !MMU
 2024-10-31 23:36 UTC 

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-10-31 23:18 UTC  (7+ messages)
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[PATCH v4 5/5] maple_tree: add a test checking storing null
 2024-10-31 23:04 UTC  (7+ messages)

[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-31 22:10 UTC  (2+ messages)

[BUG] ZSwap leaks memory upon being disabled
 2024-10-31 22:04 UTC  (18+ messages)
                        ` phantom memory in a cgroup (was [BUG] ZSwap leaks memory upon being disabled)

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-31 21:41 UTC  (7+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-31 21:07 UTC  (2+ messages)

[linux-next:fs-current] BUILD SUCCESS 9a46a7229dcc27563a97a8fdc38c56e5d3447036
 2024-10-31 20:23 UTC 

[linux-next:fs-next] BUILD SUCCESS 708a7453332ce6d439a04a7d0d9565eec4b8c5b0
 2024-10-31 20:15 UTC 

[PATCH v8 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-31 19:11 UTC  (6+ messages)
` [PATCH v8 8/9] tmpfs: Expose filesystem features via sysfs

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-31 18:10 UTC  (6+ messages)
` [PATCH v1 4/6] arm64: broadcast IPIs to pause remote CPUs

[BUG] -next lockdep invalid wait context
 2024-10-31 17:50 UTC  (8+ messages)

[PATCH] vma: Detect infinite loop in vma tree
 2024-10-31 17:30 UTC  (6+ messages)

[PATCH] trace/events/page_ref: add page info to page_ref trace event
 2024-10-31  7:24 UTC  (2+ messages)

[PATCH v2] mm: define general function pXd_init()
 2024-10-31  1:13 UTC  (3+ 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