summaryrefslogtreecommitdiffstats
path: root/lib/objagg.c
Commit message (Expand)AuthorAgeFilesLines
* lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-061-4/+2Star
* 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-141-1/+3
* lib: objagg: add root count to statsJiri Pirko2019-02-091-0/+4
* lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-091-13/+560
* lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko2019-02-091-1/+1
* lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-151-0/+501