cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 09:04:19 to 2021-07-29 12:57:55 UTC [more...]

[PATCH 0/5] Cleanups and fixup for memcontrol
 2021-07-29 12:57 UTC  (6+ messages)
` [PATCH 1/5] mm, memcg: remove unused functions
  ` [PATCH 2/5] mm, memcg: narrow the scope of percpu_charge_mutex
  ` [PATCH 4/5] mm, memcg: avoid possible NULL pointer dereferencing in mem_cgroup_init()
  ` [PATCH 5/5] mm, memcg: always call __mod_node_page_state() with preempt disabled
` [PATCH 3/5] mm, memcg: save some atomic ops when flush is already true

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-29 11:03 UTC  (25+ messages)
` [PATCH v3 3/9] cgroup/cpuset: Fix violation of cpuset locking rule
  ` [PATCH v3 1/9] cgroup/cpuset: Miscellaneous code cleanup
  ` [PATCH v3 2/9] cgroup/cpuset: Fix a partition bug with hotplug
  ` [PATCH v3 4/9] cgroup/cpuset: Enable event notification when partition become invalid
  ` [PATCH v3 5/9] cgroup/cpuset: Clarify the use of invalid partition root
  ` [PATCH v3 6/9] cgroup/cpuset: Add a new isolated cpus.partition type
  ` [PATCH v3 7/9] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
  ` [PATCH v3 8/9] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
  ` [PATCH v3 9/9] kselftest/cgroup: Add cpuset v2 partition root state test

[cgroup:for-5.14-fixes] BUILD SUCCESS c3df5fb57fe8756d67fd56ed29da65cdfde839f9
 2021-07-29 10:24 UTC 

[cgroup:for-5.15] BUILD SUCCESS f944e005aa9b3d4c6dc75f5c9535acec20926f86
 2021-07-29  8:40 UTC 

[RFC PATCH v2 1/3] misc_cgroup: add support for nofile limit
 2021-07-29  6:37 UTC  (11+ messages)
` [RFC PATCH v2 2/3] misc_cgroup: add failcnt counter
  ` [RFC PATCH v2 3/3] misc_cgroup: delete failed logs to avoid log flooding

[PATCH] memcg: cleanup racy sum avoidance code
 2021-07-28 20:37 UTC  (5+ messages)

[PATCH v2] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-28  9:01 UTC 

[PATCH] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-28  7:48 UTC  (9+ messages)

[PATCH block/for-5.14-fixes] blk-iocost: fix operation ordering in iocg_wake_fn()
 2021-07-28  1:27 UTC  (2+ messages)

[PATCH cgroup/for-5.14-fixes] cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
 2021-07-27 23:13 UTC  (2+ messages)

[PATCH v3 00/16] memcg accounting from OpenVZ
 2021-07-27 22:36 UTC  (81+ messages)
` [PATCH v4 "
              ` [PATCH v5 "
                  ` [PATCH v6 00/16] memcg accounting from
                        ` [PATCH v6 00/16] memcg accounting from OpenVZ
                          ` [PATCH v7 00/10] "
                            ` [PATCH v7 02/10] memcg: enable accounting for pollfd and select bits arrays
                            ` [PATCH v7 03/10] memcg: enable accounting for file lock caches
                            ` [PATCH v7 04/10] memcg: enable accounting for fasync_cache
                              ` [PATCH v7 01/10] memcg: enable accounting for mnt_cache entries
                              ` [PATCH v7 05/10] memcg: enable accounting for new namesapces and struct nsproxy
                              ` [PATCH v7 06/10] memcg: enable accounting of ipc resources
                              ` [PATCH v7 07/10] memcg: enable accounting for signals
                              ` [PATCH v7 08/10] memcg: enable accounting for posix_timers_cache slab
                              ` [PATCH v7 09/10] memcg: enable accounting for tty-related objects
                                          ` [PATCH TTY] memcg: drop GFP_KERNEL_ACCOUNT use in tty_save_termios()
                              ` [PATCH v7 10/10] memcg: enable accounting for ldt_struct objects
                  ` [PATCH v6 02/16] memcg: enable accounting for IP address and routing-related objects
                    ` [PATCH v6 01/16] memcg: enable accounting for net_device and Tx/Rx queues
                    ` [PATCH v6 03/16] memcg: enable accounting for inet_bin_bucket cache
                    ` [PATCH v6 04/16] memcg: enable accounting for VLAN group array
                    ` [PATCH v6 05/16] memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
                    ` [PATCH v6 06/16] memcg: enable accounting for scm_fp_list objects
                    ` [PATCH v6 07/16] memcg: enable accounting for mnt_cache entries
                    ` [PATCH v6 08/16] memcg: enable accounting for pollfd and select bits arrays
                    ` [PATCH v6 09/16] memcg: enable accounting for file lock caches
                    ` [PATCH v6 10/16] memcg: enable accounting for fasync_cache
                    ` [PATCH v6 11/16] memcg: enable accounting for new namesapces and struct nsproxy
                    ` [PATCH v6 12/16] memcg: enable accounting of ipc resources
                    ` [PATCH v6 13/16] memcg: enable accounting for signals
                    ` [PATCH v6 14/16] memcg: enable accounting for posix_timers_cache slab
                    ` [PATCH v6 15/16] memcg: enable accounting for tty-related objects
                    ` [PATCH v6 16/16] memcg: enable accounting for ldt_struct objects
                ` [PATCH v5 03/16] memcg: enable accounting for inet_bin_bucket cache
                ` [PATCH v5 04/16] memcg: enable accounting for VLAN group array
                  ` [PATCH v5 01/16] memcg: enable accounting for net_device and Tx/Rx queues
                  ` [PATCH v5 02/16] memcg: enable accounting for IP address and routing-related objects
                              ` [PATCH] memcg: replace in_interrupt() by !in_task() in active_memcg()
                  ` [PATCH v5 05/16] memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
                  ` [PATCH v5 06/16] memcg: enable accounting for scm_fp_list objects
                  ` [PATCH v5 07/16] memcg: enable accounting for mnt_cache entries
                  ` [PATCH v5 08/16] memcg: enable accounting for pollfd and select bits arrays
                  ` [PATCH v5 09/16] memcg: enable accounting for file lock caches
                  ` [PATCH v5 10/16] memcg: enable accounting for fasync_cache
                  ` [PATCH v5 11/16] memcg: enable accounting for new namesapces and struct nsproxy
                  ` [PATCH v5 12/16] memcg: enable accounting of ipc resources
                  ` [PATCH v5 13/16] memcg: enable accounting for signals
                  ` [PATCH v5 15/16] memcg: enable accounting for tty-related objects
                  ` [PATCH v5 16/16] memcg: enable accounting for ldt_struct objects
                ` [PATCH v5 14/16] memcg: enable accounting for posix_timers_cache slab

[PATCH] mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code
 2021-07-27 16:59 UTC  (6+ messages)

[cgroup:test-merge-for-5.14-fixes] BUILD SUCCESS 4cdbdc40f6399de911db4fd3b8e699f5ece560b7
 2021-07-27 11:13 UTC 

[cgroup:for-5.15] BUILD SUCCESS 15d428e6fe77fffc3f4fff923336036f5496ef17
 2021-07-27 11:12 UTC 

[GIT PULL] cgroup fixes for v5.14-rc4
 2021-07-26 22:52 UTC 

[PATCH] writeback: memcg: simplify cgroup_writeback_by_id
 2021-07-26 14:56 UTC  (2+ messages)

[PATCH v5 1/2] memcg: switch lruvec stats to rstat
 2021-07-26  2:24 UTC  (3+ messages)
  ` [PATCH v5 2/2] memcg: infrastructure to flush memcg stats
    ` [memcg] cda0d20525: reaim.jobs_per_min -10.1% regression

[RFC PATCH 1/3] misc_cgroup: add support for nofile limit
 2021-07-22  9:38 UTC  (3+ messages)
  ` [RFC PATCH 2/3] misc_cgroup: add failcnt counter
  ` [RFC PATCH 3/3] misc_cgroup: delete failed logs to avoid log flooding

[cgroup:for-5.14-fixes] BUILD SUCCESS 1e7107c5ef44431bc1ebbd4c353f1d7c22e5f2ec
 2021-07-22  4:53 UTC 

[RFC PATCH 0/6] cpuset: Allow to modify isolcpus through cpuset
 2021-07-21 14:28 UTC  (13+ messages)
` [RFC PATCH 5/6] sched/isolation: Make HK_FLAG_DOMAIN mutable
` [RFC PATCH 6/6] cpuset: Add cpuset.isolation_mask file

[PATCH] memcg: charge io_uring related objects
 2021-07-20 19:39 UTC  (2+ messages)

[syzbot] linux-next boot error: BUG: sleeping function called from invalid context in cgroup_rstat_flush
 2021-07-20 10:51 UTC 

[PATCH] memcg: enable accounting in keyctl subsys
 2021-07-19  8:17 UTC 

[PATCH v3 1/3] mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions
 2021-07-18 21:32 UTC  (6+ messages)
` [PATCH v3 2/3] mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config

[cgroup:for-5.15] BUILD SUCCESS 1f8c543f142942a2325e729fc4c64b6898749c3a
 2021-07-18 14:25 UTC 

[PATCH] memcg: charge io_uring related objects
 2021-07-17 18:51 UTC  (3+ messages)

[PATCH] memcg: charge fs_context and legacy_fs_context
 2021-07-17 16:52 UTC  (2+ messages)

[PATCH v2 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-16 21:28 UTC  (12+ messages)
` [PATCH v2 2/6] cgroup/cpuset: Clarify the use of invalid partition root

[PATCH] cgroup: remove cgroup_mount from comments
 2021-07-16 16:18 UTC  (2+ messages)

[PATCH v4 1/2] memcg: switch lruvec stats to rstat
 2021-07-16 15:58 UTC  (5+ messages)
` [PATCH v4 2/2] memcg: infrastructure to flush memcg stats

[PATCH -next] memcg: fix sleep in invalid context in cgroup_rstat_flush()
 2021-07-16 12:43 UTC  (2+ messages)

[PATCH] cgroup: remove cgroup_mount from comments
 2021-07-16  4:10 UTC 

[PATCH] memcg: charge semaphores and sem_undo objects
 2021-07-16  3:57 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).