messages from 2025-02-24 16:56:36 to 2025-04-19 16:35:44 UTC [more...]
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-04-19 16:35 UTC (29+ messages)
` [PATCH v3 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v3 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v3 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v3 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v3 06/20] mm: move _entire_mapcount "
` [PATCH v3 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v3 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v3 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v3 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v3 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v3 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v3 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v3 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v3 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
newlines in filenames; POSIX.1-2024
2025-04-16 16:50 UTC
[PATCH v7 00/14] large atomic writes for xfs
2025-04-16 16:26 UTC (26+ messages)
` [PATCH v7 01/14] fs: add atomic write unit max opt to statx
` [PATCH v7 02/14] xfs: add helpers to compute log item overhead
` [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint
` [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
` [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v7 13/14] xfs: update atomic write limits
` [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCH v7.1 "
[PATCH RFT v16 0/8] fork: Support shadow stacks in clone3()
2025-04-15 23:31 UTC (9+ messages)
` [PATCH RFT v16 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v16 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v16 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v16 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v16 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v16 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v16 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v16 8/8] selftests/clone3: Test shadow stack support
[PATCH RFT v15 0/8] fork: Support shadow stacks in clone3()
2025-04-15 12:56 UTC (11+ messages)
` [PATCH RFT v15 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v15 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v15 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v15 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v15 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v15 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v15 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v15 8/8] selftests/clone3: Test shadow stack support
[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
2025-04-07 6:51 UTC (5+ messages)
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-28 14:09 UTC (20+ messages)
` [PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls
error handling recvfrom(2)
2025-03-27 11:45 UTC
[RFC -next 00/10] Add ZC notifications to splice and sendfile
2025-03-21 21:28 UTC (38+ messages)
` [RFC -next 01/10] splice: Add ubuf_info to prepare for ZC
` [RFC -next 02/10] splice: Add helper that passes through splice_desc
` [RFC -next 03/10] splice: Factor splice_socket into a helper
` [RFC -next 04/10] splice: Add SPLICE_F_ZC and attach ubuf
` [RFC -next 05/10] fs: Add splice_write_sd to file operations
` [RFC -next 06/10] fs: Extend do_sendfile to take a flags argument
` [RFC -next 07/10] fs: Add sendfile2 which accepts "
` [RFC -next 08/10] fs: Add sendfile flags for sendfile2
` [RFC -next 09/10] fs: Add sendfile2 syscall
` [RFC -next 10/10] selftests: Add sendfile zerocopy notification test
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-03-19 23:57 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH v4 0/5] implement lightweight guard pages
2025-03-19 15:15 UTC (6+ messages)
[RFC PATCH 5/9] Define user structure for events and responses
2025-03-11 19:29 UTC (3+ messages)
Add sysctl for tcp_delayed_ack
2025-03-10 7:02 UTC (3+ messages)
[PATCHv3 perf/core] uprobes: Harden uretprobe syscall trampoline check
2025-03-06 11:22 UTC (7+ messages)
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:20 UTC (2+ messages)
` [PATCH v7 5/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (15+ messages)
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-03-02 8:35 UTC (17+ messages)
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions
[PATCH v4 0/5] futex: Create set_robust_list2
2025-02-25 18:35 UTC (6+ messages)
` [PATCH v4 1/5] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v4 2/5] futex: Create set_robust_list2
` [PATCH v4 3/5] futex: Wire up set_robust_list2 syscall
` [PATCH v4 4/5] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH v4 5/5] selftests: futex: Expand robust list test for the new interface
[PATCH v2 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-02-25 10:56 UTC (23+ messages)
` [PATCH v2 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v2 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v2 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v2 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).