summaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
Commit message (Expand)AuthorAge
* lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-04
* lib/debugobjects.c: add pr_fmt to loggingFabian Frederick2014-06-04
* lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick2014-06-04
* lib/debugobjects.c: remove unnecessary work pending testXie XiuQi2013-11-13
* debugobjects: Make debug_object_activate() return statusPaul E. McKenney2013-08-18
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* debugobjects: Fill_pool() returns void nowDan Carpenter2012-04-18
* debugobjects: printk with irqs enabledThomas Gleixner2012-04-11
* debugobjects: Remove unused return value from fill_pool()Thomas Gleixner2012-04-11
* debugobjects: Fix selftest for static warningsStephen Boyd2012-03-05
* debugobjects: Extend to assert that an object is initializedChristine Chan2011-11-23
* debugobjects: Be smarter about static objectsStephen Boyd2011-11-23
* debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-06-20
* debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-08
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-18
|\
| * Debugobjects transition checkMathieu Desnoyers2010-05-10
* | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2010-05-18
|\ \ | |/ |/|
| * debugobjects: Section mismatch cleanupHenrik Kretzschmar2010-03-26
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* debugobjects: Convert to raw_spinlocksThomas Gleixner2009-12-14
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* debugobjects: delay free of internal objectsThomas Gleixner2009-03-17
* debugobjects: replace static objects when slab cache becomes availableThomas Gleixner2009-03-17
* debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin2009-03-02
* debugobjects: add boot parameter default valueIngo Molnar2008-11-26
* debugobjects: fix lockdep warningVegard Nossum2008-09-01
* Use WARN() in lib/Arjan van de Ven2008-07-26
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-24
* debugobjects: fix lockdep warningVegard Nossum2008-06-18
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-30