messages from 2024-07-31 00:21:59 to 2024-08-13 06:18:09 UTC [more...]
[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
2024-08-13 6:17 UTC (6+ messages)
[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
2024-08-13 5:09 UTC (5+ messages)
[PATCH -next 0/2] Fixes about delegation
2024-08-13 3:48 UTC (7+ messages)
` [PATCH -next 1/2] cgroup: update comment "
` [PATCH -next 2/2] cgroup: Disallow delegatee to write all interfaces outsize of cgroup ns
[PATCHSET][RFC] struct fd and memory safety
2024-08-13 3:32 UTC (90+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 02/39] introduce fd_file(), convert all accessors to it
` [PATCH 03/39] struct fd: representation change
` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
` [PATCH 15/39] convert vmsplice() "
` [PATCH 16/39] convert __bpf_prog_get() "
` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
` [PATCH 23/39] fdget(), trivial conversions
` [PATCH 24/39] fdget(), more "
` [PATCH 25/39] convert do_preadv()/do_pwritev()
` [PATCH 26/39] convert cachestat(2)
` [PATCH 28/39] convert spu_run(2)
` [PATCH 29/39] convert media_request_get_by_fd()
` [PATCH 30/39] convert coda_parse_fd()
` [PATCH 31/39] convert cifs_ioctl_copychunk()
` [PATCH 32/39] convert vfs_dedupe_file_range()
` [PATCH 33/39] convert do_select()
` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
` [PATCH 35/39] convert bpf_token_create()
` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
` [PATCH 37/39] memcg_write_event_control(): switch "
` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()
[PATCH v2] mm,memcg: provide per-cgroup counters for NUMA balancing operations
2024-08-12 23:16 UTC (2+ messages)
[PATCH V9 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
2024-08-12 14:41 UTC (3+ messages)
` [PATCH V9 2/2] cgroup/rstat: add tracepoints for ongoing flusher waits
[PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
2024-08-12 9:35 UTC (2+ messages)
[PATCH] memcg: replace memcg ID idr with xarray
2024-08-12 8:07 UTC (6+ messages)
[tj-cgroup:for-6.12] BUILD SUCCESS 9b103943ab281d137df1cdb48dcef329a87e0a06
2024-08-10 16:07 UTC
[tj-cgroup:for-next] BUILD SUCCESS d8454758e6e40489085b012e23654648362c18d3
2024-08-10 15:28 UTC
[PATCH -next] cgroup/cpuset: Do not clear xcpus when clearing cpus
2024-08-09 18:51 UTC (4+ messages)
[PATCH] cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()
2024-08-09 16:36 UTC (2+ messages)
[PATCH] memcg: protect concurrent access to mem_cgroup_idr
2024-08-09 12:23 UTC (7+ messages)
[PATCH v4] blk-cgroup: Replace u64 sync with spinlock for iostat
2024-08-09 7:50 UTC (7+ messages)
[linux-next:master] [cgroup] ab03125268: WARNING:at_kernel/cgroup/cgroup.c:#css_release_work_fn
2024-08-09 1:58 UTC (2+ messages)
[PATCHSET sched_ext/for-6.12] sched_ext: Add cgroup support
2024-08-08 17:38 UTC (9+ messages)
` [PATCH 1/7] cgroup: Implement cgroup_show_cftypes()
` [PATCH 2/7] sched: Expose css_tg()
` [PATCH 3/7] sched: Enumerate CPU cgroup file types
` [PATCH 4/7] sched: Make cpu_shares_read_u64() use tg_weight()
` [PATCH 5/7] sched: Introduce CONFIG_GROUP_SCHED_WEIGHT
` [PATCH 6/7] sched_ext: Add cgroup support
` [PATCH 7/7] sched_ext: Add a cgroup scheduler which uses flattened hierarchy
[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-08-08 17:03 UTC (7+ messages)
[linus:master] [memcg] fefc6e6631: will-it-scale.per_thread_ops 12.7% improvement
2024-08-08 5:32 UTC
[PATCH v2 0/3] mm: tlb swap entries batch async release
2024-08-06 22:39 UTC (16+ messages)
` [PATCH v2 1/3] mm: move task_is_dying to h headfile
` [PATCH v2 2/3] mm: tlb: add tlb swap entries batch async release
` [PATCH v2 3/3] mm: s390: fix compilation warning
[PATCH v7] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-08-06 23:13 UTC (10+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests
[tj-cgroup:for-6.11-fixes] BUILD SUCCESS ff0ce721ec213499ec5a532041fb3a1db2dc5ecb
2024-08-06 21:39 UTC
[RFC PATCH 0/6] DRM resource management cgroup, try 2
2024-08-06 15:26 UTC (10+ messages)
` [RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
[tj-cgroup:for-6.12] BUILD SUCCESS 92841d6e23de09f180f948f99ddb40135775cedc
2024-08-06 14:39 UTC
[tj-cgroup:for-next] BUILD SUCCESS 33ed8884df3dc955ef9d8756a007b5289b96e3bb
2024-08-06 14:02 UTC
[PATCH v2 -next] cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork
2024-08-05 22:16 UTC (3+ messages)
[PATCH-cgroup 0/5] cgroup/cpuset: Miscellaneous cpuset updates for 6.12
2024-08-05 20:58 UTC (9+ messages)
` [PATCH-cgroup 1/5] cgroup/cpuset: fix panic caused by partcmd_update
` [PATCH-cgroup 2/5] cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
` [PATCH-cgroup 3/5] cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
` [PATCH-cgroup 4/5] cgroup/cpuset: Check for partition roots with overlapping CPUs
` [PATCH-cgroup 5/5] selftest/cgroup: Add new test cases to test_cpuset_prs.sh
[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
2024-08-05 18:50 UTC (8+ messages)
[PATCH v3 0/2] mm: tlb swap entries batch async release
2024-08-05 15:36 UTC (3+ messages)
` [PATCH v3 1/2] mm: move task_is_dying to h headfile
` [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
[PATCH -next] cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork
2024-08-05 0:43 UTC (3+ messages)
[tj-cgroup:for-next] BUILD SUCCESS 563ea1f5f85171b68f9075f5c3c22c4b521f1b5e
2024-08-03 19:46 UTC
[BUG] mm/cgroupv2: memory.min may lead to an OOM error
2024-08-02 1:56 UTC (4+ messages)
[tj-cgroup:for-next] BUILD SUCCESS ab03125268679e058e1e7b6612f6d12610761769
2024-08-01 18:28 UTC
[PATCH 0/2] mm: tlb swap entries batch async release
2024-08-01 6:54 UTC (11+ messages)
` [PATCH 2/2] mm: tlb: add "
[PATCH] mm: fix compilation warning in patchs
2024-08-01 6:50 UTC
[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-08-01 1:34 UTC (3+ messages)
[PATCH AUTOSEL 4.19 08/14] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:40 UTC
[PATCH AUTOSEL 5.4 15/22] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:38 UTC
[PATCH AUTOSEL 5.10 31/38] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:35 UTC
[PATCH AUTOSEL 5.15 39/47] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:31 UTC
[PATCH AUTOSEL 6.1 52/61] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:26 UTC
[PATCH AUTOSEL 6.6 71/83] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:18 UTC
[PATCH AUTOSEL 6.10 106/121] cgroup: Protect css->cgroup write under css_set_lock
2024-08-01 0:00 UTC
[PATCH 0/6] bitmap: optimize API usage
2024-07-31 19:52 UTC (4+ messages)
` [PATCH 2/6] sched/topology: optimize topology_span_sane()
[PATCH-cgroup v7] cgroup: Show # of subsystem CSSes in cgroup.stat
2024-07-31 17:02 UTC (4+ messages)
[linux-next:master] [mm] 230b2f1f31: WARNING:at_include/linux/memcontrol.h:#mem_cgroup_from_slab_obj
2024-07-31 8:25 UTC
[PATCH v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
2024-07-31 8:09 UTC (6+ messages)
[PATCH v2 -next] cgroup/pids: Avoid spurious event notification
2024-07-31 2:56 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).