]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/x86/vmx.c
x86: vmx: Remove some no longer needed includes
[jailhouse.git] / hypervisor / arch / x86 / vmx.c
2015-07-14 Jan Kiszkax86: vmx: Remove some no longer needed includes
2015-07-01 Jan Kiszkax86: Embed page for EPT/NPT root_table into cell structure
2015-06-28 Jan Kiszkax86: Fix error roll-back in vcpu_vendor_cell_init
2015-06-28 Jan Kiszkax86: Stop leaking PIO bitmaps on cell destruction
2015-06-07 Jan Kiszkax86: Remove cpu_data parameter from iommu_check_pending...
2015-05-22 Jan Kiszkax86: Always intercept cpuid
2015-05-22 Jan Kiszkax86: vmx: Clear IA32_DEBUGCTL only on hard reset
2015-05-15 Jan Kiszkax86: Do not reset PAT and MTRR_DEF_TYPE on INIT
2015-05-07 Jan Kiszkax86: Update CPUID vmexit counter in vmx_handle_cpuid
2015-05-06 Jan KiszkaRevert "x86: Make FS_BASE MSR restoration VMX-specific"
2015-04-10 Jan Kiszkax86: Make FS_BASE MSR restoration VMX-specific
2015-04-10 Jan Kiszkax86: Make SYSENTER MSR restoration VMX-specific
2015-04-10 Jan Kiszkax86: Drop local guest_regs variable from VMX version...
2015-04-10 Jan Kiszkax86: Factor out vmx_handle_cpuid
2015-04-10 Jan Kiszkax86: Remove parameters from vmx_handle_cr
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_handle_...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_handle_...
2015-04-10 Jan Kiszkax86: Remove unused guest registers parameter from vcpu_...
2015-04-10 Jan Kiszkax86: Remove guest registers and cpu_data parameters...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_handle_...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_handle_...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_deactiv...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_reset
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from vcpu_handle_exit
2015-04-10 Jan Kiszkax86: Allow index-based guest register access without...
2015-04-10 Jan Kiszkax86: Factor out vcpu_handle_xsetbv
2015-04-10 Jan Kiszkax86: Retrieve vcpu_mmio_intercept from vcpu_handle_mmio...
2015-04-10 Jan Kiszkax86: Rename vcpu_handle_pt_violation to vcpu_handle_mmi...
2015-04-10 Jan Kiszkax86: Rename parameter of vcpu_vendor_get_io_intercept
2015-04-10 Jan Kiszkax86: Retrieve vcpu_io_intercept from vcpu_handle_io_access
2015-04-10 Jan Kiszkax86: Obtain execution state inside vcpu_handle_hypercall
2015-04-10 Jan Kiszkax86: Remove cpu_data parameter from vcpu_park
2015-04-10 Jan Kiszkax86: Block write access to MTRR registers
2015-04-10 Jan Kiszkax86: Emulate MTRR enable/disable
2015-04-10 Jan Kiszkax86: Maintain PAT shadow
2015-04-10 Jan Kiszkax86: Introduce vcpu_reset
2015-04-10 Jan Kiszkax86: Factor out vcpu_handle_msr_read/write
2015-04-10 Jan Kiszkax86: Switch between host and guest PAT
2015-04-10 Jan Kiszkax86: Validate EFER save/restore feature on Intel
2015-04-10 Jan Kiszkax86: Prevent interference by Intel perf counters
2015-04-06 Jan Kiszkax86: Consolidate cpuid helpers
2015-03-21 Jan Kiszkax86: Instrument relevant return paths for error tracing
2015-03-21 Jan Kiszkax86: Bring host CR4 into well-defined state during...
2015-03-20 Jan Kiszkax86: Check for availability of xsetbv before executing...
2015-03-20 Jan Kiszkax86: Bring host CR0 into well-defined state during...
2015-03-20 Jan Kiszkax86: Rework CR0/CR4 restriction handling for VMX
2015-03-20 Jan Kiszkax86: Add MSR whitelisting to to-do list
2015-03-20 Jan Kiszkacore: Ensure consistent function attributes
2015-01-08 Jan Kiszkacore: Pass return code to arch_cpu_restore
2014-11-14 Valentine Sinitsynx86: Control interrupts in vendor-specific way
2014-11-07 Jan Kiszkax86: Adjust some indentions after vcpu/iommu refactorings
2014-11-07 Jan Kiszkax86: Remove cpu_data parameter from vmx_set_cell_config
2014-11-07 Jan Kiszkax86: Privatize names of static vendor-specific functions
2014-11-07 Jan Kiszkax86: Remove cpu_data parameter from interrupt handling...
2014-11-06 Jan Kiszkax86: Remove unused cpu_data argument from vmx_entry_failure
2014-11-06 Jan Kiszkax86: Rename vcpu_entry_failure back to vmx_entry_failure
2014-11-01 Valentine Sinitsynx86: Prepare for AMD-V data structures
2014-10-10 Valentine Sinitsynx86: Make vcpu_handle_pt_violation() generic
2014-10-10 Valentine Sinitsynx86: Make vcpu_handle_io_access() generic
2014-10-10 Valentine Sinitsynx86: Make vcpu_handle_hypercall() generic
2014-10-10 Valentine Sinitsynx86: Refactor generic bits of vcpu_cell_{init,exit}
2014-10-10 Valentine Sinitsynx86: Make vcpu_get_guest_paging_structs() public
2014-10-10 Valentine Sinitsynx86: Make vcpu_skip_emulated_instruction() public
2014-10-10 Valentine Sinitsynx86: Untie APIC code from VMX implementation
2014-10-10 Valentine Sinitsynx86: Rename VMX/VTD public functions
2014-09-25 Jan Kiszkax86: Rename vm_exit to vmx_vmexit
2014-09-25 Jan Kiszkacore: Rename [arch_]panic_halt to [arch_]panic_park
2014-09-25 Jan Kiszkacore: Remove cpu_data parameter from hypercall functions
2014-09-25 Jan Kiszkacore: Rename page_map_* -> paging_*
2014-08-28 Jan Kiszkax86: Add i8042 moderation
2014-08-28 Jan Kiszkax86: Prepare PIO error reporting for multiple filters
2014-08-28 Jan Kiszkacore: Remove cpu_data parameter from panic_stop/halt...
2014-08-28 Jan Kiszkax86: Emulate interrupt remapping support to enable...
2014-08-28 Jan Kiszkacore: Validate access mode on guest page mappings
2014-08-28 Jan Kiszkacore: Remove cpu_data parameter from page_map_get_guest...
2014-08-28 Jan Kiszkacore: Introduce accessors for current per_cpu fields
2014-08-03 Jan Kiszkax86: Block write access to IA32_APIC_BASE MSR
2014-08-03 Jan Kiszkax86: Move ICR access dispatching into x2apic_handle_write
2014-08-03 Jan Kiszkax86: Refactor x2apic_handle_read/write
2014-07-08 Jan Kiszkax86: Fix argument widths of hypercall ABI
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
next