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