aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ref_tracker.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-13ref_tracker: remove redundant __GFP_NOWARNQianfeng Rong1-3/+3
2025-08-11ref_tracker: use %p instead of %px in debugfs dentry nameJeff Layton1-1/+1
2025-06-27ref_tracker: do xarray and workqueue job initializations earlierJeff Layton1-2/+8
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton1-3/+3
2025-06-19ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton1-0/+50
2025-06-19ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton1-5/+147
2025-06-19ref_tracker: allow pr_ostream() to print directly to a seq_fileJeff Layton1-0/+26
2025-06-19ref_tracker: have callers pass output function to pr_ostream()Jeff Layton1-15/+37
2025-06-19ref_tracker: add a top level debugfs directory for ref_trackerJeff Layton1-0/+13
2025-06-19ref_tracker: don't use %pK in pr_ostream() outputJeff Layton1-3/+3
2023-06-05lib/ref_tracker: remove warnings in case of allocation failureAndrzej Hajda1-2/+3
2023-06-05lib/ref_tracker: add printing to memory bufferAndrzej Hajda1-8/+48
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda1-11/+79
2023-06-05lib/ref_tracker: add unlocked leak print helperAndrzej Hajda1-28/+38
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet1-2/+0
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet1-1/+11
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet1-0/+5
2022-01-12ref_tracker: use __GFP_NOFAIL more carefullyEric Dumazet1-1/+4
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet1-0/+140