diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 18:31:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 18:31:08 -0500 |
commit | 66cdd0ceaf65a18996f561b770eedde1d123b019 (patch) | |
tree | 4892eaa422d366fce5d1e866ff1fe0988af95569 /MAINTAINERS | |
parent | 896ea17d3da5f44b2625c9cda9874d7dfe447393 (diff) | |
parent | 58b7825bc324da55415034a9f6ca5d716b8fd898 (diff) |
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM updates from Marcelo Tosatti:
"Considerable KVM/PPC work, x86 kvmclock vsyscall support,
IA32_TSC_ADJUST MSR emulation, amongst others."
Fix up trivial conflict in kernel/sched/core.c due to cross-cpu
migration notifier added next to rq migration call-back.
* tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (156 commits)
KVM: emulator: fix real mode segment checks in address linearization
VMX: remove unneeded enable_unrestricted_guest check
KVM: VMX: fix DPL during entry to protected mode
x86/kexec: crash_vmclear_local_vmcss needs __rcu
kvm: Fix irqfd resampler list walk
KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump
x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary
KVM: MMU: optimize for set_spte
KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface
KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
KVM: PPC: bookehv: Add guest computation mode for irq delivery
KVM: PPC: Make EPCR a valid field for booke64 and bookehv
KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation
KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulation
KVM: PPC: e500: Add emulation helper for getting instruction ea
KVM: PPC: bookehv64: Add support for interrupt handling
KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
KVM: PPC: e500: Silence bogus GCC warning in tlb code
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b0b880da6e5c..42f07ea5bbc9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4314,10 +4314,10 @@ F: include/linux/kvm* | |||
4314 | F: virt/kvm/ | 4314 | F: virt/kvm/ |
4315 | 4315 | ||
4316 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V | 4316 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
4317 | M: Joerg Roedel <joerg.roedel@amd.com> | 4317 | M: Joerg Roedel <joro@8bytes.org> |
4318 | L: kvm@vger.kernel.org | 4318 | L: kvm@vger.kernel.org |
4319 | W: http://kvm.qumranet.com | 4319 | W: http://kvm.qumranet.com |
4320 | S: Supported | 4320 | S: Maintained |
4321 | F: arch/x86/include/asm/svm.h | 4321 | F: arch/x86/include/asm/svm.h |
4322 | F: arch/x86/kvm/svm.c | 4322 | F: arch/x86/kvm/svm.c |
4323 | 4323 | ||
@@ -4325,6 +4325,7 @@ KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC | |||
4325 | M: Alexander Graf <agraf@suse.de> | 4325 | M: Alexander Graf <agraf@suse.de> |
4326 | L: kvm-ppc@vger.kernel.org | 4326 | L: kvm-ppc@vger.kernel.org |
4327 | W: http://kvm.qumranet.com | 4327 | W: http://kvm.qumranet.com |
4328 | T: git git://github.com/agraf/linux-2.6.git | ||
4328 | S: Supported | 4329 | S: Supported |
4329 | F: arch/powerpc/include/asm/kvm* | 4330 | F: arch/powerpc/include/asm/kvm* |
4330 | F: arch/powerpc/kvm/ | 4331 | F: arch/powerpc/kvm/ |