summaryrefslogtreecommitdiff
path: root/arch/x86/mm/kmemcheck
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-04-08arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf()David Rientjes
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker
2011-06-14x86: Swap save_stack_trace_regs parametersMasami Hiramatsu
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker
2010-08-30x86, kmemcheck: Remove double testJulia Lawall
2010-02-17kmemcheck: Test the full object in kmemcheck_is_obj_initialized()Catalin Marinas
2009-12-28x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds
2009-09-20includecheck fix: x86, shadow.cJaswinder Singh Rajput
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-07-01kmemcheck: remove useless checkVegard Nossum
2009-07-01kmemcheck: remove duplicated #includeHuang Weiyi
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum