aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 McMartin1-0/+8
2008-11-26debugobjects: add boot parameter default valueIngo Molnar1-1/+3
2008-09-01debugobjects: fix lockdep warningVegard Nossum1-8/+23
2008-07-26Use WARN() in lib/Arjan van de Ven1-10/+5
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-3/+1
2008-06-18debugobjects: fix lockdep warningVegard Nossum1-9/+6
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-0/+890