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