[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-26 16:37 UTC (4+ messages)
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
2024-06-26 16:32 UTC (17+ messages)
` [PATCH v2 01/15] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH v2 02/15] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH v2 03/15] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH v2 04/15] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v2 05/15] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v2 06/15] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v2 07/15] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH v2 08/15] mm/mmap: Inline munmap operation in mmap_region()
` [PATCH v2 09/15] mm/mmap: Expand mmap_region() munmap call
` [PATCH v2 10/15] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v2 11/15] mm/mmap: Track start and end of munmap in vma_munmap_struct
` [PATCH v2 12/15] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v2 13/15] mm/mmap: Use PHYS_PFN "
` [PATCH v2 14/15] mm/mmap: Use vms accounted pages "
` [PATCH v2 15/15] mm/mmap: Move may_expand_vm() check "
[akpm-mm:mm-nonmm-unstable 43/43] arch/powerpc/kernel/nvram_64.c:79:17: error: initialization of 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' from incompatible pointer type 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason)'
2024-06-26 16:22 UTC
[PATCH v1 0/2] mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
2024-06-26 16:22 UTC (3+ messages)
` [PATCH v1 2/2] "
[PATCH 1/2] mm: Constify folio_order()/folio_test_pmd_mappable()
2024-06-26 16:21 UTC (11+ messages)
` [PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
[PATCH 1/2] maple_tree: fix alloc node fail issue
2024-06-26 16:06 UTC (2+ messages)
` [PATCH 2/2] maple_tree: Add some alloc node test case
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-06-26 15:56 UTC (6+ messages)
[PATCH v2] mm: optimize the redundant loop of mm_update_next_owner()
2024-06-26 15:23 UTC (6+ messages)
Regression on linux-next (next-20240625)
2024-06-26 15:22 UTC
[linux-next:master 3392/8232] arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dtb: /soc@107c000000/timer@7c003000: failed to match any schema with compatible: ['brcm,bcm2835-system-timer']
2024-06-26 14:53 UTC (2+ messages)
[PATCH v2] mm: vmalloc: Check if a hash-index is in cpu_possible_mask
2024-06-26 14:47 UTC (2+ messages)
[PATCH] mm: vmalloc: Check if a hash-index is in cpu_possible_mask
2024-06-26 14:27 UTC (2+ messages)
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
2024-06-26 13:58 UTC (3+ messages)
[PATCH v3 1/3] Fix userfaultfd_api to return EINVAL as expected
2024-06-26 13:53 UTC (4+ messages)
` [PATCH v3 2/3] Update uffd-stress to handle EINVAL for unset config features
` [PATCH v3 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured
PROBLEM: kernel crashes when running xfsdump since ~6.4
2024-06-26 13:38 UTC (24+ messages)
m68k 54418 fails to execute user space
2024-06-26 13:28 UTC (6+ messages)
[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
2024-06-26 12:23 UTC (6+ messages)
` [RFC PATCH v8 10/10] ras: scrub: ACPI RAS2: Add memory ACPI RAS2 driver
[PATCH] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
2024-06-26 12:20 UTC (2+ messages)
[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-06-26 12:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 3/3] x86/64/mm: Make 5-level paging support unconditional
2024-06-26 12:00 UTC (3+ messages)
` [PATCH] "
[PATCH] mm/numa_balancing: Teach mpol_to_str about the balancing mode
2024-06-26 11:51 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
2024-06-26 10:47 UTC (9+ messages)
[PATCH 00/18] Introduce a store type enum for the Maple tree
2024-06-26 10:40 UTC (3+ messages)
` [PATCH 13/18] maple_tree: simplify mas_commit_b_node()
[linux-next:master 4252/8232] intel_vrr.c:undefined reference to `__udivdi3'
2024-06-26 10:33 UTC
[PATCH -next] mm: memcg: remove redundant seq_buf_has_overflowed()
2024-06-26 9:42 UTC
[PATCH v5 0/6] mm: migrate: support poison recover from migrate folio
2024-06-26 8:53 UTC (7+ messages)
` [PATCH v5 1/6] mm: move memory_failure_queue() into copy_mc_[user]_highpage()
` [PATCH v5 2/6] mm: add folio_mc_copy()
` [PATCH v5 3/6] mm: migrate: split folio_migrate_mapping()
` [PATCH v5 4/6] mm: migrate: support poisoned recover from migrate folio
` [PATCH v5 5/6] fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()
` [PATCH v5 6/6] mm: migrate: remove folio_migrate_copy()
[RFC PATCH] mm: introduce gen information in /proc/xxx/smaps
2024-06-26 8:44 UTC
[linux-next:master 699/8232] arch/loongarch/include/asm/page.h:15:25: error: conversion from 'long unsigned int' to 'u16' {aka 'short unsigned int'} changes value from '65536' to '0'
2024-06-26 8:42 UTC
[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
2024-06-26 8:24 UTC (16+ messages)
` [PATCH 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH 2/4] mm/filemap: Skip to allocate PMD-sized folios if needed
` [PATCH 3/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH 4/4] mm/shmem: Disable PMD-sized page cache if needed
[PATCH] migrate_pages: modify max number of pages to migrate in batch
2024-06-26 7:56 UTC (3+ messages)
[RFC PATCH] A Summary of VMA scanning improvements explored
2024-06-26 7:42 UTC (4+ messages)
` [RFC PATCH 1 1/1] sched/numa: Hot VMA and shared VMA optimization
[PATCH mm-unstable] mm: migrate: folio_ref_freeze() under xas_lock_irq()
2024-06-26 7:24 UTC (6+ messages)
dax alignment problem on arm64 (and other achitectures)
2024-06-26 7:20 UTC (2+ messages)
[PATCH v2 15/15] mm/mmap: Move may_expand_vm() check in mmap_region()
2024-06-26 6:56 UTC
[linux-next:master 7259/8232] drivers/gpu/drm/drm_panic.c:99: multiple definition of `init_module'; drivers/gpu/drm/drm_drv.o:drivers/gpu/drm/drm_drv.c:1079: first defined here
2024-06-26 6:01 UTC
[PATCH v3 00/16] Introduce a store type enum for the Maple tree
2024-06-26 5:37 UTC (2+ messages)
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-06-26 5:20 UTC (14+ messages)
[PATCH v2 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
2024-06-26 5:08 UTC (8+ messages)
` [PATCH v2 3/6] mm/zsmalloc: use a proper page type
[PATCH v6 0/4] Userspace controls soft-offline pages
2024-06-26 5:08 UTC (5+ messages)
` [PATCH v6 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v6 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v6 4/4] docs: mm: add enable_soft_offline sysctl
[PATCH v2] memblock: export memblock_free() to free reserved memory
2024-06-26 5:02 UTC (3+ messages)
[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
2024-06-26 5:01 UTC (3+ messages)
[PATCH 0/4] mm: remove page_maybe_dma_pinned() and page_mkclean()
2024-06-26 4:57 UTC (7+ messages)
` [PATCH 1/4] fs/proc/task_mmu: use folio API in pte_is_pinned()
[linux-next:master 7566/8232] net/core/filter.c:2049:16: sparse: sparse: incorrect type in return expression (different base types)
2024-06-26 4:44 UTC
[PATCH v5 0/4] Userspace controls soft-offline pages
2024-06-26 3:57 UTC (8+ messages)
` [PATCH v5 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v5 4/4] docs: mm: add enable_soft_offline sysctl
[linux-next:master] [bpf, x64] f663a03c8e: test-bpf.Tail_call_count_preserved_across_function_calls.fail
2024-06-26 2:43 UTC (4+ messages)
[RFC PATCH] mm/hugetlb_vmemmap: fix race with speculative PFN walkers
2024-06-26 2:37 UTC (2+ messages)
[linux-next:master 7925/8016] drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1232:20: error: unused function '__build_asserts'
2024-06-26 2:00 UTC
[linux-next:master 7701/8232] mm/huge_memory.c:2735:31: warning: variable 'page' is uninitialized when used here
2024-06-26 1:26 UTC (3+ messages)
[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-06-26 1:23 UTC (5+ messages)
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
2024-06-26 1:21 UTC (5+ messages)
[linux-next:master 6593/8232] arch/powerpc/boot/dts/mpc8313erdb.dtb: ptp_clock@24E00: interrupts: [[12, 8], [13, 8]] is too long
2024-06-26 0:42 UTC
[PATCH] mm: Prevent derefencing NULL ptr in pfn_section_valid()
2024-06-26 0:16 UTC
[linux-next:master 7437/8232] lenovo-yoga-c630.c:undefined reference to `auxiliary_device_init'
2024-06-25 23:38 UTC
[PATCH] hugetlbfs: add MTE support
2024-06-25 23:37 UTC
[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
2024-06-25 22:59 UTC (18+ messages)
[PATCH] hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
2024-06-25 22:54 UTC (3+ messages)
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-06-25 22:51 UTC (3+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
2024-06-25 22:34 UTC (2+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
2024-06-25 22:13 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] filemap: replace pte_offset_map() with pte_offset_map_nolock()
2024-06-25 21:06 UTC (2+ messages)
[linux-next:master 5987/8232] kernel/sched/ext.c:2399:56: sparse: sparse: incorrect type in initializer (different address spaces)
2024-06-25 21:02 UTC
[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
2024-06-25 21:02 UTC (6+ messages)
[RESEND PATCH] mm: page_ref: remove folio_try_get_rcu()
2024-06-25 20:53 UTC
[linus:master] [mm] efa7df3e3b: kernel_BUG_at_include/linux/page_ref.h
2024-06-25 20:53 UTC (14+ messages)
[PATCH mm-unstable] mm: folio_add_new_anon_rmap() careful __folio_set_swapbacked()
2024-06-25 20:12 UTC (5+ messages)
[PATCH] mm/memory-failure: allow memory allocation from emergency reserves
2024-06-25 20:01 UTC (2+ messages)
[PATCH net-next v14 05/13] page_pool: convert to use netmem
2024-06-25 19:53 UTC (2+ messages)
` [PATCH net-next v14 06/13] page_pool: devmem support
[linux-next:master 699/8232] arch/loongarch/include/asm/page.h:15:25: warning: conversion from 'long unsigned int' to 'u16' {aka 'short unsigned int'} changes value from '65536' to '0'
2024-06-25 19:50 UTC
[PATCH] mm: remove partial comments of kswapd_shrink_node head
2024-06-25 18:15 UTC (2+ messages)
[PATCH v8 00/10] enable bs > ps in XFS
2024-06-25 18:07 UTC (9+ messages)
` [PATCH v8 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v8 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v8 07/10] xfs: use kvmalloc for xattr buffers
[PATCH 0/8] selftests/damon: test DAMOS tried regions and {min,max}_nr_regions
2024-06-25 18:05 UTC (9+ messages)
` [PATCH 1/8] selftests/damon/access_memory: use user-defined region size
` [PATCH 2/8] selftests/damon/_damon_sysfs: support schemes_update_tried_regions
` [PATCH 3/8] selftests/damon: implement a program for even-numbered memory regions access
` [PATCH 4/8] selftests/damon: implement DAMOS tried regions test
` [PATCH 5/8] selftests/damon/_damon_sysfs: implement kdamonds stop function
` [PATCH 6/8] selftests/damon: implement test for min/max_nr_regions
` [PATCH 7/8] _damon_sysfs: implement commit() for online parameters update
` [PATCH 8/8] selftests/damon/damon_nr_regions: test online-tuned max_nr_regions
[PATCH v2 0/7] static key support for error injection functions
2024-06-25 17:53 UTC (5+ messages)
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()
[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
2024-06-25 17:51 UTC (5+ messages)
[PATCH 0/10] mm: Fix various readahead quirks
2024-06-25 17:12 UTC (2+ messages)
[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
2024-06-25 17:03 UTC (2+ messages)
[PATCH 0/7] Split list_lru lock into per-cgroup scope
2024-06-25 17:00 UTC (3+ messages)
[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
2024-06-25 16:36 UTC (4+ messages)
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