summaryrefslogtreecommitdiffstats
path: root/lib/ref_tracker.c
Commit message (Expand)AuthorAgeFilesLines
* lib/ref_tracker: remove warnings in case of allocation failureAndrzej Hajda2023-06-051-2/+3
* lib/ref_tracker: add printing to memory bufferAndrzej Hajda2023-06-051-8/+48
* lib/ref_tracker: improve printing statsAndrzej Hajda2023-06-051-11/+79
* lib/ref_tracker: add unlocked leak print helperAndrzej Hajda2023-06-051-28/+38
* ref_tracker: remove filter_irq_stacks() callEric Dumazet2022-02-061-2/+0
* ref_tracker: add a count of untracked referencesEric Dumazet2022-02-051-1/+11
* ref_tracker: implement use-after-free detectionEric Dumazet2022-02-051-0/+5
* ref_tracker: use __GFP_NOFAIL more carefullyEric Dumazet2022-01-121-1/+4
* lib: add reference counting tracking infrastructureEric Dumazet2021-12-061-0/+140