linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-25 20:39 UTC  (13+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 20:31 UTC  (13+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-25 20:21 UTC  (14+ messages)

[rppt-memblock:for-next] BUILD SUCCESS c404f7bfe175730b83e0f5fe5822a02509800b9c
 2024-10-25 20:15 UTC 

[PATCH 0/3] mm/vma: miss to restore vmi.index on expansion failure
 2024-10-25 20:14 UTC  (18+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] tools: test vmi.index would be restored on merge failure
` [PATCH 3/3] tools: fix build error on parameter name omitted

[linux-next:pending-fixes] BUILD REGRESSION a06df994e3b96f0f6b97e5d2679c41f60d182bbe
 2024-10-25 20:13 UTC 

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

[syzbot] [mm?] WARNING in get_taint (2)
 2024-10-25 19:50 UTC 

[PATCH v1 00/14] futex: More futex2 bits
 2024-10-25 19:36 UTC  (5+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-25 19:30 UTC  (9+ messages)

[PATCH 0/6] futex: The remaining futex2 bits
 2024-10-25 19:28 UTC  (11+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
` [PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
` [PATCH 4/6] futex: Enable FUTEX2_{8,16}
` [PATCH 5/6] futex,selftests: Extend the futex selftests
` [PATCH 6/6] futex,selftests: Extend the futex selftests for NUMA

[linux-next:pending-fixes 301/373] mm/vmscan.c:3498: undefined reference to `pmdp_test_and_clear_young'
 2024-10-25 19:21 UTC  (2+ messages)

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-25 19:10 UTC  (7+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages

[PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files
 2024-10-25 19:10 UTC  (2+ messages)

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-25 19:08 UTC  (10+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-25 18:47 UTC  (20+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-10-25 18:36 UTC  (9+ messages)
` [PATCH hotfix 2/2] mm/thp: fix deferred split unqueue naming and locking

[PATCH 0/2] memcg: tracepoint for flushing stats
 2024-10-25 18:26 UTC  (8+ messages)
` [PATCH 2/2] memcg: use memcg flush tracepoint

[PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
 2024-10-25 18:14 UTC  (2+ messages)

[PATCH v3 0/5] fix error handling in mmap_region() and refactor
 2024-10-25 17:53 UTC  (9+ messages)
` [PATCH v3 1/5] tools: testing: add additional vma_internal.h stubs
` [PATCH v3 2/5] mm: isolate mmap internal logic to mm/vma.c
` [PATCH v3 3/5] mm: refactor __mmap_region()
` [PATCH v3 4/5] mm: remove unnecessary reset state logic on merge new VMA
` [PATCH v3 5/5] mm: defer second attempt at merge on mmap()

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-10-25 17:42 UTC  (15+ messages)
` [PATCH v1 1/6] memcg-v1: fully deprecate move_charge_at_immigrate
` [PATCH v1 3/6] memcg-v1: no need for memcg locking for dirty tracking
` [PATCH v1 4/6] memcg-v1: no need for memcg locking for writeback tracking
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU
` [PATCH v1 6/6] memcg-v1: remove memcg move locking code

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-25 17:31 UTC  (6+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast

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

[syzbot] [mm?] INFO: rcu detected stall in vms_complete_munmap_vmas
 2024-10-25 15:46 UTC  (6+ messages)

[RFC] resource: Avoid unnecessary resource tree walking in __region_intersects()
 2024-10-25 15:14 UTC  (11+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-10-25 15:11 UTC  (12+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

[PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work
 2024-10-25 14:40 UTC  (3+ messages)

[PATCH] vmscan,migrate: fix double-decrement on node stats when demoting pages
 2024-10-25 14:17 UTC 

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-25 14:14 UTC  (8+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 5/7] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390
` [PATCH v3 6/7] s390/sparsemem: reduce section size to 128 MiB
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-25 14:07 UTC  (7+ messages)

[PATCH] sched/numa: Fix the potential null pointer dereference in task_numa_work()
 2024-10-25 13:38 UTC  (3+ messages)

[PATCH] mm: shmem: convert to use folio_zero_range()
 2024-10-25 13:35 UTC  (9+ messages)

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

[RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
 2024-10-25 12:54 UTC  (3+ messages)

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-25 10:54 UTC  (9+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH v2 0/8] fix error handling in mmap_region() and refactor
 2024-10-25 10:23 UTC  (8+ messages)
` [PATCH v2 7/8] mm: refactor __mmap_region()
` [PATCH v2 8/8] mm: defer second attempt at merge on mmap()

[PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
 2024-10-25 10:11 UTC  (2+ messages)

[PATCH] mm: krealloc: Fix MTE false alarm in __do_krealloc
 2024-10-25  9:54 UTC  (2+ messages)

[PATCH v3] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-25  9:12 UTC  (3+ messages)

[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
 2024-10-25  8:48 UTC  (3+ messages)

[tip:sched/core] [sched] 7e019dcc47: stress-ng.sigtrap.ops_per_sec 7.6% improvement
 2024-10-25  7:52 UTC 

[BUG] ZSwap leaks memory upon being disabled
 2024-10-25  7:50 UTC  (4+ messages)

[PATCH v2] mm/vma: the pgoff is correct if can_merge_right
 2024-10-25  7:26 UTC  (2+ messages)

cluster_alloc_swap_entry() may change per-cpu cluster of another CPU randomly
 2024-10-25  5:52 UTC  (3+ messages)

[PATCH 1/7] kernel/cgroup: Add "dev" memory accounting cgroup
 2024-10-25  5:44 UTC  (2+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-25  5:12 UTC  (10+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-25  4:35 UTC  (7+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH] mm: shmem: fallback to page size splice if large folio has poisoned subpages
 2024-10-25  3:41 UTC  (3+ messages)

[PATCH v4 0/3] Refactor __kmem_cache_create() and fix memory leak
 2024-10-25  3:12 UTC  (10+ messages)
` [PATCH v4 3/3] mm/slub: Fix memory leak of kobj->name in sysfs_slab_add()

[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
 2024-10-25  2:43 UTC  (5+ messages)
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)

page:  |  | latest

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