summaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
AgeCommit message (Expand)AuthorLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-11/+10
2012-04-18debugobjects: Fill_pool() returns void nowDan Carpenter-1/+1
2012-04-11debugobjects: printk with irqs enabledThomas Gleixner-1/+1
2012-04-11debugobjects: Remove unused return value from fill_pool()Thomas Gleixner-4/+3
2012-03-05debugobjects: Fix selftest for static warningsStephen Boyd-11/+3
2011-11-23debugobjects: Extend to assert that an object is initializedChristine Chan-0/+38
2011-11-23debugobjects: Be smarter about static objectsStephen Boyd-4/+12
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz-1/+1
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka-3/+6
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+56
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+2
2010-05-10Debugobjects transition checkMathieu Desnoyers-3/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar-2/+2
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner-37/+37
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-03-17debugobjects: delay free of internal objectsThomas Gleixner-12/+41
2009-03-17debugobjects: replace static objects when slab cache becomes availableThomas Gleixner-3/+63
2009-03-02debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin-0/+8
2008-11-26debugobjects: add boot parameter default valueIngo Molnar-1/+3
2008-09-01debugobjects: fix lockdep warningVegard Nossum-8/+23
2008-07-26Use WARN() in lib/Arjan van de Ven-10/+5
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori-3/+1
2008-06-18debugobjects: fix lockdep warningVegard Nossum-9/+6
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner-0/+890