aboutsummaryrefslogtreecommitdiff
path: root/lib/objagg.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+8
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-15/+0
2024-06-10lib: objagg: Fix general protection faultIdo Schimmel1-0/+3
2024-06-10lib: objagg: Fix spellingIdo Schimmel1-1/+1
2021-12-24lib: objagg: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2020-02-16lib: objagg: Replace zero-length arrays with flexible-array memberGustavo A. R. Silva1-2/+2
2019-06-05lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-14lib: objagg: fix handling of object with 0 users when assembling hintsJiri Pirko1-3/+5
2019-02-13lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter1-1/+3
2019-02-08lib: objagg: add root count to statsJiri Pirko1-0/+4
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko1-13/+560
2019-02-08lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko1-1/+1
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko1-0/+501