]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/x86/svm.c
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / arch / x86 / svm.c
2016-07-27 Maxim BaryshnikovMerge remote-tracking branch 'kiszka/master'
2016-03-16 Jan Kiszkax86: Unify AMD page tables for CPU and IOMMU
2016-03-07 Jan Kiszkax86: Use more BIT_MASK macro for paging tasks
2016-01-10 Jan Kiszkax86: Add sub-leaf selection parameter to cpuid_*
2015-12-22 Jan Kiszkax86: Intercept #AC and #DB to prevent guest-triggered...
2015-12-22 Jan Kiszkax86: Enhance x86_handle_events to x86_check_events
2015-12-22 Jan Kiszkax86: Refactor VCPU reset functions
2015-11-13 Valentine Sinitsynx86: fix erroneous sizeof() usage
2015-09-25 Jan Kiszkax86: svm: Remove redundant error report on NPF exits
2015-09-25 Jan Kiszkax86: svm: Do not enable incomplete AVIC support
2015-09-25 Jan Kiszkax86: svm: Fix broken FS base on deactivation
2015-08-12 Jan Kiszkacore: Split struct cell into generic and arch-dependent...
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-17 Jan Kiszkax86: svm: Remove unneeded semicolon
2015-06-07 Jan Kiszkax86: Remove cpu_data parameter from iommu_check_pending...
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-06 Jan KiszkaRevert "x86: Make FS_BASE MSR restoration VMX-specific"
2015-04-15 Jan Kiszkax86: Do not call vmload/vmsave on every VM exit
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: Remove unneeded MSR restoring from SVM's vcpu_deac...
2015-04-10 Jan Kiszkax86: Refactor SVM version of vcpu_activate_vmm
2015-04-10 Jan Kiszkax86: Simplify error exit of svm_parse_mov_to_cr and...
2015-04-10 Jan Kiszkax86: Drop constant return values from SVM functions
2015-04-10 Jan Kiszkax86: Simplify descriptor reset in svm_vcpu_reset
2015-04-10 Jan Kiszkax86: Simplify set_svm_segment_from_dtr
2015-04-10 Jan Kiszkax86: Simplify set_svm_segment_from_segment
2015-04-10 Jan Kiszkax86: Drop local guest_regs variable from SVM version...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from svm_handle_m...
2015-04-10 Jan Kiszkax86: Pass vmcb instead of cpu_data to some internal...
2015-04-10 Jan Kiszkax86: Rename x86_parse_mov_to_cr to svm_parse_mov_to_cr
2015-04-10 Jan Kiszkax86: Cache vmcb instead of cpu_data in SVM's vcpu_vendo...
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from svm_handle_cr
2015-04-10 Jan Kiszkax86: Remove traces of cpuid interception from SVM
2015-04-10 Jan Kiszkax86: Drop some unneeded local variables from SVM functions
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 set_rdmsr_value and get_wrmsr_value
2015-04-10 Jan Kiszkax86: Factor out vcpu_handle_msr_read/write
2015-04-10 Jan Kiszkax86: Refactor svm_handle_msr_read/write
2015-04-10 Jan Kiszkax86: Switch between host and guest PAT
2015-04-10 Jan Kiszkax86: Adjust output of SVM's dump_guest_regs
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: Bring host CR0 into well-defined state during...
2015-03-20 Jan Kiszkax86: Rename SVM_CR0_CLEARED_BITS to SVM_CR0_ALLOWED_BITS
2015-03-20 Jan Kiszkax86: Drop redundant stgi from SVM's vcpu_deactivate_vmm
2015-03-20 Jan Kiszkax86: Add MSR whitelisting to to-do list
2015-03-20 Jan Kiszkax86: Address sparse warnings about missing UL tags...
2015-03-20 Jan Kiszkacore: Ensure consistent function attributes
2015-03-20 Jan Kiszkax86: Fix no-execute tagging of SVM NPT structures
2015-01-08 Jan Kiszkacore: Pass return code to arch_cpu_restore
2015-01-08 Jan Kiszkacore: Redefine PAGE_FLAG_UNCACHED to PAGE_FLAG_DEVICE
2014-11-19 Valentine Sinitsynx86: Handle Extended APIC Register Space better
2014-11-14 Valentine Sinitsynx86: Control interrupts in vendor-specific way
2014-11-07 Valentine Sinitsynx86: Explicit %rax for SVM instructions
2014-11-07 Valentine Sinitsynx86: Eliminate dead code in vcpu_activate_vmm()
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-07 Jan Kiszkax86: Remove debug output from SVM NMI handler
2014-11-01 Valentine Sinitsynx86: Rudimentary guest MTRR emulation support
2014-11-01 Valentine Sinitsynx86: Make use of VMCB clean bits
2014-11-01 Valentine Sinitsynx86: Implement vcpu_park() for AMD-V CPUs
2014-11-01 Valentine Sinitsynx86: Implement vcpu_[de]activate_vmm() for AMD-V
2014-11-01 Valentine Sinitsynx86: Intercept guest XSETBV instruction in AMD-V
2014-11-01 Valentine Sinitsynx86: Add AMD-V handler for guests CR0 access
2014-11-01 Valentine Sinitsynx86: Implement AMD-V NMI handler and CPU reset
2014-11-01 Valentine Sinitsynx86: Add AMD-V port-based I/O VM exit handler
2014-11-01 Valentine Sinitsynx86: Add generic NPF handler for AMD-V code
2014-11-01 Valentine Sinitsynx86: Trap xAPIC register writes under AMD-V
2014-11-01 Valentine Sinitsynx86: Trap MSR access for AMD-V cells
2014-11-01 Valentine Sinitsynx86: Add AMD-V hypercall handler
2014-11-01 Valentine Sinitsynx86: Implement vcpu_get_guest_bytes() for AMD-V
2014-11-01 Valentine Sinitsynx86: Add vcpu_skip_emulated_instruction() for AMD-V
2014-11-01 Valentine Sinitsynx86: Add vcpu_handle_exit() function for AMD-V
2014-11-01 Valentine Sinitsynx86: Add AMD-V cell initialization/exit code
2014-11-01 Valentine Sinitsynx86: Add AMD-V memory management functions
2014-11-01 Valentine Sinitsynx86: Add AMD-V initialization routines
next