aboutsummaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-14debugobjects: Avoid another unused variable warningGravatar Arnd Bergmann 1-1/+1
2018-02-22debugobjects: Fix debug_objects_freed accountingGravatar Arnd Bergmann 1-0/+1
2018-02-13debugobjects: Use global free list in __debug_check_no_obj_freed()Gravatar Yang Shi 1-9/+7
2018-02-13debugobjects: Use global free list in free_object()Gravatar Yang Shi 1-41/+22
2018-02-13debugobjects: Add global free list and the counterGravatar Yang Shi 1-1/+57
2018-02-13debugobjects: Export max loops counterGravatar Yang Shi 1-1/+8
2017-08-14debugobjects: Make kmemleak ignore debug objectsGravatar Waiman Long 1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-10debugobjects: Improve variable namingGravatar Waiman Long 1-5/+5
2017-02-05debugobjects: Reduce contention on the global pool_lockGravatar Waiman Long 1-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsGravatar Waiman Long 1-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneGravatar Waiman Long 1-0/+10
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2016-11-30lib/debugobjects: export for use in modulesGravatar Chris Wilson 1-0/+8
2016-09-17debugobj, workqueue: remove keventd_up() usageGravatar Tejun Heo 1-1/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Gravatar Du, Changbin 1-17/+32
2016-05-19debugobjects: correct the usage of fixup call resultsGravatar Du, Changbin 1-1/+1
2016-05-19debugobjects: make fixup functions return bool instead of intGravatar Du, Changbin 1-22/+21
2016-01-27debugobjects: Allow bigger number of early boot objectsGravatar Christian Borntraeger 1-1/+1
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugGravatar Fabian Frederick 1-2/+2
2014-06-04lib/debugobjects.c: add pr_fmt to loggingGravatar Fabian Frederick 1-5/+8
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-7/+5
2013-11-13lib/debugobjects.c: remove unnecessary work pending testGravatar Xie XiuQi 1-1/+1
2013-08-18debugobjects: Make debug_object_activate() return statusGravatar Paul E. McKenney 1-6/+14
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-11/+10
2012-04-18debugobjects: Fill_pool() returns void nowGravatar Dan Carpenter 1-1/+1
2012-04-11debugobjects: printk with irqs enabledGravatar Thomas Gleixner 1-1/+1
2012-04-11debugobjects: Remove unused return value from fill_pool()Gravatar Thomas Gleixner 1-4/+3
2012-03-05debugobjects: Fix selftest for static warningsGravatar Stephen Boyd 1-11/+3
2011-11-23debugobjects: Extend to assert that an object is initializedGravatar Christine Chan 1-0/+38
2011-11-23debugobjects: Be smarter about static objectsGravatar Stephen Boyd 1-4/+12
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledGravatar Marcin Slusarz 1-1/+1
2011-03-08debugobjects: Add hint for better object identificationGravatar Stanislaw Gruszka 1-3/+6
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+56
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-2/+2
2010-05-10Debugobjects transition checkGravatar Mathieu Desnoyers 1-3/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-26debugobjects: Section mismatch cleanupGravatar Henrik Kretzschmar 1-2/+2
2009-12-14debugobjects: Convert to raw_spinlocksGravatar Thomas Gleixner 1-37/+37
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-03-17debugobjects: delay free of internal objectsGravatar Thomas Gleixner 1-12/+41
2009-03-17debugobjects: replace static objects when slab cache becomes availableGravatar Thomas Gleixner 1-3/+63
2009-03-02debug_objects: add boot-parameter toggle to turn object debugging off againGravatar Kyle McMartin 1-0/+8
2008-11-26debugobjects: add boot parameter default valueGravatar Ingo Molnar 1-1/+3
2008-09-01debugobjects: fix lockdep warningGravatar Vegard Nossum 1-8/+23
2008-07-26Use WARN() in lib/Gravatar Arjan van de Ven 1-10/+5
2008-07-24add a helper function to test if an object is on the stackGravatar FUJITA Tomonori 1-3/+1
2008-06-18debugobjects: fix lockdep warningGravatar Vegard Nossum 1-9/+6
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 1-0/+890