]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/x86/include/asm/vcpu.h
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / arch / x86 / include / asm / vcpu.h
2016-07-27 Maxim BaryshnikovMerge remote-tracking branch 'kiszka/master'
2015-12-22 Jan Kiszkax86: Refactor VCPU reset functions
2015-08-12 Jan Kiszkacore: Split struct cell into generic and arch-dependent...
2015-05-22 Jan Kiszkax86: Always intercept cpuid
2015-05-15 Jan Kiszkax86: Do not reset PAT and MTRR_DEF_TYPE on INIT
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 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: 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: Maintain PAT shadow
2015-04-10 Jan Kiszkax86: Introduce vcpu_reset
2015-04-10 Jan Kiszkax86: Factor out vcpu_handle_msr_read/write
2015-03-21 Jan Kiszkax86: Bring host CR4 into well-defined state during...
2015-03-20 Jan Kiszkax86: Bring host CR0 into well-defined state during...
2014-11-07 Jan Kiszkax86: Remove cpu_data parameter from interrupt handling...
2014-11-06 Jan Kiszkax86: Rename vcpu_entry_failure back to vmx_entry_failure
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: Switchable guest code access for mmio_parse()
2014-10-10 Valentine Sinitsynx86: Rename VMX/VTD public functions