]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/x86/vcpu.c
x86: Implement standard hypervisor detection protocol
[jailhouse.git] / hypervisor / arch / x86 / vcpu.c
2015-05-22 Jan Kiszkax86: Implement standard hypervisor detection protocol
2015-05-22 Jan Kiszkax86: Always intercept cpuid
2015-05-15 Jan Kiszkax86: Do not reset PAT and MTRR_DEF_TYPE on INIT
2015-05-13 Jan Kiszkax86: Clarify precedence of "&" over "?"
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 cell parameters from...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from i8042_access...
2015-04-10 Jan Kiszkax86: Remove parameters from x2apic_handle_read/write
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: 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 local cpu_data variable from vcpu_handle_hy...
2015-04-10 Jan Kiszkax86: Remove local cpu_data variable from vcpu_handle_io...
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: Stop printing PCI address port in vcpu_handle_io_a...
2015-03-21 Jan Kiszkax86: Instrument relevant return paths for error tracing
2015-03-20 Jan Kiszkax86: Fix comment wording
2014-11-06 Jan Kiszkacore: Move mmio_parse and struct mmio_instruction into...
2014-11-06 Jan Kiszkacore: Refactor struct mmio_access to mmio_instruction
2014-11-01 Valentine Sinitsynx86: Choose a hypercall instruction in run-time
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: Switchable guest code access for mmio_parse()