[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
2024-06-18 23:26 UTC (3+ messages)
` [RFC PATCH v1 1/5] mm: swap: Simplify end-of-cluster calculation
` [RFC PATCH v1 2/5] mm: swap: Change SWAP_NEXT_INVALID to highest value
[PATCH v4 0/5] ptdump: add intermediate directory support
2024-06-18 23:06 UTC (10+ messages)
` [PATCH v4 1/5] mm: add ARCH_SUPPORTS_NON_LEAF_PTDUMP
` [PATCH v4 2/5] arm64: non leaf ptdump support
` [PATCH v4 3/5] arm64: indent ptdump by level, aligning attributes
` [PATCH v4 4/5] arm64: exclusive upper bound for ptdump entries
` [PATCH v4 5/5] arm64: add attrs and format to ptdump document
[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-18 22:45 UTC (7+ messages)
` [PATCH v5 1/6] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v5 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v5 4/6] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v5 5/6] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v5 6/6] selftests/proc: add PROCMAP_QUERY ioctl tests
[PATCH v3 0/6] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-18 22:04 UTC (16+ messages)
` [PATCH v3 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH v3 2/6] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH v3 3/6] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
` [PATCH v3 4/6] selftests/mm: fix vm_util.c build failures: add snapshot of fs.h
` [PATCH v3 5/6] selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"
` [PATCH v3 6/6] selftests/mm: remove local __NR_* definitions
[PATCH] mm: ratelimit oversized kvmalloc warnings instead of once
2024-06-18 21:44 UTC (3+ messages)
[PATCH 0/2] fixup DAMOS_MIGRATE_{HOT,COLD} patchset documentation
2024-06-18 21:36 UTC (3+ messages)
` [PATCH 1/2] Docs/admin-guide/damon/usage: trivial fixups for DAMOS_MIGRATE_{HOT,COLD} documetnation
` [PATCH 2/2] Docs/ABI/damon: document target_nid file
[PATCH 0/1] binfmt_elf, coredump: Log the reason of the failed core dumps
2024-06-18 21:21 UTC (9+ messages)
` [PATCH 1/1] "
[PATCH v4] mm: convert page type macros to enum
2024-06-18 21:14 UTC (8+ messages)
[PATCH v3 00/16] Introduce a store type enum for the Maple tree
2024-06-18 20:47 UTC (17+ messages)
` [PATCH v3 01/16] maple_tree: introduce store_type enum
` [PATCH v3 02/16] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH v3 03/16] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH v3 04/16] maple_tree: introduce mas_wr_store_type()
` [PATCH v3 05/16] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH v3 06/16] maple_tree: use mas_store_gfp() in mas_erase()
` [PATCH v3 07/16] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH v3 08/16] maple_tree: print store type in mas_dump()
` [PATCH v3 09/16] maple_tree: use store type in mas_wr_store_entry()
` [PATCH v3 10/16] maple_tree: convert mas_insert() to preallocate nodes
` [PATCH v3 11/16] maple_tree: simplify mas_commit_b_node()
` [PATCH v3 12/16] maple_tree: remove mas_wr_modify()
` [PATCH v3 13/16] maple_tree: have mas_store() allocate nodes if needed
` [PATCH v3 14/16] maple_tree: remove node allocations from various write helper functions
` [PATCH v3 15/16] maple_tree: remove repeated sanity checks from mas_wr_append()
` [PATCH v3 16/16] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
[linux-next:master 4994/6864] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: /soc/gpu@13000000: failed to match any schema with compatible: ['mediatek,mt8188-mali', 'arm,mali-valhall-jm']
2024-06-18 20:41 UTC
[PATCH v2 -next] mm/hugetlb_cgroup: register lockdep key for cftype
2024-06-18 20:17 UTC (2+ messages)
[PATCH v2 0/9] support large folio swap-out and swap-in for shmem
2024-06-18 20:05 UTC (11+ messages)
` [PATCH v2 1/9] mm: vmscan: add validation before spliting shmem large folio
` [PATCH v2 2/9] mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
` [PATCH v2 3/9] mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
` [PATCH v2 4/9] mm: shmem: return number of pages beeing freed in shmem_free_swap
` [PATCH v2 5/9] mm: filemap: use xa_get_order() to get the swap entry order
` [PATCH v2 6/9] mm: shmem: use swap_free_nr() to free shmem swap entries
` [PATCH v2 7/9] mm: shmem: support large folio allocation for shmem_replace_folio()
` [PATCH v2 8/9] mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_page_cache()
` [PATCH v2 9/9] mm: shmem: support large folio swap out
[PATCH] filemap: add trace events for get_pages, map_pages, and fault
2024-06-18 19:53 UTC (2+ messages)
[PATCH] mm/migrate: make migrate_pages_batch() stats consistent
2024-06-18 19:48 UTC (3+ messages)
mm/slub.c:1163:17: error: implicit declaration of function '__memset'; did you mean '__memset64'? [-Werror=implicit-function-declaration]
2024-06-18 18:42 UTC (2+ messages)
[linux-next:master 3099/6864] drivers/media/i2c/imx283.c:443:30: error: initializer element is not constant
2024-06-18 18:42 UTC
[linux-next:master 4993/6864] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: /soc/syscon@10006000: failed to match any schema with compatible: ['mediatek,mt8188-scpsys', 'syscon', 'simple-mfd']
2024-06-18 18:31 UTC
[PATCH 00/12] mm/damon: introduce DAMON parameters online commit function
2024-06-18 18:18 UTC (13+ messages)
` [PATCH 01/12] mm/damon/core: implement DAMOS quota goals "
` [PATCH 02/12] mm/damon/core: implement DAMON context "
` [PATCH 03/12] mm/damon/sysfs: use damon_commit_ctx()
` [PATCH 04/12] mm/damon/sysfs-schemes: use damos_commit_quota_goals()
` [PATCH 05/12] mm/damon/sysfs: remove unnecessary online tuning handling code
` [PATCH 06/12] mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()
` [PATCH 07/12] mm/damon/sysfs-schemes: remove unnecessary online tuning handling code
` [PATCH 08/12] mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,schemes}()
` [PATCH 09/12] mm/damon/reclaim: use damon_commit_ctx()
` [PATCH 10/12] mm/damon/reclaim: remove unnecessary code for online tuning
` [PATCH 11/12] mm/damon/lru_sort: use damon_commit_ctx()
` [PATCH 12/12] mm/damon/lru_sort: remove unnecessary online tuning handling code
[PATCH] memcg: use ratelimited stats flush in the reclaim
2024-06-18 18:07 UTC (6+ messages)
[linux-next:master 4991/6864] arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dtb: mailbox@10320000: 'clock-names' is a required property
2024-06-18 16:39 UTC
[RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
2024-06-18 16:08 UTC (3+ messages)
[PATCH v4 00/35] kmsan: Enable on s390
2024-06-18 15:36 UTC (15+ messages)
` [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata()
` [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v4 15/35] mm: slub: Let KMSAN access metadata
` [PATCH v4 26/35] s390/diag: Unpoison diag224() output buffer
` [PATCH v4 35/35] kmsan: Enable on s390
` [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v4 14/35] kmsan: Do not round up pg_data_t size
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
[PATCH v1] mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()
2024-06-18 15:10 UTC
[PATCH v4 12/35] kmsan: Support SLAB_POISON
2024-06-18 15:05 UTC (2+ messages)
[PATCH v3] ptdump: add intermediate directory support
2024-06-18 15:03 UTC (3+ messages)
[PATCH net-next v7 01/15] mm: page_frag: add a test module for page_frag
2024-06-18 14:45 UTC (2+ messages)
` "
[PATCH v2 0/5] fstests: add some new LBS inspired tests
2024-06-18 14:10 UTC (5+ messages)
` [PATCH v2 2/5] fstests: add mmap page boundary tests
` [PATCH v2 5/5] fstests: add stress truncation + writeback test
[PATCH v12 00/11] Support page table check PowerPC
2024-06-18 13:09 UTC (2+ messages)
[PATCH v3 -next 0/3] mm/hugetlb_cgroup: rework on cftypes
2024-06-18 13:08 UTC (4+ messages)
` [PATCH v3 -next 3/3] mm/hugetlb_cgroup: switch to the new cftypes
[PATCH v2 0/2] mm: swap: mTHP swap allocator base on swap cluster order
2024-06-18 13:08 UTC (7+ messages)
` [PATCH v2 1/2] mm: swap: swap cluster switch to double link list
[PATCH AUTOSEL 6.6 22/35] selftests: cachestat: Fix build warnings on ppc64
2024-06-18 12:37 UTC
[PATCH AUTOSEL 6.9 25/44] selftests: cachestat: Fix build warnings on ppc64
2024-06-18 12:35 UTC
[PATCH RFC] mm/readahead: Fix repeat initial_readahead
2024-06-18 11:49 UTC
arm64: Kexec: Warning: virt_to_phys used for non-linear address
2024-06-18 11:36 UTC (2+ messages)
[PATCH] memblocks: Move late alloc warning down to phys alloc
2024-06-18 11:02 UTC (2+ messages)
[PATCH] s390/mm: get total ram pages from memblock
2024-06-18 9:57 UTC (2+ messages)
[PATCH v2 0/3] mm: clarify folio_add_new_anon_rmap() and __folio_add_anon_rmap()
2024-06-18 9:55 UTC (5+ messages)
` [PATCH v2 2/3] mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
` [PATCH v2 3/3] mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()
[RFC PATCH 0/3] asynchronously scan and free empty user PTE pages
2024-06-18 9:55 UTC (14+ messages)
[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
2024-06-18 9:31 UTC (16+ messages)
[PATCH v2 0/4] mm: improve clear and copy user folio
2024-06-18 9:12 UTC (5+ messages)
` [PATCH v2 1/4] mm: memory: convert clear_huge_page() to folio_zero_user()
` [PATCH v2 2/4] mm: memory: use folio in struct copy_subpage_arg
` [PATCH v2 3/4] mm: memory: improve copy_user_large_folio()
` [PATCH v2 4/4] mm: memory: rename pages_per_huge_page to nr_pages
[linux-next:master 1797/6646] arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupts: [[0, 62, 4]] is too short
2024-06-18 9:04 UTC
[PATCH] mm: ksm: drop KSM_KMEM_CACHE()
2024-06-18 8:12 UTC (2+ messages)
[PATCH 0/2] mm/zsmalloc: change back to per-size_class lock
2024-06-18 7:59 UTC (4+ messages)
` [PATCH 2/2] mm/zswap: use only one pool in zswap
[linux-next:master] [perf test] 658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail
2024-06-18 7:53 UTC
[PATCH v2] nfs: drop the incorrect assertion in nfs_swap_rw()
2024-06-18 7:52 UTC (2+ messages)
[PATCH] mm/page_alloc: skip THP-sized PCP list when allocating non-CMA THP-sized page
2024-06-18 7:51 UTC (19+ messages)
[PATCH] khugepaged: Simplify the allocation of slab caches
2024-06-18 7:37 UTC (2+ messages)
[PATCH v2] cifs: drop the incorrect assertion in cifs_swap_rw()
2024-06-18 7:22 UTC
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-18 6:56 UTC (15+ messages)
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 11/11] xfs: enable block size larger than page size support
[PATCH v15 0/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
2024-06-18 6:49 UTC (4+ messages)
` [PATCH v15 3/9] "
fix swap on NFS
2024-06-18 6:48 UTC (13+ messages)
` [PATCH] nfs: fix nfs_swap_rw for large-folio swap
[Question] race during kasan_populate_vmalloc_pte
2024-06-18 6:40 UTC
[linux-next:master] [mm/hugetlb_cgroup] 11308a02a5: BUG:key#has_not_been_registered
2024-06-18 3:58 UTC (2+ messages)
[PATCH -next] mm/hugetlb_cgroup: register lockdep key for cftype
2024-06-18 3:47 UTC
[PATCH] mm: fix hard lockup in __split_huge_page
2024-06-18 3:42 UTC (5+ messages)
[PATCH v3 0/3] Userspace controls soft-offline pages
2024-06-18 3:01 UTC (5+ messages)
` [PATCH v3 1/3] mm/memory-failure: userspace controls soft-offlining pages
[PATCH v8 0/3] Reclaim lazyfree THP without splitting
2024-06-18 1:56 UTC (4+ messages)
` [PATCH v8 3/3] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()
[PATCH v2 0/6] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-18 1:52 UTC (7+ messages)
` [PATCH v2 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal
[PATCH v2 0/2] mm: swap: mTHP swap allocator base on swap cluster order
2024-06-17 23:47 UTC (5+ messages)
[PATCH] nfs: fix the incorrect assertion in nfs_swap_rw()
2024-06-17 23:36 UTC (3+ messages)
[linus:master] [mm/migrate] 7262f208ca: kernel_BUG_at_mm/migrate.c
2024-06-17 23:28 UTC (2+ messages)
[linux-next:master 6562/6646] htmldocs: Warning: Documentation/filesystems/xfs-online-fsck-design.rst references a file that doesn't exist: Documentation/filesystems/xfs-self-describing-metadata.rst
2024-06-17 23:17 UTC
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