summaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
AgeCommit message (Expand)Author
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
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
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2010-05-10Debugobjects transition checkMathieu Desnoyers
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-03-17debugobjects: delay free of internal objectsThomas Gleixner
2009-03-17debugobjects: replace static objects when slab cache becomes availableThomas Gleixner
2009-03-02debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin
2008-11-26debugobjects: add boot parameter default valueIngo Molnar
2008-09-01debugobjects: fix lockdep warningVegard Nossum
2008-07-26Use WARN() in lib/Arjan van de Ven
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori
2008-06-18debugobjects: fix lockdep warningVegard Nossum
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner