summaryrefslogtreecommitdiffstats
path: root/lib/objagg.c
Commit message (Expand)AuthorAgeFilesLines
* lib: objagg: Replace zero-length arrays with flexible-array memberGustavo A. R. Silva2020-02-161-2/+2
* lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-051-4/+2
* lib: objagg: fix handling of object with 0 users when assembling hintsJiri Pirko2019-02-141-3/+5
* lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter2019-02-131-1/+3
* lib: objagg: add root count to statsJiri Pirko2019-02-081-0/+4
* lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-081-13/+560
* lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko2019-02-081-1/+1
* lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-151-0/+501