diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 15:28:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 15:28:38 -0700 |
commit | 16c97650a56abdd067f7da079007b7e00b307083 (patch) | |
tree | e6e96a73f7b1d6d963fed99ad0c2fe6bf77aa545 /MAINTAINERS | |
parent | 9e3a25dc992dd9f3170fb643bdd95da5ca9c5576 (diff) | |
parent | 765e33f5211ab620c117ff1ee0c4f38c10f7a973 (diff) |
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull hyper-v updates from Sasha Levin:
- Add a module description to the Hyper-V vmbus module.
- Rework some vmbus code to separate architecture specifics out to
arch/x86/. This is part of the work of adding arm64 support to
Hyper-V.
* tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h
drivers: hv: Add a module description line to the hv_vmbus driver
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 60218e6a60ec..16a17fe87fe6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7422,6 +7422,7 @@ F: net/vmw_vsock/hyperv_transport.c F: include/clocksource/hyperv_timer.h F: include/linux/hyperv.h F: include/uapi/linux/hyperv.h +F: include/asm-generic/mshyperv.h F: tools/hv/ F: Documentation/ABI/stable/sysfs-bus-vmbus |