aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/debugobjects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17debugobjects: Fix various data racesMarco Elver1-21/+25
2019-06-14debugobjects: Move printk out of db->lock critical sectionsWaiman Long1-19/+39
2019-06-14debugobjects: Less aggressive freeing of excess debug objectsWaiman Long1-12/+49
2019-06-14debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long1-8/+16
2019-06-14debugobjects: Percpu pool lookahead freeing/allocationWaiman Long1-6/+69
2019-06-14debugobjects: Add percpu free poolsWaiman Long1-24/+91
2019-06-14debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman1-12/+2
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai1-5/+3
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai1-3/+2
2018-08-02debugobjects: Remove redundant NULL pointer checkZhong Jiang1-2/+1
2018-07-30debugobjects: Make stack check warning more informativeJoel Fernandes (Google)1-2/+5
2018-03-14debugobjects: Avoid another unused variable warningArnd Bergmann1-1/+1
2018-02-22debugobjects: Fix debug_objects_freed accountingArnd Bergmann1-0/+1
2018-02-13debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi1-9/+7
2018-02-13debugobjects: Use global free list in free_object()Yang Shi1-41/+22
2018-02-13debugobjects: Add global free list and the counterYang Shi1-1/+57
2018-02-13debugobjects: Export max loops counterYang Shi1-1/+8
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-10debugobjects: Improve variable namingWaiman Long1-5/+5
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long1-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long1-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long1-0/+10
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-11-30lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-09-17debugobj, workqueue: remove keventd_up() usageTejun Heo1-1/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callbacksDu, Changbin1-17/+32
2016-05-19debugobjects: correct the usage of fixup call resultsDu, Changbin1-1/+1
2016-05-19debugobjects: make fixup functions return bool instead of intDu, Changbin1-22/+21
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger1-1/+1
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick1-2/+2
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick1-5/+8
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick1-7/+5
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi1-1/+1
2013-08-18debugobjects: Make debug_object_activate() return statusPaul E. McKenney1-6/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+10
2012-04-18debugobjects: Fill_pool() returns void nowDan Carpenter1-1/+1
2012-04-11debugobjects: printk with irqs enabledThomas Gleixner1-1/+1
2012-04-11debugobjects: Remove unused return value from fill_pool()Thomas Gleixner1-4/+3
2012-03-05debugobjects: Fix selftest for static warningsStephen Boyd1-11/+3
2011-11-23debugobjects: Extend to assert that an object is initializedChristine Chan1-0/+38
2011-11-23debugobjects: Be smarter about static objectsStephen Boyd1-4/+12
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz1-1/+1
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka1-3/+6
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+56
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-10Debugobjects transition checkMathieu Desnoyers1-3/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar1-2/+2
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner1-37/+37