summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/kmemcheck
Commit message (Expand)AuthorAgeFilesLines
* x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-211-1/+1
|\
| * x86, kmemcheck: Remove double testJulia Lawall2010-08-301-1/+1
* | x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2010-10-141-0/+2
|/
* kmemcheck: Test the full object in kmemcheck_is_obj_initialized()Catalin Marinas2010-02-173-3/+17
* x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg2009-12-281-10/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds2009-09-221-3/+0
|\
| * kmemcheck: remove useless checkVegard Nossum2009-07-011-3/+0
| * kmemcheck: remove duplicated #includeHuang Weiyi2009-07-011-1/+0
* | includecheck fix: x86, shadow.cJaswinder Singh Rajput2009-09-201-1/+0
* | kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg2009-09-041-0/+14
|/
* kmemcheck: add opcode self-testing at bootVegard Nossum2009-06-154-17/+85
* kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-151-0/+8
* kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg2009-06-151-6/+1
* kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg2009-06-151-2/+7
* kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg2009-06-151-3/+5
* kmemcheck: make initialization message less confusingPekka Enberg2009-06-151-1/+1
* kmemcheck: remove forward declarations from error.cPekka Enberg2009-06-151-69/+68
* kmemcheck: include module.h to prevent warningsRandy Dunlap2009-06-131-0/+1
* kmemcheck: add the kmemcheck coreVegard Nossum2009-06-1310-0/+1206