summaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
AgeCommit message (Expand)AuthorLines
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+10
2022-12-02debugobjects: Print object pointer in debug_print_object()Stephen Boyd-2/+2
2022-11-15lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi-0/+10
2022-05-13debugobjects: Convert to SPDX license identifierThomas Gleixner-4/+1
2021-08-13debugobjects: Make them PREEMPT_RT awareThomas Gleixner-1/+6
2020-10-01debugobjects: Free per CPU pool after CPU unplugZqiang-0/+25
2020-09-24debugobjects: Allow debug_obj_descr to be constStephen Boyd-15/+15
2020-07-17debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-12/+1
2020-01-17debugobjects: Fix various data racesMarco Elver-21/+25
2019-06-14debugobjects: Move printk out of db->lock critical sectionsWaiman Long-19/+39
2019-06-14debugobjects: Less aggressive freeing of excess debug objectsWaiman Long-12/+49
2019-06-14debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long-8/+16
2019-06-14debugobjects: Percpu pool lookahead freeing/allocationWaiman Long-6/+69
2019-06-14debugobjects: Add percpu free poolsWaiman Long-24/+91
2019-06-14debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman-12/+2
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai-5/+3
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai-3/+2
2018-08-02debugobjects: Remove redundant NULL pointer checkZhong Jiang-2/+1
2018-07-30debugobjects: Make stack check warning more informativeJoel Fernandes (Google)-2/+5
2018-03-14debugobjects: Avoid another unused variable warningArnd Bergmann-1/+1
2018-02-22debugobjects: Fix debug_objects_freed accountingArnd Bergmann-0/+1
2018-02-13debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi-9/+7
2018-02-13debugobjects: Use global free list in free_object()Yang Shi-41/+22
2018-02-13debugobjects: Add global free list and the counterYang Shi-1/+57
2018-02-13debugobjects: Export max loops counterYang Shi-1/+8
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-10debugobjects: Improve variable namingWaiman Long-5/+5
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long-0/+10
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2016-11-30lib/debugobjects: export for use in modulesChris Wilson-0/+8
2016-09-17debugobj, workqueue: remove keventd_up() usageTejun Heo-1/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin-17/+32
2016-05-19debugobjects: correct the usage of fixup call resultsDu, Changbin-1/+1
2016-05-19debugobjects: make fixup functions return bool instead of intDu, Changbin-22/+21
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger-1/+1
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick-2/+2
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick-5/+8
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick-7/+5
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi-1/+1
2013-08-18debugobjects: Make debug_object_activate() return statusPaul E. McKenney-6/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-11/+10
2012-04-18debugobjects: Fill_pool() returns void nowDan Carpenter-1/+1
2012-04-11debugobjects: printk with irqs enabledThomas Gleixner-1/+1
2012-04-11debugobjects: Remove unused return value from fill_pool()Thomas Gleixner-4/+3
2012-03-05debugobjects: Fix selftest for static warningsStephen Boyd-11/+3
2011-11-23debugobjects: Extend to assert that an object is initializedChristine Chan-0/+38
2011-11-23debugobjects: Be smarter about static objectsStephen Boyd-4/+12