messages from 2026-05-22 11:36:24 to 2026-05-22 22:47:51 UTC [more...]
[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
2026-05-22 22:47 UTC (4+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-22 22:44 UTC (12+ messages)
[PATCH v2] f2fs: another way to set large folio by remembering inode number
2026-05-22 22:41 UTC (13+ messages)
` [f2fs-dev] "
[PATCH v2] x86/mm: fix freeing of PMD-sized vmemmap pages
2026-05-22 22:35 UTC (6+ messages)
[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
2026-05-22 22:32 UTC (9+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v3 2/4] exec: introduce struct task_exec_state
` [PATCH RFC v3 3/4] ptrace: add ptracer_access_allowed()
[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-22 22:07 UTC (10+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask
[PATCH 0/7 v2] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
2026-05-22 22:06 UTC (8+ messages)
` [PATCH 1/7 v2] mm/page_counter: introduce per-page_counter stock
` [PATCH 2/7 v2] mm/page_counter: use page_counter_stock in page_counter_try_charge
` [PATCH 3/7 v2] mm/page_counter: introduce stock drain APIs
` [PATCH 4/7 v2] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH 5/7 v2] mm/memcontrol: optimize memsw stock for cgroup v1
` [PATCH 6/7 v2] mm/memcontrol: optimize stock usage for cgroup v2
` [PATCH 7/7 v2] mm/memcontrol: remove unused memcg_stock code
[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
2026-05-22 21:58 UTC (31+ messages)
` [PATCH mm-unstable v18 01/14] mm/khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v18 02/14] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v18 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v18 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v18 09/14] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v18 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v18 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v18 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse
[PATCH] exec: free the old mm outside the exec locks
2026-05-22 21:49 UTC (4+ messages)
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-22 21:45 UTC (8+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
[PATCH v3 0/4] Introduce QPW for per-cpu operations (v3)
2026-05-18 16:24 UTC (2+ messages)
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-22 21:31 UTC (29+ messages)
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-05-22 20:24 UTC (13+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH 00/14] mm/damon: minor improvements for code readability and tests
2026-05-22 20:22 UTC (17+ messages)
` [PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [PATCH 05/14] mm/damon/core: hide damon_add_region()
` [PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [PATCH 14/14] selftests/damon/sysfs.sh: test pause "
[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-22 20:11 UTC (9+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v2 2/6] alloc_tag: add ioctl filters "
` [PATCH v2 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v2 4/6] alloc_tag: add accuracy based "
` [PATCH v2 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v2 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest
[PATCH v5 0/2] mm: improve large folio readahead for exec memory
2026-05-22 19:20 UTC (4+ messages)
` [PATCH v5 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v5 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order
[PATCH] block: Add bvec_folio()
2026-05-22 18:21 UTC
[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-05-22 18:07 UTC (2+ messages)
[PATCH v5 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
2026-05-22 18:01 UTC (2+ messages)
[PATCH v5 05/11] PCI: liveupdate: Keep bus numbers constant during Live Update
2026-05-22 17:59 UTC (2+ messages)
[PATCH v3 0/2] mm, slab: optimize returning objects after a partial refill
2026-05-22 17:40 UTC (4+ messages)
` [PATCH v3 1/2] mm, slab: add an optimistic __slab_try_return_freelist()
` [PATCH v3 2/2] mm, slab: simplify returning slab in __refill_objects_node()
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-05-22 17:13 UTC (7+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-22 17:05 UTC (7+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
[PATCH v3] cgroup/dmem: introduce a peak file
2026-05-22 16:48 UTC (2+ messages)
[PATCH v2 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
2026-05-22 16:37 UTC (7+ messages)
` [PATCH v2 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH v2 4/4] memcg: multi objcg charge support
[PATCH] selftests/cgroup: enable memory controller in hugetlb memcg test
2026-05-22 16:24 UTC (3+ messages)
[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
2026-05-22 16:17 UTC (7+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging to memcg
[PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer
2026-05-22 16:16 UTC (8+ messages)
[PATCH v2 0/3] remove mmap_action success, error hooks
2026-05-22 16:07 UTC (5+ messages)
` [PATCH v2 1/3] drivers/char/mem: eliminate unnecessary use of success_hook
` [PATCH v2 2/3] mm/vma: remove mmap_action->success_hook
` [PATCH v2 3/3] mm/vma: eliminate mmap_action->error_hook, introduce error_filter
[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-05-22 15:11 UTC (2+ messages)
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
2026-05-22 15:02 UTC (9+ messages)
` [PATCH 07/12] kho: allow destroying KHO radix tree
` [PATCH 09/12] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-05-22 14:55 UTC (5+ messages)
` [RFC PATCH v2 1/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
` [RFC PATCH v2 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
` [RFC PATCH v2 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v2 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation
[linux-next:master] [mm, slab] 298cdbf5f7: will-it-scale.per_process_ops 6.3% regression
2026-05-22 14:44 UTC (6+ messages)
mm/mprotect.c:700:43: sparse: sparse: cast to non-scalar
2026-05-22 14:29 UTC (2+ messages)
[GIT PULL] slab fix for 7.1-rc4
2026-05-22 14:26 UTC (2+ messages)
[RFC PATCH 00/40] mm: reliable 1GB page allocation
2026-05-22 13:55 UTC (2+ messages)
[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
2026-05-22 13:38 UTC (17+ messages)
` [PATCH v3 01/16] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v3 02/16] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v3 03/16] mm: rename uffd-wp PTE accessors "
` [PATCH v3 04/16] mm: add VM_UFFD_RWP VMA flag
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 06/16] mm: preserve RWP marker across PTE rewrites
` [PATCH v3 07/16] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v3 08/16] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v3 09/16] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v3 10/16] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v3 11/16] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v3 12/16] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode
` [PATCH v3 16/16] ioctl_userfaultfd.2: Add read-write protect mode docs
RFC: better block swap batching and a different take on swap_ops
2026-05-22 13:31 UTC (2+ messages)
[PATCH] mm/cma_sysfs: Skip inactive CMA areas in sysfs
2026-05-22 13:26 UTC (2+ messages)
[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
2026-05-22 13:11 UTC (7+ messages)
[PATCH] sched: restore timer_slack_ns when resetting RT policy on fork
2026-05-22 13:10 UTC (4+ messages)
` [PATCH v3 0/2] sched/fork: fix timer_slack_ns for children of RT tasks
` [PATCH v3 1/2] sched: restore timer_slack_ns when resetting RT policy on fork
` [PATCH v3 2/2] fork: fix default_timer_slack_ns inheritance from RT parent
[PATCH v2] mm/page_alloc: fix defrag_mode for non-reclaimable allocations
2026-05-22 13:05 UTC (3+ messages)
[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
2026-05-22 13:04 UTC (2+ messages)
[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
2026-05-22 12:43 UTC (2+ messages)
[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
2026-05-22 12:43 UTC (2+ messages)
[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
2026-05-22 12:39 UTC (4+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-22 12:37 UTC (16+ messages)
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking
[PATCH v2 0/2] mm/vdso: make offset_in_page() usable without linux/mm.h
2026-05-22 12:18 UTC (5+ messages)
` [PATCH v2 1/2] vdso: move offset_in_page() from linux/mm.h to vdso/page.h
[PATCH 0/8] per-memcg-per-node kmem accounting
2026-05-22 11:59 UTC (4+ messages)
` [PATCH 4/8] mm: memcontrol: track MEMCG_KMEM per NUMA node
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-05-22 8:40 UTC (8+ messages)
[PATCH v3 2/2] mm: shmem: refactor thpsize_shmem_enabled_show() with helper arrays
2026-05-22 11:36 UTC
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