diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-23 12:18:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-23 12:18:08 -0400 |
commit | 72dd4e7980bf584fa11db4f00e38d5cf956a8856 (patch) | |
tree | fed8bc25883a01dc2e4916fe90a58f07b26ed93b /MAINTAINERS | |
parent | b4d3ba3346f092b9185da991414775281ceacaac (diff) | |
parent | 6d17c0d1e8a66f5508082cb0fecb8afb7e9a21e4 (diff) |
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm bugfixes from Gleb Natapov.
* git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()
KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API.
KVM: take over co-maintainership from Marcelo, fix MAINTAINERS entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 829c0321108b..dbf4880fdb08 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4641,12 +4641,13 @@ F: include/linux/sunrpc/ | |||
4641 | F: include/uapi/linux/sunrpc/ | 4641 | F: include/uapi/linux/sunrpc/ |
4642 | 4642 | ||
4643 | KERNEL VIRTUAL MACHINE (KVM) | 4643 | KERNEL VIRTUAL MACHINE (KVM) |
4644 | M: Marcelo Tosatti <mtosatti@redhat.com> | ||
4645 | M: Gleb Natapov <gleb@redhat.com> | 4644 | M: Gleb Natapov <gleb@redhat.com> |
4645 | M: Paolo Bonzini <pbonzini@redhat.com> | ||
4646 | L: kvm@vger.kernel.org | 4646 | L: kvm@vger.kernel.org |
4647 | W: http://kvm.qumranet.com | 4647 | W: http://linux-kvm.org |
4648 | S: Supported | 4648 | S: Supported |
4649 | F: Documentation/*/kvm.txt | 4649 | F: Documentation/*/kvm*.txt |
4650 | F: Documentation/virtual/kvm/ | ||
4650 | F: arch/*/kvm/ | 4651 | F: arch/*/kvm/ |
4651 | F: arch/*/include/asm/kvm* | 4652 | F: arch/*/include/asm/kvm* |
4652 | F: include/linux/kvm* | 4653 | F: include/linux/kvm* |