summaryrefslogtreecommitdiff
path: root/arch/x86/mm/kmemcheck/kmemcheck.c
AgeCommit message (Expand)Author
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
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker
2010-02-17kmemcheck: Test the full object in kmemcheck_is_obj_initialized()Catalin Marinas
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-07-01kmemcheck: remove useless checkVegard Nossum
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka 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-13kmemcheck: add the kmemcheck coreVegard Nossum