summaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
Commit message (Expand)AuthorAge
* debugobjects: Avoid another unused variable warningArnd Bergmann2018-03-14
* debugobjects: Fix debug_objects_freed accountingArnd Bergmann2018-02-22
* debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi2018-02-13
* debugobjects: Use global free list in free_object()Yang Shi2018-02-13
* debugobjects: Add global free list and the counterYang Shi2018-02-13
* debugobjects: Export max loops counterYang Shi2018-02-13
* debugobjects: Make kmemleak ignore debug objectsWaiman Long2017-08-14
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* debugobjects: Improve variable namingWaiman Long2017-02-10
* debugobjects: Reduce contention on the global pool_lockWaiman Long2017-02-05
* debugobjects: Scale thresholds with # of CPUsWaiman Long2017-02-04
* debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long2017-02-04
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-13
|\
| * debugobj, workqueue: remove keventd_up() usageTejun Heo2016-09-17
* | lib/debugobjects: export for use in modulesChris Wilson2016-11-30
|/
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-19
* debugobjects: correct the usage of fixup call resultsDu, Changbin2016-05-19
* debugobjects: make fixup functions return bool instead of intDu, Changbin2016-05-19
* debugobjects: Allow bigger number of early boot objectsChristian Borntraeger2016-01-27
* 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