summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai1-1/+2
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)1-2/+5
2016-12-01lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-05-20debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin6-109/+60
2016-05-20debugobjects: correct the usage of fixup call resultsDu, Changbin1-1/+1
2016-05-20debugobjects: make fixup functions return bool instead of intDu, Changbin2-29/+29
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-19debugobjects: Make debug_object_activate() return statusPaul E. McKenney2-9/+17
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
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 Chan3-0/+94
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 Gruszka5-4/+28
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-143/+470
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+2
2010-05-10Debugobjects transition checkMathieu Desnoyers2-3/+67
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar1-2/+2
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner1-37/+37
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan145-1/+145
2009-03-17debugobjects: delay free of internal objectsThomas Gleixner1-12/+41
2009-03-17debugobjects: replace static objects when slab cache becomes availableThomas Gleixner1-3/+63
2009-03-02debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin2-0/+11
2008-11-26debugobjects: add boot parameter default valueIngo Molnar2-1/+11
2008-09-01debugobjects: fix lockdep warningVegard Nossum2-8/+36
2008-07-26Use WARN() in lib/Arjan van de Ven4-22/+15
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori2-3/+8
2008-06-18debugobjects: fix lockdep warningVegard Nossum1-9/+6
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner10-4/+1030