]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/x86/vmx.c
x86: Provide PM timer access to all cells
[jailhouse.git] / hypervisor / arch / x86 / vmx.c
2014-07-06 Jan Kiszkax86: Provide PM timer access to all cells
2014-07-06 Jan Kiszkax86: Drop redundant vmx_invept
2014-07-06 Jan Kiszkax86: Enable RDTSCP for the cells
2014-06-25 Jan Kiszkacore: Add support for per-CPU statistics
2014-06-17 Jan Kiszkacore/driver: Reintroduce a second hypercall argument
2014-06-17 Jan Kiszkax86: Add support for IOAPIC access control
2014-06-15 Jan Kiszkax86: Park a CPU when a VM entry failed
2014-06-15 Jan Kiszkacore: Generic memory region mapping for cell creation...
2014-06-15 Jan Kiszkax86: Pull root cell initialization into vmx/vtd_init
2014-06-14 Jan Kiszkax86: Remove some unneeded local caching of cell->config
2014-06-14 Jan Kiszkax86: Fold vmx/vtd_root_cell_shrink into vmx/vtd_cell_init
2014-06-14 Jan Kiszkax86: Rework evaluation of MSR_IA32_VMX_TRUE_*_CTLS
2014-06-14 Jan Kiszkax86: Properly clear IA32_DEBUGCTL on VMCS setup and...
2014-06-04 Jan Kiszkax86: Report details on string/REP-prefixed PIO access
2014-06-04 Jan Kiszkax86: Report APIC access on MMIO parsing error
2014-06-04 Jan Kiszkax86: Further improve EPT error reporting
2014-05-14 Jan Kiszkax86: Improve reporting of EPT violations
2014-05-07 Jan Kiszkax86: Reset virtual CPU before parking it
2014-05-07 Jan Kiszkax86: Clear general purpose registers outside of vmx_cpu...
2014-05-07 Jan Kiszkax86: Advance guest EIP only on successful vmexit handling
2014-05-07 Jan Kiszkacore: Avoid exposing register set to pci_mmio_access_ha...
2014-05-07 Ivan Kolchincore: Add support for a guest to access memory-mapped...
2014-05-02 Jan Kiszkacore: Generic hypercall dispatching
2014-04-19 Ivan Kolchinx86: Fix a small typo in constant's naming
2014-04-19 Ivan Kolchinx86: Add handler of accesses to PCI configuration space...
2014-04-06 Jan Kiszkax86: Move vmx_[un]map_memory_region
2014-04-06 Jan Kiszkacore: Implement generic root cell shrinking of memory...
2014-04-06 Jan Kiszkacore: Make arch_unmap_memory_region return error codes
2014-04-04 Jan Kiszkacore: Rename "Linux cell" to "root cell"
2014-03-05 Jan Kiszkacore: Add "Hypervisor Get Info" hypercall
2014-03-05 Jan Kiszkacore: Add "CPU Get State" hypercall
2014-03-05 Jan Kiszkacore: Factor out generic panic_stop/halt services
2014-03-05 Jan Kiszkacore/x86: Provide "Cell Get State" hypercall
2014-02-13 Ivan Kolchinx86: Add fault reporting in VT-d
2014-02-07 Jan Kiszkax86: Add 32-bit guest paging support
2014-02-07 Jan Kiszkax86: Detect and use guest paging mode for MMIO parsing
2014-02-05 Jan Kiszkax86: Enable hugepages in all hypervisor, EPT and VT...
2014-02-05 Jan Kiszkacore: Add support for creating page tables with hugepages
2014-02-05 Jan Kiszkax86: Check VMX features earlier
2014-02-05 Jan Kiszkacore: Drop unused parameters from page_map_virt2phys...
2014-02-05 Jan Kiszkacore: Switch to table-driven page table construction...
2014-02-05 Jan Kiszkacore: Introduce paging_structures abstraction
2014-01-16 Jan Kiszkacore: Properly translate guest physical addresses in...
2014-01-14 Jan Kiszkacore: Introduce communication region
2014-01-14 Jan Kiszkacore: Rename jailhouse_memory::access_flags to flags
2014-01-13 Jan Kiszkax86: Park CPU on guest originated faults
2014-01-12 Jan Kiszkax86: Add barrier after vmx_state to VMXOFF
2014-01-12 Jan Kiszkax86: Fix state test in vmx_schedule_vmexit
2014-01-11 Jan Kiszkax86: Move CPU control logic from apic.c to control.c
2014-01-10 Jan Kiszkacore: Introduce arch_shutdown
2014-01-09 Jan Kiszkax86: Reject hypercalls issued by userspace contexts
2014-01-09 Jan Kiszkax86: Factor out vmx_handle_hypercall
2013-12-27 Jan Kiszkacore: Generic memory region handling on cell destruction
2013-12-27 Jan Kiszkacore: Introduce jailhouse_cell_pio_bitmap helper
2013-12-27 Jan Kiszkacore/driver: Introduce jailhouse_cell_mem_regions helper
2013-12-26 Jan Kiszkax86: Officially focus vmx_cell_shrink on the Linux...
2013-12-26 Jan Kiszkacore: Add support for cache-coherent changes to page...
2013-12-12 Jan Kiszkacore: Implement cell destruction
2013-12-12 Jan Kiszkax86: Factor out vmx_map_memory_region
2013-12-12 Jan Kiszkacore: Keep a copy of configuration for cell lifetime
2013-12-12 Jan Kiszkadriver/core: Forward cell destruction command to the...
2013-12-12 Jan Kiszkax86: Use symbolic EPT_TYPE_WRITEBACK for feature testing
2013-12-12 Jan Kiszkax86: Park CPU in guest mode while waiting for SIPI
2013-12-12 Jan Kiszkax86: Fix writing of GUEST_PENDING_DBG_EXCEPTIONS
2013-11-30 Jan KiszkaAdd support for xsetbv guest exists
2013-11-22 Jan KiszkaRework segment save/restore across hypervisor enable...
2013-11-21 Jan KiszkaIntroduce and use struct segment
2013-11-21 Jan KiszkaPreserve all segment registers across hypervisor enabli...
2013-11-13 Jan KiszkaBasic DMA remapping support via VT-d
2013-11-05 Jan KiszkaDump field number of failing vmwrite
2013-11-05 Jan KiszkaRename skip_emulated_instruction -> vmx_skip_emulated_i...
2013-11-05 Jan KiszkaIntroduce and use struct vmcs
2013-10-20 Jan KiszkaJailhouse public release