cloud-hypervisor/vmm/src
Rob Bradford b68add2d0d vmm: Enable THP when using anonymous memory
If the memory is not backed by a file then it is possible to enable
Transparent Huge Pages on the memory and take advantage of the benefits
of huge pages without requiring the specific allocation of an appropriate
number of huge pages.

TEST=Boot and see that in /proc/`pidof cloud-hypervisor`/smaps that the
region is now THPeligible (and that also pages are being used.)

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-11-09 16:51:21 +00:00
..
api api: Fix vm.add-device argument type 2022-10-21 11:09:55 -07:00
acpi.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Improve handling of shared memory backing 2022-10-31 22:28:29 +00:00
coredump.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
cpu.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
device_manager.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
device_tree.rs cargo: Clean up serde dependencies 2022-05-18 08:21:19 +02:00
gdb.rs vmm: Restrict the maximum number of HW breakpoints 2022-08-23 16:57:12 +02:00
interrupt.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
lib.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
memory_manager.rs vmm: Enable THP when using anonymous memory 2022-11-09 16:51:21 +00:00
migration.rs vmm: add GuestDebuggable trait 2022-05-30 13:41:40 +02:00
pci_segment.rs misc: Fix clippy issues 2022-11-02 09:41:43 +01:00
seccomp_filters.rs vmm: Extend list of authorized ioctls for vDPA 2022-10-13 10:03:23 +02:00
serial_manager.rs vmm: Move SerialBuffer to its own crate 2022-08-30 13:47:51 +02:00
sigwinch_listener.rs vmm: device_manager: Update virtio-console for proper PTY support 2022-08-30 13:47:51 +02:00
vm_config.rs vmm: Move 'default_serial/console()' to vm_config.rs 2022-10-07 09:13:15 -07:00
vm.rs build: Bump linux-loader from 0.6.0 to 0.7.0 2022-11-02 11:02:00 +00:00