index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
2025-08-05
mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()
Waiman Long
2025-08-05
mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock
Breno Leitao
2025-06-25
mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...
Hao Ge
2025-05-12
mm: kmemleak: mark variables as __read_mostly
Luiz Capitulino
2025-05-12
mm: kmemleak: drop wrong comment
Luiz Capitulino
2025-05-12
mm: kmemleak: drop kmemleak_warning variable
Luiz Capitulino
2025-03-16
mm: kmemleak: add support for dumping physical and __percpu object info
Catalin Marinas
2025-02-01
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-12
mm: kmemleak: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2025-01-12
mm/kmemleak: fix percpu memory leak detection failure
Guo Weikang
2024-12-30
mm/kmemleak: fix sleeping function called from invalid context at print message
Alessandro Carminati
2024-11-11
kmemleak: iommu/iova: fix transient kmemleak false positive
Catalin Marinas
2024-11-06
mm/kmemleak: fix typo in object_no_scan() comment
Mike Rapoport (Microsoft)
2024-09-03
mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address space
Uros Bizjak
2024-09-01
kmemleak: enable tracking for percpu pointers
Pavel Tikhomirov
2024-07-17
mm/kmemleak: replace strncpy() with strscpy()
Kees Cook
2024-05-19
mm: lift gfp_kmemleak_mask() to gfp.h
Dave Chinner
2024-04-25
mm/kmemleak: compact kmemleak_object further
Waiman Long
2024-04-25
mm/slub: avoid recursive loop with kmemleak
Kees Cook
2023-12-12
kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointers
Catalin Marinas
2023-12-10
kmemleak: add checksum to backtrace report
Jim Cromie
2023-12-10
kmemleak: drop (age <increasing>) from leak record
Jim Cromie
2023-12-06
mm/kmemleak: move set_track_prepare() outside raw_spinlocks
Liu Shixin
2023-12-06
Revert "mm/kmemleak: move the initialisation of object to __link_object"
Liu Shixin
2023-10-25
mm/kmemleak: move the initialisation of object to __link_object
Liu Shixin
2023-10-25
mm/kmemleak: fix partially freeing unknown object warning
Liu Shixin
2023-10-25
mm: kmemleak: add __find_and_remove_object()
Liu Shixin
2023-10-25
mm: kmemleak: use mem_pool_free() to free object
Liu Shixin
2023-10-25
mm: kmemleak: split __create_object into two functions
Liu Shixin
2023-10-25
mm/kmemleak: fix print format of pointer in pr_debug()
Liu Shixin
2023-09-02
mm/kmemleak: move up cond_resched() call in page scanning loop
Waiman Long
2023-08-21
Rename kmemleak_initialized to kmemleak_late_initialized
Xiaolei Wang
2023-08-21
mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...
Xiaolei Wang
2023-02-16
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-02
mm/kmemleak: fix UAF bug in kmemleak_scan()
Waiman Long
2023-02-02
mm/kmemleak: simplify kmemleak_cond_resched() usage
Waiman Long
2023-01-31
mm: use stack_depot_early_init for kmemleak
Zhaoyang Huang
2022-12-15
mm/kmemleak: use %pK to display kernel pointers in backtrace
Clément Léger
2022-12-15
mm: use stack_depot for recording kmemleak's backtrace
Zhaoyang Huang
2022-11-30
mm/kmemleak.c: fix a comment
Yixuan Cao
2022-10-28
mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops
Waiman Long
2022-09-11
mm/kmemleak: make create_object return void
Liu Shixin
2022-06-16
mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...
Waiman Long
2022-06-16
mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lock
Waiman Long
2022-06-16
mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()
Waiman Long
2022-06-16
mm: kmemleak: check physical address when scan
Patrick Wang
2022-06-16
mm: kmemleak: add rbtree and store physical address for objects allocated wit...
Patrick Wang
2022-06-16
mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
Patrick Wang
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
[next]