forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINTAINERS: add entry for VMware Balloon driver
Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9743,6 +9743,14 @@ L: [email protected] | |
S: Supported | ||
F: arch/x86/kernel/cpu/vmware.c | ||
|
||
VMWARE BALLOON DRIVER | ||
M: Xavier Deguillard <[email protected]> | ||
M: Philip Moltmann <[email protected]> | ||
M: "VMware, Inc." <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/misc/vmw_balloon.c | ||
|
||
VMWARE VMXNET3 ETHERNET DRIVER | ||
M: Shreyas Bhatewara <[email protected]> | ||
M: "VMware, Inc." <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | ||
* | ||
* Maintained by: Dmitry Torokhov <[email protected]> | ||
* Maintained by: Xavier Deguillard <[email protected]> | ||
* Philip Moltmann <[email protected]> | ||
*/ | ||
|
||
/* | ||
|