index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-13
kmemleak: disable kasan instrumentation for kmemleak
Andrey Ryabinin
1
-0
/
+6
2014-06-06
mm: introduce kmemleak_update_trace()
Catalin Marinas
1
-0
/
+34
2014-06-06
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
1
-1
/
+1
2014-06-04
mem-hotplug: implement get/put_online_mems
Vladimir Davydov
1
-2
/
+2
2014-05-11
mm: postpone the disabling of kmemleak early logging
Catalin Marinas
1
-2
/
+2
2014-04-03
kmemleak: change some global variables to int
Li Zefan
1
-40
/
+40
2014-04-03
kmemleak: remove redundant code
Li Zefan
1
-6
/
+1
2014-04-03
kmemleak: allow freeing internal objects after kmemleak was disabled
Li Zefan
1
-14
/
+32
2014-04-03
kmemleak: free internal objects only if there're no leaks to be reported
Li Zefan
1
-4
/
+9
2013-11-13
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
1
-1
/
+3
2013-09-11
mm: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-1
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-5
/
+4
2013-02-23
mm: add & use zone_end_pfn() and zone_spans_pfn()
Cody P Schafer
1
-3
/
+2
2012-12-18
mm/kmemleak.c: remove obsolete simple_strtoul
Abhijit Pawar
1
-1
/
+2
2012-10-09
kmemleak: use rbtree instead of prio tree
Michel Lespinasse
1
-49
/
+51
2012-09-23
kmemleak: Replace list_for_each_continue_rcu with new interface
Michael Wang
1
-4
/
+2
2012-01-20
kmemleak: Disable early logging when kmemleak is off by default
Catalin Marinas
1
-0
/
+1
2012-01-20
kmemleak: Only scan non-zero-size areas
Tiejun Chen
1
-1
/
+1
2011-12-02
kmemleak: Add support for memory hotplug
Laura Abbott
1
-2
/
+4
2011-12-02
kmemleak: Handle percpu memory allocation
Catalin Marinas
1
-0
/
+72
2011-12-02
kmemleak: Report previously found leaks even after an error
Catalin Marinas
1
-9
/
+13
2011-12-02
kmemleak: When the early log buffer is exceeded, report the actual number
Catalin Marinas
1
-6
/
+15
2011-12-02
kmemleak: Show where early_log issues come from
Catalin Marinas
1
-9
/
+28
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-19
kmemleak: Do not return a pointer to an object that kmemleak did not get
Catalin Marinas
1
-2
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-01-27
kmemleak: Allow kmemleak metadata allocations to fail
Catalin Marinas
1
-5
/
+8
2010-08-08
kmemleak: Fix typo in the comment
Holger Hans Peter Freyther
1
-1
/
+1
2010-07-19
kmemleak: Add DocBook style comments to kmemleak.c
Catalin Marinas
1
-21
/
+59
2010-07-19
kmemleak: Introduce a default off mode for kmemleak
Jason Baron
1
-1
/
+13
2010-07-19
kmemleak: Show more information for objects found by alias
Catalin Marinas
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-12-17
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-87
/
+101
2009-11-09
tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"
Uwe Kleine-König
1
-2
/
+2
2009-10-28
kmemleak: Reduce the false positives by checking for modified objects
Catalin Marinas
1
-54
/
+70
2009-10-28
kmemleak: Show the age of an unreferenced object
Catalin Marinas
1
-2
/
+4
2009-10-28
kmemleak: Release the object lock before calling put_object()
Catalin Marinas
1
-3
/
+6
2009-10-28
kmemleak: Simplify the kmemleak_scan_area() function prototype
Catalin Marinas
1
-28
/
+21
2009-10-09
kmemleak: Check for NULL pointer returned by create_object()
Catalin Marinas
1
-0
/
+3
2009-10-09
kmemleak: Use GFP_ATOMIC for early_alloc().
Tetsuo Handa
1
-1
/
+1
2009-09-11
kmemleak: Improve the "Early log buffer exceeded" error message
Catalin Marinas
1
-1
/
+2
2009-09-08
kmemleak: fix sparse warning for static declarations
Luis R. Rodriguez
1
-2
/
+2
2009-09-08
kmemleak: fix sparse warning over overshadowed flags
Luis R. Rodriguez
1
-4
/
+3
2009-09-08
kmemleak: move common painting code together
Luis R. Rodriguez
1
-28
/
+41
2009-09-08
kmemleak: add clear command support
Luis R. Rodriguez
1
-0
/
+26
2009-09-08
kmemleak: use bool for true/false questions
Luis R. Rodriguez
1
-4
/
+4
2009-09-08
kmemleak: Do no create the clean-up thread during kmemleak_disable()
Catalin Marinas
1
-17
/
+5
2009-09-04
kmemleak: Scan all thread stacks
Catalin Marinas
1
-7
/
+7
2009-09-04
kmemleak: Don't scan uninitialized memory when kmemcheck is enabled
Pekka Enberg
1
-2
/
+10
[next]