https://github.com/torvalds/linux
Revision 9dbbe3cfc3c208643cf0e81c8f660f43e1b4b2e8 authored by Linus Torvalds on 30 April 2015, 16:44:04 UTC, committed by Linus Torvalds on 30 April 2015, 16:44:04 UTC
Pull kvm changes from Paolo Bonzini:
 "Remove from guest code the handling of task migration during a pvclock
  read; instead use the correct protocol in KVM.

  This removes the need for task migration notifiers in core scheduler
  code"

[ The scheduler people really hated the migration notifiers, so this was
  kind of required  - Linus ]

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  x86: pvclock: Really remove the sched notifier for cross-cpu migrations
  kvm: x86: fix kvmclock update protocol
2 parent s fb45f49 + 73459e2
Raw File
Tip revision: 9dbbe3cfc3c208643cf0e81c8f660f43e1b4b2e8 authored by Linus Torvalds on 30 April 2015, 16:44:04 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 9dbbe3c
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top