Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-15 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 1 | -94/+0 | |
Fix up makefiles, remove references, and git rm kmemcheck. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sasha Levin <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Vegard Nossum <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Eric W. Biederman <[email protected]> Cc: Alexander Potapenko <[email protected]> Cc: Tim Hansen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2009-07-01 | kmemcheck: depend on HAVE_ARCH_KMEMCHECK | Sebastian Andrzej Siewior | 1 | -0/+3 | |
to make it selectable if it is available. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: Pekka Enberg <[email protected]> Signed-off-by: Vegard Nossum <[email protected]> | |||||
2009-06-15 | kmemcheck: make kconfig accessible for other architectures | Pekka Enberg | 1 | -0/+91 | |
The Kconfig options of kmemcheck are hidden under arch/x86 which makes porting to other architectures harder. To fix that, move the Kconfig bits to lib/Kconfig.kmemcheck and introduce a CONFIG_HAVE_ARCH_KMEMCHECK config option that architectures can define. Signed-off-by: Pekka Enberg <[email protected]> [rebased for mainline inclusion] Signed-off-by: Vegard Nossum <[email protected]> |