https://github.com/torvalds/linux
Revision 6371e82307237dede71f884ad8e8e11faa75e8be authored by Linus Torvalds on 14 December 2010, 21:32:19 UTC, committed by Linus Torvalds on 14 December 2010, 21:32:19 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
  amd64_edac: Fix interleaving check
  EDAC: Correct MiB_TO_PAGES() macro
  EDAC: Fix workqueue-related crashes
2 parent s c3606c6 + e726f3c
Raw File
Tip revision: 6371e82307237dede71f884ad8e8e11faa75e8be authored by Linus Torvalds on 14 December 2010, 21:32:19 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Tip revision: 6371e82
Kconfig
config LGUEST
	tristate "Linux hypervisor example code"
	depends on X86_32 && EXPERIMENTAL && EVENTFD
	select HVC_DRIVER
	---help---
	  This is a very simple module which allows you to run
	  multiple instances of the same Linux kernel, using the
	  "lguest" command found in the Documentation/lguest directory.
	  Note that "lguest" is pronounced to rhyme with "fell quest",
	  not "rustyvisor".  See Documentation/lguest/lguest.txt.

	  If unsure, say N.  If curious, say M.  If masochistic, say Y.
back to top