Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190203
b: refs/heads/master
c: 453dc65
h: refs/heads/master
i:
  190201: 3cb47b9
  190199: 0b26d09
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Apr 24, 2010
1 parent 9ca3f14 commit 1d929db
Show file tree
Hide file tree
Showing 5 changed files with 852 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8af67e2681c693a21f3933e3bdfce4cf66596d3
refs/heads/master: 453dc65931915abc61f92e12bba1fc4747ff5542
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/cpu/vmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/

#include <linux/dmi.h>
#include <linux/module.h>
#include <asm/div64.h>
#include <asm/vmware.h>
#include <asm/x86_init.h>
Expand Down Expand Up @@ -101,6 +102,7 @@ int vmware_platform(void)

return 0;
}
EXPORT_SYMBOL(vmware_platform);

/*
* VMware hypervisor takes care of exporting a reliable TSC to the guest.
Expand Down
16 changes: 16 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,22 @@ config TI_DAC7512
This driver can also be built as a module. If so, the module
will be calles ti_dac7512.

config VMWARE_BALLOON
tristate "VMware Balloon Driver"
depends on X86
help
This is VMware physical memory management driver which acts
like a "balloon" that can be inflated to reclaim physical pages
by reserving them in the guest and invalidating them in the
monitor, freeing up the underlying machine pages so they can
be allocated to other guests. The balloon can also be deflated
to allow the guest to use more physical memory.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called vmware_balloon.

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ obj-$(CONFIG_C2PORT) += c2port/
obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/
obj-y += eeprom/
obj-y += cb710/
obj-$(CONFIG_VMWARE_BALLOON) += vmware_balloon.o
Loading

0 comments on commit 1d929db

Please sign in to comment.