aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/kmemcheck (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-17kmemcheck: Test the full object in kmemcheck_is_obj_initialized()Catalin Marinas3-3/+17
2009-12-28x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg1-10/+9
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-3/+0
2009-09-20includecheck fix: x86, shadow.cJaswinder Singh Rajput1-1/+0
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg1-0/+14
2009-07-01kmemcheck: remove useless checkVegard Nossum1-3/+0
2009-07-01kmemcheck: remove duplicated #includeHuang Weiyi1-1/+0
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum4-17/+85
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-0/+8
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg1-6/+1
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg1-2/+7
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg1-3/+5
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg1-1/+1
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg1-69/+68
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap1-0/+1
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum10-0/+1206