Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
* 'kmemleak' of git://linux-arm.org/linux-2.6: kmemleak: Improve the "Early log buffer exceeded" error message kmemleak: fix sparse warning for static declarations kmemleak: fix sparse warning over overshadowed flags kmemleak: move common painting code together kmemleak: add clear command support kmemleak: use bool for true/false questions kmemleak: Do no create the clean-up thread during kmemleak_disable() kmemleak: Scan all thread stacks kmemleak: Don't scan uninitialized memory when kmemcheck is enabled kmemleak: Ignore the aperture memory hole on x86_64 kmemleak: Printing of the objects hex dump kmemleak: Do not report alloc_bootmem blocks as leaks kmemleak: Save the stack trace for early allocations kmemleak: Mark the early log buffer as __initdata kmemleak: Dump object information on request kmemleak: Allow rescheduling during an object scanning
Showing
- Documentation/kmemleak.txt 31 additions, 0 deletionsDocumentation/kmemleak.txt
- arch/x86/kernel/aperture_64.c 6 additions, 0 deletionsarch/x86/kernel/aperture_64.c
- arch/x86/kernel/pci-dma.c 6 additions, 0 deletionsarch/x86/kernel/pci-dma.c
- arch/x86/mm/kmemcheck/kmemcheck.c 14 additions, 0 deletionsarch/x86/mm/kmemcheck/kmemcheck.c
- include/linux/kmemcheck.h 7 additions, 0 deletionsinclude/linux/kmemcheck.h
- include/linux/kmemleak.h 9 additions, 9 deletionsinclude/linux/kmemleak.h
- mm/bootmem.c 5 additions, 1 deletionmm/bootmem.c
- mm/kmemleak.c 245 additions, 91 deletionsmm/kmemleak.c
Loading
Please register or sign in to comment