messages from 2025-10-13 20:33:17 to 2025-10-17 20:13:30 UTC [more...]
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-17 20:12 UTC (35+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
[PATCHv3] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
2025-10-17 17:52 UTC (2+ messages)
[PATCH] cgroup/misc: fix misc_res_type kernel-doc warning
2025-10-17 15:32 UTC (2+ messages)
[PATCH] memcg: net: track network throttling due to memcg memory pressure
2025-10-17 14:15 UTC (7+ messages)
[PATCH v5 0/4] reparent the THP split queue
2025-10-17 5:38 UTC (8+ messages)
` [PATCH v5 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v5 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH v5 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v5 4/4] mm: thp: reparent the split queue during memcg offline
[PATCH -next RFC 00/16] cpuset: rework local partition logic
2025-10-17 1:05 UTC (2+ messages)
[PATCH v2 0/2] memcg: reading memcg stats more efficiently
2025-10-16 23:00 UTC (16+ messages)
` [PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
` [PATCH v2 2/2] memcg: selftests for memcg stat kfuncs
[PATCH v2] memcg: net: track network throttling due to memcg memory pressure
2025-10-16 19:57 UTC (3+ messages)
[tj-cgroup:for-next] BUILD SUCCESS 4cdde87d723a0552f475c8c6b0db472a6945125f
2025-10-16 14:25 UTC
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v4)
2025-10-16 7:48 UTC (18+ messages)
` [PATCH 01/16] mm: add gpu active/reclaim per-node stat counters (v2)
` [PATCH 02/16] drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)
` [PATCH 03/16] ttm/pool: port to list_lru. (v2)
` [PATCH 04/16] ttm/pool: drop numa specific pools
` [PATCH 05/16] ttm/pool: make pool shrinker NUMA aware
` [PATCH 06/16] ttm/pool: track allocated_pages per numa node
` [PATCH 07/16] memcg: add support for GPU page counters. (v3)
` [PATCH 08/16] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 09/16] ttm/pool: initialise the shrinker earlier
` [PATCH 10/16] ttm: add objcg pointer to bo and tt (v2)
` [PATCH 11/16] ttm/pool: enable memcg tracking and shrinker. (v2)
` [PATCH 12/16] ttm: hook up memcg placement flags
` [PATCH 13/16] memcontrol: allow objcg api when memcg is config off
` [PATCH 14/16] amdgpu: add support for memory cgroups
` [PATCH 15/16] ttm: add support for a module option to disable memcg integration
` [PATCH 16/16] xe: create a flag to enable memcg accounting for XE as well
[PATCH v5] memcg: expose socket memory pressure in a cgroup
2025-10-15 20:17 UTC (18+ messages)
[PATCH 0/2] selftests: cgroup: improve diagnostics for CPU test failures
2025-10-15 15:00 UTC (11+ messages)
` [PATCH 1/2] selftests: cgroup: add values_close_assert helper
` [PATCH 2/2] selftests: cgroup: Use values_close_assert in test_cpu
` [PATCH v2 0/2] selftests: cgroup: improve diagnostics for CPU test failures
` [PATCH v2 1/2] selftests: cgroup: add values_close_assert helper
` [PATCH v2 2/2] selftests: cgroup: Use values_close_assert in test_cpu
` [PATCH v3 0/2] selftests: cgroup: improve diagnostics for CPU test failures
` [PATCH v3 1/2] selftests: cgroup: add values_close_report helper
` [PATCH v3 2/2] selftests: cgroup: Use values_close_report in test_cpu
[PATCH v2 0/5] cgroup/dmem,drm/ttm: Improve protection in contended cases
2025-10-15 13:57 UTC (6+ messages)
` [PATCH v2 1/5] cgroup/dmem: Add queries for protection values
` [PATCH v2 2/5] cgroup/dmem: Add dmem_cgroup_common_ancestor helper
` [PATCH v2 3/5] drm/ttm: Make a helper for attempting allocation in a place
` [PATCH v2 4/5] drm/ttm: Be more aggressive when allocating below protection limit
` [PATCH v2 5/5] drm/ttm: Use common ancestor of evictor and evictee as limit pool
[PATCH v3] slab: Add check for memcg_data != OBJEXTS_ALLOC_FAIL in folio_memcg_kmem
2025-10-15 11:40 UTC (12+ messages)
[PATCH 0/4] blk-rq-qos: fix possible deadlock
2025-10-15 9:27 UTC (23+ messages)
` [PATCH 1/4] blk-mq-debugfs: warn about "
` [PATCH 2/4] blk-mq-debugfs: factor out a helper blk_mq_debugfs_register_rq_qos()
` [PATCH 3/4] blk-rq-qos: fix possible deadlock
` [PATCH 4/4] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-10-15 0:45 UTC (8+ messages)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
2025-10-14 20:53 UTC (2+ messages)
[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-14 20:50 UTC (28+ messages)
` [PATCH 10/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 15/33] sched/isolation: Flush vmstat "
` [PATCH 16/33] PCI: Flush PCI probe workqueue "
` [PATCH 17/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 19/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 20/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 21/33] kthread: Refine naming of affinity related fields
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 23/33] kthread: Include kthreadd to "
` [PATCH 24/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 25/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 26/33] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 27/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
` [PATCH 28/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 29/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 30/33] kthread: Add API to update preferred affinity on kthread runtime
` [PATCH 31/33] kthread: Document kthread_affine_preferred()
` [PATCH 32/33] genirq: Correctly handle preferred kthreads affinity
` [PATCH 33/33] doc: Add housekeeping documentation
[PATCH v0 0/2] mm: swap: Gather swap entries and batch async release
2025-10-14 20:42 UTC (5+ messages)
[PATCH v4 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
2025-10-14 14:25 UTC (2+ messages)
[PATCH v2] slab: Add check for memcg_data's upper bits in folio_memcg_kmem
2025-10-14 14:08 UTC
[PATCH] slab: Introduce __SECOND_OBJEXT_FLAG for objext_flags
2025-10-14 13:18 UTC (6+ messages)
` [syzbot ci] "
[linus:master] [slab] af92793e52: BUG_kmalloc-#(Not_tainted):Freepointer_corrupt
2025-10-14 13:11 UTC (4+ messages)
[PATCH v4 0/4] reparent the THP split queue
2025-10-14 6:49 UTC (5+ 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).