summaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
Commit message (Expand)AuthorAgeFilesLines
* debugobjects: Improve variable namingWaiman Long2017-02-101-5/+5
* debugobjects: Reduce contention on the global pool_lockWaiman Long2017-02-051-9/+23
* debugobjects: Scale thresholds with # of CPUsWaiman Long2017-02-041-5/+15
* debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long2017-02-041-0/+10
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-1/+1
|\
| * debugobj, workqueue: remove keventd_up() usageTejun Heo2016-09-171-1/+1
* | lib/debugobjects: export for use in modulesChris Wilson2016-11-301-0/+8
|/
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-17/+32
* debugobjects: correct the usage of fixup call resultsDu, Changbin2016-05-191-1/+1
* debugobjects: make fixup functions return bool instead of intDu, Changbin2016-05-191-22/+21
* debugobjects: Allow bigger number of early boot objectsChristian Borntraeger2016-01-271-1/+1
* lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-041-2/+2
* lib/debugobjects.c: add pr_fmt to loggingFabian Frederick2014-06-041-5/+8
* lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick2014-06-041-7/+5
* lib/debugobjects.c: remove unnecessary work pending testXie XiuQi2013-11-131-1/+1
* debugobjects: Make debug_object_activate() return statusPaul E. McKenney2013-08-181-6/+14
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-11/+10
* debugobjects: Fill_pool() returns void nowDan Carpenter2012-04-181-1/+1
* debugobjects: printk with irqs enabledThomas Gleixner2012-04-111-1/+1
* debugobjects: Remove unused return value from fill_pool()Thomas Gleixner2012-04-111-4/+3
* debugobjects: Fix selftest for static warningsStephen Boyd2012-03-051-11/+3
* debugobjects: Extend to assert that an object is initializedChristine Chan2011-11-231-0/+38
* debugobjects: Be smarter about static objectsStephen Boyd2011-11-231-4/+12
* debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-06-201-1/+1
* debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-081-3/+6
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-181-3/+56
|\
| * Debugobjects transition checkMathieu Desnoyers2010-05-101-3/+56
* | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2010-05-181-2/+2
|\ \ | |/ |/|
| * debugobjects: Section mismatch cleanupHenrik Kretzschmar2010-03-261-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* debugobjects: Convert to raw_spinlocksThomas Gleixner2009-12-141-37/+37
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* debugobjects: delay free of internal objectsThomas Gleixner2009-03-171-12/+41
* debugobjects: replace static objects when slab cache becomes availableThomas Gleixner2009-03-171-3/+63
* debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin2009-03-021-0/+8
* debugobjects: add boot parameter default valueIngo Molnar2008-11-261-1/+3
* debugobjects: fix lockdep warningVegard Nossum2008-09-011-8/+23
* Use WARN() in lib/Arjan van de Ven2008-07-261-10/+5
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-241-3/+1
* debugobjects: fix lockdep warningVegard Nossum2008-06-181-9/+6
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-0/+890