aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
AgeCommit message (Expand)Author
2023-06-07debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa
2023-05-22debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra
2023-05-02debugobject: Ensure pool refill (again)Thomas Gleixner
2023-04-15debugobject: Prevent init race with static objectsThomas Gleixner
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-02debugobjects: Print object pointer in debug_print_object()Stephen Boyd
2022-11-15lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi
2022-05-13debugobjects: Convert to SPDX license identifierThomas Gleixner
2021-08-13debugobjects: Make them PREEMPT_RT awareThomas Gleixner
2020-10-01debugobjects: Free per CPU pool after CPU unplugZqiang
2020-09-24debugobjects: Allow debug_obj_descr to be constStephen Boyd
2020-07-17debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-01-17debugobjects: Fix various data racesMarco Elver
2019-06-14debugobjects: Move printk out of db->lock critical sectionsWaiman Long
2019-06-14debugobjects: Less aggressive freeing of excess debug objectsWaiman Long
2019-06-14debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long
2019-06-14debugobjects: Percpu pool lookahead freeing/allocationWaiman Long
2019-06-14debugobjects: Add percpu free poolsWaiman Long
2019-06-14debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai
2018-08-02debugobjects: Remove redundant NULL pointer checkZhong Jiang
2018-07-30debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
2018-03-14debugobjects: Avoid another unused variable warningArnd Bergmann
2018-02-22debugobjects: Fix debug_objects_freed accountingArnd Bergmann
2018-02-13debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi
2018-02-13debugobjects: Use global free list in free_object()Yang Shi
2018-02-13debugobjects: Add global free list and the counterYang Shi
2018-02-13debugobjects: Export max loops counterYang Shi
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-10debugobjects: Improve variable namingWaiman Long
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-11-30lib/debugobjects: export for use in modulesChris Wilson
2016-09-17debugobj, workqueue: remove keventd_up() usageTejun Heo
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19debugobjects: correct the usage of fixup call resultsDu, Changbin
2016-05-19debugobjects: make fixup functions return bool instead of intDu, Changbin
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi
2013-08-18debugobjects: Make debug_object_activate() return statusPaul E. McKenney
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-04-18debugobjects: Fill_pool() returns void nowDan Carpenter