summaryrefslogtreecommitdiff
path: root/kernel/cgroup/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-26RDMA/cgroup: Disambiguate devices across net namespacesJiri Pirko1-12/+59
2026-05-18cgroup/rdma: Drop unnecessary READ_ONCE() on event countersTao Cui1-8/+8
2026-05-14cgroup/rdma: add rdma.events.local for per-cgroup allocation failure attributionTao Cui1-36/+107
2026-05-14cgroup/rdma: add rdma.events to track resource limit exhaustionTao Cui1-2/+70
2026-05-14cgroup/rdma: add rdma.peak for per-device peak usage trackingTao Cui1-0/+40
2026-04-23cgroup/rdma: refactor resource parsing with match_table_t/match_token()Tao Cui1-59/+57
2026-04-17cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao1-1/+1
2026-04-09cgroup/rdma: fix swapped arguments in pr_warn() format stringcuitao1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2023-06-05rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui1-0/+2
2021-05-24cgroup: fix spelling mistakesZhen Lei1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner1-4/+1
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit1-4/+1
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko1-19/+16
2017-01-10rdmacg: Fixed uninitialized current resource usageParav Pandit1-0/+2
2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit1-0/+617