1. ad1a3e1 kmemleak: fix kmemleak false positive report with HW tag-based kasan enable by Kuan-Ying Lee · 3 years ago
  2. 79d3705 mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp by Naohiro Aota · 3 years, 4 months ago
  3. ea0eafe mm: in_irq() cleanup by Changbin Du · 3 years, 4 months ago
  4. 6c7a00b kasan, kmemleak: reset tags when scanning block by Kuan-Ying Lee · 3 years, 5 months ago
  5. 54dd200 mm/kmemleak: fix possible wrong memory scanning period by Yanfei Xu · 3 years, 6 months ago
  6. 0b5121e mm/kmemleak.c: fix a typo by Bhaskar Chowdhury · 3 years, 8 months ago
  7. 9551158 kfence: make compatible with kmemleak by Marco Elver · 3 years, 9 months ago
  8. c4b2896 mm/kmemleak: rely on rcu for task stack scanning by Davidlohr Bueso · 4 years, 2 months ago
  9. 69d0b54 mm/kmemleak: silence KCSAN splats in checksum by Qian Cai · 4 years, 4 months ago
  10. b0d14fc mm/kmemleak.c: use address-of operator on section symbols by Nathan Chancellor · 4 years, 9 months ago
  11. 8c96f1b mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t by He Zhe · 5 years ago
  12. 2abd839 kmemleak: Do not corrupt the object_list during clean-up by Catalin Marinas · 5 years ago
  13. 0e965a6 mm/kmemleak.c: record the current memory pool size by Qian Cai · 5 years ago
  14. c566586 mm: kmemleak: use the memory pool for early allocations by Catalin Marinas · 5 years ago
  15. 0647398 mm: kmemleak: simple memory allocation pool for kmemleak objects by Catalin Marinas · 5 years ago
  16. dba82d9 mm: kmemleak: make the tool tolerant to struct scan_area allocation failures by Catalin Marinas · 5 years ago
  17. fcf3a5b mm: kmemleak: disable early logging in case of error by Catalin Marinas · 5 years ago
  18. df9576d Revert "kmemleak: allow to coexist with fault injection" by Yang Shi · 5 years ago
  19. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  20. 4e4dfce mm/kmemleak.c: change error at _write when kmemleak is disabled by André Almeida · 5 years ago
  21. 6ef9056 mm/kmemleak.c: fix check for softirq context by Dmitry Vyukov · 5 years ago
  22. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  23. 282401d mm: kmemleak: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  24. 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 07984aa mm/kmemleak: Simplify stacktrace handling by Thomas Gleixner · 6 years ago
  26. dce5b0b mm/kmemleak.c: fix unused-function warning by Arnd Bergmann · 6 years ago
  27. 298a32b kmemleak: powerpc: skip scanning holes in the .bss section by Catalin Marinas · 6 years ago
  28. a2f7757 kmemleak: account for tagged pointers when calculating pointer range by Andrey Konovalov · 6 years ago
  29. d53ce04 kmemleak: add config to select auto scan by Sri Krishna chowdary · 6 years ago
  30. 9f1eb38 mm, kmemleak: little optimization while scanning by Oscar Salvador · 6 years ago
  31. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  32. 154221c kmemleak: add module param to print warnings to dmesg by Vincent Whitchurch · 6 years ago
  33. b353756 kmemleak: always register debugfs file by Vincent Whitchurch · 6 years ago
  34. e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
  35. 8bd30c1 mm/kmemleak.c: make kmemleak_boot_config() __init by Dou Liyang · 7 years ago
  36. 914b6df mm/kmemleak.c: wait for scan completion before disabling free by Vinayak Menon · 7 years ago
  37. 4a01768 mm: kmemleak: remove unused hardirq.h by Yang Shi · 7 years ago
  38. d9570ee kmemleak: allow to coexist with fault injection by Dmitry Vyukov · 7 years ago
  39. 13ab183d mm/kmemleak.c: make cond_resched() rate-limiting more efficient by Andrew Morton · 7 years ago
  40. bde5f6b kmemleak: add scheduling point to kmemleak_scan() by Yisheng Xie · 7 years ago
  41. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  42. 7d6c4df kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644 by Konstantin Khlebnikov · 7 years ago
  43. 94f4a16 mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects by Catalin Marinas · 7 years ago
  44. 04f70d1 mm: kmemleak: factor object reference updating out of scan_block() by Catalin Marinas · 7 years ago
  45. f66abf0 mm: kmemleak: slightly reduce the size of some structures on 64-bit architectures by Catalin Marinas · 7 years ago
  46. 906f2a5 mm: fix section name for .data..ro_after_init by Kees Cook · 8 years ago
  47. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  48. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  49. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  50. 22901c6 kmemleak: fix reference to Documentation by Andreas Platschek · 8 years ago
  51. d7c19b0 mm: kmemleak: scan .data.ro_after_init by Jakub Kicinski · 8 years ago
  52. 37df49f mm: kmemleak: ensure that the task stack is not freed during scanning by Catalin Marinas · 8 years ago
  53. 9099dae mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping by Catalin Marinas · 8 years ago
  54. 98c42d9 kmemleak: don't hang if user disables scanning early by Vegard Nossum · 8 years ago
  55. 5c335fe mm: prevent KASAN false positives in kmemleak by Dmitry Vyukov · 9 years ago
  56. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  57. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  58. 20b5c30 Revert "gfp: add __GFP_NOACCOUNT" by Vladimir Davydov · 9 years ago
  59. 9fbed25 mm/kmemleak.c: remove unneeded initialization of object to NULL by Alexey Klimov · 9 years ago
  60. 6fc37c4 kmemleak: use seq_hex_dump() to dump buffers by Andy Shevchenko · 9 years ago
  61. 21cd3a6 kmemleak: record accurate early log buffer count and report when exceeded by Wang Kai · 9 years ago
  62. 8a8c35f mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() by Larry Finger · 10 years ago
  63. 93ada57 mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan by Catalin Marinas · 10 years ago
  64. 9d5a4c7 mm: kmemleak: avoid deadlock on the kmemleak object insertion error path by Catalin Marinas · 10 years ago
  65. 5f369f3 mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup() by Catalin Marinas · 10 years ago
  66. e781a9a mm: kmemleak: fix delete_object_*() race when called on the same memory block by Catalin Marinas · 10 years ago
  67. c5f3b1a mm: kmemleak: allow safe memory scanning during kmemleak disabling by Catalin Marinas · 10 years ago
  68. 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 10 years ago
  69. e79ed2f kmemleak: disable kasan instrumentation for kmemleak by Andrey Ryabinin · 10 years ago
  70. ffe2c74 mm: introduce kmemleak_update_trace() by Catalin Marinas · 11 years ago
  71. aae0ad7 mm/kmemleak.c: use %u to print ->checksum by Jianpeng Ma · 11 years ago
  72. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 11 years ago
  73. 3551a92 mm: postpone the disabling of kmemleak early logging by Catalin Marinas · 11 years ago
  74. 8910ae89 kmemleak: change some global variables to int by Li Zefan · 11 years ago
  75. 5f3bf19 kmemleak: remove redundant code by Li Zefan · 11 years ago
  76. c89da70 kmemleak: allow freeing internal objects after kmemleak was disabled by Li Zefan · 11 years ago
  77. dc9b3f4 kmemleak: free internal objects only if there're no leaks to be reported by Li Zefan · 11 years ago
  78. 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 11 years ago
  79. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  80. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  81. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 12 years ago
  82. dc05373 mm/kmemleak.c: remove obsolete simple_strtoul by Abhijit Pawar · 12 years ago
  83. 85d3a31 kmemleak: use rbtree instead of prio tree by Michel Lespinasse · 12 years ago
  84. 58fac09 kmemleak: Replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  85. b370d29e kmemleak: Disable early logging when kmemleak is off by default by Catalin Marinas · 13 years ago
  86. b469d43 kmemleak: Only scan non-zero-size areas by Tiejun Chen · 13 years ago
  87. 029aeff kmemleak: Add support for memory hotplug by Laura Abbott · 13 years ago
  88. f528f0b kmemleak: Handle percpu memory allocation by Catalin Marinas · 13 years ago
  89. 7434170 kmemleak: Report previously found leaks even after an error by Catalin Marinas · 13 years ago
  90. b669300 kmemleak: When the early log buffer is exceeded, report the actual number by Catalin Marinas · 13 years ago
  91. 5f79020 kmemleak: Show where early_log issues come from by Catalin Marinas · 13 years ago
  92. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  93. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  94. 52c3ce4 kmemleak: Do not return a pointer to an object that kmemleak did not get by Catalin Marinas · 14 years ago
  95. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  96. 6ae4bd1 kmemleak: Allow kmemleak metadata allocations to fail by Catalin Marinas · 14 years ago
  97. 145b64b kmemleak: Fix typo in the comment by Holger Hans Peter Freyther · 14 years ago
  98. a2b6bf6 kmemleak: Add DocBook style comments to kmemleak.c by Catalin Marinas · 14 years ago
  99. ab0155a kmemleak: Introduce a default off mode for kmemleak by Jason Baron · 14 years ago
  100. a7686a4 kmemleak: Show more information for objects found by alias by Catalin Marinas · 14 years ago