]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Dec 2009 00:00:19 +0000 (16:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Dec 2009 00:00:19 +0000 (16:00 -0800)
commit5bea4510944f4ee43815a1cbb24fa598c74f14c2
tree4c2244f6e6ce94e2698572e9d2df3baea8449c2a
parent69b4e6dde5d6dfc842f3c29d9fa840314906814c
parent14340d0947b68b515db58a9c2c81300813e42016
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6

* 'kmemleak' of git://linux-arm.org/linux-2.6:
  kmemleak: fix kconfig for crc32 build error
  kmemleak: Reduce the false positives by checking for modified objects
  kmemleak: Show the age of an unreferenced object
  kmemleak: Release the object lock before calling put_object()
  kmemleak: Scan the _ftrace_events section in modules
  kmemleak: Simplify the kmemleak_scan_area() function prototype
  kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE
kernel/module.c
lib/Kconfig.debug
mm/kmemleak.c
mm/slab.c