messages from 2025-02-03 10:35:44 to 2025-02-25 16:38:06 UTC [more...]
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-25 16:37 UTC (57+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions
` [PATCH 3/4] tools/selftests: expand all guard region tests to file-backed
` [PATCH 4/4] tools/selftests: add file/shmem-backed mapping guard region tests
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-02-25 15:59 UTC (20+ messages)
[PATCH v2 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-02-25 10:56 UTC (35+ messages)
` [PATCH v2 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v2 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v2 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v2 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v2 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v2 06/20] mm: move _entire_mapcount "
` [PATCH v2 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v2 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v2 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v2 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v2 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v2 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [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)
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-02-24 13:28 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools/selftests: add guard region test for /proc/$pid/pagemap
[PATCH v2] ntsync: Check wait count based on byte size
2025-02-21 5:53 UTC (3+ messages)
[PATCH] ntsync: Set the permissions to be 0666
2025-02-19 14:22 UTC (10+ messages)
[PATCH 0/2 v9] reclaim file-backed pages given POSIX_FADV_NOREUSE
2025-02-19 9:38 UTC (2+ messages)
[PATCHv3 perf/core] uprobes: Harden uretprobe syscall trampoline check
2025-02-17 12:09 UTC (7+ messages)
[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-17 9:11 UTC (2+ messages)
` [PATCH v6 5/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
2025-02-17 8:24 UTC (19+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
` [PATCH v7 2/6] selftests/pidfd: add missing system header imcludes to pidfd tests
` [PATCH v7 3/6] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v7 5/6] selftests: pidfd: add tests for PIDFD_SELF_*
` [PATCH v7 6/6] selftests/mm: use PIDFD_SELF in guard pages test
How should userland app be notified when kernel comes out of suspend or hibernation?
2025-02-14 21:49 UTC
How should userland app be notified when kernel comes out of suspend or hibernation?
2025-02-14 20:14 UTC
[PATCHv2 perf/core] uprobes: Harden uretprobe syscall trampoline check
2025-02-12 13:51 UTC (6+ messages)
[PATCH bpf-next] uprobes: Harden uretprobe syscall trampoline check
2025-02-11 8:35 UTC (5+ messages)
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (2+ messages)
` [PATCH v5 6/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
The business loan-
2025-02-08 22:01 UTC
[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
2025-02-08 20:35 UTC (15+ messages)
` [PATCH v3 1/2] seccomp: passthrough uretprobe systemcall without filtering
` [PATCH v3 2/2] selftests/seccomp: validate uretprobe syscall passes through seccomp
[PATCH RFT v14 0/8] fork: Support shadow stacks in clone3()
2025-02-06 21:58 UTC (10+ messages)
` [PATCH RFT v14 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v14 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v14 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v14 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v14 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v14 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v14 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v14 8/8] selftests/clone3: Test shadow stack support
[PATCH 0/2 v8] add ioctl/sysfs to donate file-backed pages
2025-02-04 16:26 UTC (2+ messages)
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (3+ messages)
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).