messages from 2024-11-09 18:34:52 to 2024-11-27 02:58:01 UTC [more...]
[PATCH v4 0/9] mm: workingset reporting
2024-11-27 2:57 UTC (10+ messages)
` [PATCH v4 1/9] mm: aggregate workingset information into histograms
` [PATCH v4 2/9] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v4 3/9] mm: report workingset during memory pressure driven scanning
` [PATCH v4 4/9] mm: extend workingset reporting to memcgs
` [PATCH v4 5/9] mm: add kernel aging thread for workingset reporting
` [PATCH v4 6/9] selftest: test system-wide "
` [PATCH v4 7/9] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces
` [PATCH v4 8/9] Docs/admin-guide/cgroup-v2: document workingset reporting
` [PATCH v4 9/9] virtio-balloon: add "
[PATCH v2] mm: mmap_lock: optimize mmap_lock tracepoints
2024-11-26 19:29 UTC (5+ messages)
[RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
2024-11-26 10:08 UTC (3+ messages)
[PATCH v3] kernfs: Use RCU for kernfs_node::name and ::parent lookup
2024-11-25 18:02 UTC (3+ messages)
[PATCH] block: iocost: ensure hweight_inuse is at least 1
2024-11-25 10:50 UTC (5+ messages)
[PATCH] freezer, sched: report the frozen task stat as 'D'
2024-11-25 2:14 UTC (5+ messages)
[PATCH] mm: mmap_lock: optimize mmap_lock tracepoints
2024-11-24 13:39 UTC (10+ messages)
[PATCH v5 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
2024-11-22 3:17 UTC (6+ messages)
Nice to meet you all
2024-11-20 22:41 UTC
[RFCv1 0/6] Page Detective
2024-11-20 19:14 UTC (43+ messages)
` [RFCv1 1/6] mm: Make get_vma_name() function public
` [RFCv1 2/6] pagewalk: Add a page table walker for init_mm page table
` [RFCv1 3/6] mm: Add a dump_page variant that accept log level argument
` [RFCv1 4/6] misc/page_detective: Introduce Page Detective
` [RFCv1 5/6] misc/page_detective: enable loadable module
` [RFCv1 6/6] selftests/page_detective: Introduce self tests for Page Detective
[GIT PULL] cgroup: Changes for v6.13
2024-11-20 18:32 UTC (2+ messages)
5.10.225 stable kernel cgroup_mutex not held assertion failure
2024-11-20 17:47 UTC (7+ messages)
[PATCH v2 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping cpumasks
2024-11-20 17:17 UTC (7+ messages)
` [PATCH v2 1/2] sched/isolation: Exclude dynamically isolated CPUs from housekeeping masks
[PATCH] Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"
2024-11-20 2:06 UTC (3+ messages)
[PATCH] cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
2024-11-19 6:03 UTC (8+ messages)
process running under Cgroup2 control is OOM'ed if its stdout goes to a file at at tmpfs filesystem
2024-11-18 18:31 UTC (6+ messages)
[PATCH 0/3] mm: fix format issues and param types
2024-11-18 16:56 UTC (7+ messages)
` [PATCH 1/3] mm: prefer 'unsigned int' to bare use of 'unsigned'
` [PATCH 2/3] mm: remove unnecessary whitespace before a quoted newline
` [PATCH 3/3] mm: remove the non-useful else after a break in a if statement
Additional issue with cpuset isolated partitions?
2024-11-18 9:11 UTC (3+ messages)
[PATCH v4 1/1] memcg/hugetlb: Add hugeTLB counters to memcg
2024-11-17 3:34 UTC (11+ messages)
[PATCH 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
2024-11-17 0:54 UTC (16+ messages)
` [PATCH 1/2] sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes
` [PATCH 2/2] sched/deadline: Correctly account for allocated bandwidth during hotplug
[RFC PATCH v1] blk-mq: isolate CPUs from hctx
2024-11-15 21:37 UTC (6+ messages)
[PATCH v2 0/2] Let cgroup use RCU for kernfs_node::name lookup
2024-11-15 17:32 UTC (12+ messages)
` [PATCH v2 1/2] kernfs: Make it possible to "
` [PATCH v2 2/2] cgroup, kernfs: Move cgroup to the RCU interface for name lookups
[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
2024-11-15 11:48 UTC (10+ messages)
` [PATCH v2 1/2] sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes
` [PATCH v2 2/2] sched/deadline: Correctly account for allocated bandwidth during hotplug
` [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
2024-11-14 8:45 UTC (16+ messages)
` [PATCH 1/7] kernel/cgroup: "
[PATCH mm-unstable v1 0/2] Track pages allocated for struct
2024-11-13 19:18 UTC (4+ messages)
[tj-cgroup:for-6.13] BUILD SUCCESS c4c9cebe2fb9cdc73e55513de7af7a4f50260e88
2024-11-13 7:32 UTC
[tj-cgroup:for-next] BUILD SUCCESS 95ab67727b8fcd200cca45e5bf8fd1c0e2f2f12d
2024-11-13 7:28 UTC
[PATCH 0/3] cgroup/cpuset: Remove redundant rebuild_sched_domains_locked() calls
2024-11-12 19:08 UTC (6+ messages)
` [PATCH 1/3] cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()"
` [PATCH 2/3] cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation
` [PATCH 3/3] cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
[PATCHSET v3] struct fd and memory safety
2024-11-11 17:22 UTC (4+ messages)
` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
` [PATCH v3 14/28] fdget(), trivial conversions
[PATCH 0/3] memcg/hugetlb: Rework memcg hugetlb charging
2024-11-11 6:33 UTC (11+ messages)
` [PATCH 2/3] memcg/hugetlb: Introduce mem_cgroup_charge_hugetlb
` [PATCH 3/3] memcg/hugetlb: Deprecate memcg hugetlb try-commit-cancel protocol
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).