- 5b5baba debugobjects: Annotate racy debug variables by Breno Leitao · 7 months ago
- 9bb6362 debugobjects: Stop accessing objects after releasing hash bucket lock by Andrzej Hajda · 1 year, 3 months ago
- 68279f9 treewide: mark stuff as __ro_after_init by Alexey Dobriyan · 1 year, 3 months ago
- 8b64d42 debugobjects: Recheck debug_objects_enabled before reporting by Tetsuo Handa · 1 year, 7 months ago
- eb79927 debugobjects: Don't wake up kswapd from fill_pool() by Tetsuo Handa · 1 year, 8 months ago
- 0cce06b debugobjects,locking: Annotate debug_object_fill_pool() wait type violation by Peter Zijlstra · 1 year, 9 months ago
- 0af462f debugobject: Ensure pool refill (again) by Thomas Gleixner · 1 year, 8 months ago
- 63a7596 debugobject: Prevent init race with static objects by Thomas Gleixner · 1 year, 9 months ago
- 8702f2c Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 1 month ago
- c4db2d3 debugobjects: Print object pointer in debug_print_object() by Stephen Boyd · 2 years, 8 months ago
- eabb7f1 lib/debugobjects: fix stat count and optimize debug_objects_mem_init by wuchi · 2 years, 7 months ago
- 9e4a51a debugobjects: Convert to SPDX license identifier by Thomas Gleixner · 2 years, 8 months ago
- 4bedcc2 debugobjects: Make them PREEMPT_RT aware by Thomas Gleixner · 3 years, 5 months ago
- 88451f2 debugobjects: Free per CPU pool after CPU unplug by Zqiang · 4 years, 4 months ago
- aedcade debugobjects: Allow debug_obj_descr to be const by Stephen Boyd · 4 years, 5 months ago
- 0f85c48 debugobjects: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 6 months ago
- 35fd7a6 debugobjects: Fix various data races by Marco Elver · 5 years ago
- d5f3415 debugobjects: Move printk out of db->lock critical sections by Waiman Long · 6 years ago
- a7344a6 debugobjects: Less aggressive freeing of excess debug objects by Waiman Long · 6 years ago
- d26bf50 debugobjects: Reduce number of pool_lock acquisitions in fill_pool() by Waiman Long · 6 years ago
- 634d61f debugobjects: Percpu pool lookahead freeing/allocation by Waiman Long · 6 years ago
- d86998b debugobjects: Add percpu free pools by Waiman Long · 6 years ago
- fecb0d9 debugobjects: No need to check return value of debugfs_create() by Greg Kroah-Hartman · 6 years ago
- a9ee3a6 debugobjects: call debug_objects_mem_init eariler by Qian Cai · 6 years ago
- 8de456c debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
- 3ff4f80 debugobjects: Remove redundant NULL pointer check by Zhong Jiang · 6 years ago
- fc91a3c debugobjects: Make stack check warning more informative by Joel Fernandes (Google) · 6 years ago
- 163cf84 debugobjects: Avoid another unused variable warning by Arnd Bergmann · 7 years ago
- 0414818 debugobjects: Fix debug_objects_freed accounting by Arnd Bergmann · 7 years ago
- 1ea9b98 debugobjects: Use global free list in __debug_check_no_obj_freed() by Yang Shi · 7 years ago
- 636e197 debugobjects: Use global free list in free_object() by Yang Shi · 7 years ago
- 36c4ead debugobjects: Add global free list and the counter by Yang Shi · 7 years ago
- bd9dcd0 debugobjects: Export max loops counter by Yang Shi · 7 years ago
- caba4cb debugobjects: Make kmemleak ignore debug objects by Waiman Long · 7 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 0cad93c debugobjects: Improve variable naming by Waiman Long · 8 years ago
- 858274b debugobjects: Reduce contention on the global pool_lock by Waiman Long · 8 years ago
- 97dd552 debugobjects: Scale thresholds with # of CPUs by Waiman Long · 8 years ago
- c4b73aa debugobjects: Track number of kmem_cache_alloc/kmem_cache_free done by Waiman Long · 8 years ago
- c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
- f8ff04e lib/debugobjects: export for use in modules by Chris Wilson · 8 years ago
- 7092dff debugobj, workqueue: remove keventd_up() usage by Tejun Heo · 8 years ago
- b9fdac7f debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 9 years ago
- e7a8e78 debugobjects: correct the usage of fixup call results by Du, Changbin · 9 years ago
- b1e4d9d debugobjects: make fixup functions return bool instead of int by Du, Changbin · 9 years ago
- 0b6ec8c debugobjects: Allow bigger number of early boot objects by Christian Borntraeger · 9 years ago
- c0f35cc lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 11 years ago
- 719e484 lib/debugobjects.c: add pr_fmt to logging by Fabian Frederick · 11 years ago
- d7ffef2 lib/debugobjects.c: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- d3773ba lib/debugobjects.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
- b778ae2 debugobjects: Make debug_object_activate() return status by Paul E. McKenney · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 3340808 debugobjects: Fill_pool() returns void now by Dan Carpenter · 13 years ago
- 765a5e0 debugobjects: printk with irqs enabled by Thomas Gleixner · 13 years ago
- 1fda107 debugobjects: Remove unused return value from fill_pool() by Thomas Gleixner · 13 years ago
- 9f78ff0 debugobjects: Fix selftest for static warnings by Stephen Boyd · 13 years ago
- b84d435 debugobjects: Extend to assert that an object is initialized by Christine Chan · 13 years ago
- feac18d debugobjects: Be smarter about static objects by Stephen Boyd · 13 years ago
- 161b6ae debugobjects: Fix boot crash when kmemleak and debugobjects enabled by Marcin Slusarz · 14 years ago
- 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 14 years ago
- f262af3 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 06ee772 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- a5d8e46 Debugobjects transition check by Mathieu Desnoyers · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 1fb2f77 debugobjects: Section mismatch cleanup by Henrik Kretzschmar · 15 years ago
- aef9cb0 debugobjects: Convert to raw_spinlocks by Thomas Gleixner · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 337fff8 debugobjects: delay free of internal objects by Thomas Gleixner · 16 years ago
- 1be1cb7 debugobjects: replace static objects when slab cache becomes available by Thomas Gleixner · 16 years ago
- 3e8ebb5 debug_objects: add boot-parameter toggle to turn object debugging off again by Kyle McMartin · 16 years ago
- 3ae7020 debugobjects: add boot parameter default value by Ingo Molnar · 16 years ago
- 673d62cc debugobjects: fix lockdep warning by Vegard Nossum · 16 years ago
- 5cd2b45 Use WARN() in lib/ by Arjan van de Ven · 16 years ago
- 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 16 years ago
- 50db04dd debugobjects: fix lockdep warning by Vegard Nossum · 17 years ago
- 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 17 years ago