]> rtime.felk.cvut.cz Git - jailhouse.git/shortlog
jailhouse.git
2015-05-22 Henning Schildtools: root cell template: add delay IO port to root...
2015-05-22 Henning Schildconfig-create: remove unused variable
2015-05-22 Jan Kiszkax86: vmx: Clear IA32_DEBUGCTL only on hard reset
2015-05-18 Jan Kiszkacore: ivshmem: Improve error reporting
2015-05-18 Jan Kiszkacore: pci: Adjust error report wording in pci_msix_acce...
2015-05-18 Jan Kiszkacore: ivshmem: Fix comment
2015-05-18 Jan Kiszkacore: ivshmem: Remove superfluous ivshmem endpoint...
2015-05-18 Jan Kiszkacore: ivshmem: Fix BAR range in ivshmem_cfg_write32
2015-05-18 Jan Kiszkacore: pci: Skip architecture hooks on virtual device...
2015-05-18 Jan Kiszkacore: pci: Fix error forwarding from pci_add_device
2015-05-15 Jan Kiszkax86: Do not reset PAT and MTRR_DEF_TYPE on INIT
2015-05-15 Jan Kiszkadriver: Prevent disabling when there are offlined CPUs
2015-05-15 Jan Kiszkainmates, configs: Add x86 SMP demo
2015-05-15 Jan Kiszkainmates: x86: Add basic SMP support
2015-05-15 Jan Kiszkax86: Report number of CPUs via communication region
2015-05-15 Jan Kiszkainmates: Build library archive and link it implicitly
2015-05-15 Jan Kiszkainmates: Define entry point in linker script
2015-05-15 Jan Kiszkabuild: Simplify dependency rule
2015-05-15 Jan Kiszkainmates: x86: Fix write_msr for passing u64 variables...
2015-05-15 Jan Kiszkax86: Fix and clean up APIC ICR write handling
2015-05-15 Jan Kiszkax86: Flush pending events when reprogramming the VT...
2015-05-13 Jan Kiszkatools: config-create: Fix IOMMU unit number of IOAPICs
2015-05-13 Jan Kiszkax86: Clarify precedence of "&" over "?"
2015-05-13 Jan Kiszkatools: config-create: Filter out invalid MSI-X capabilities
2015-05-11 Jan Kiszkax86: Consistent argument ordering for vtd_init_ir_emulation
2015-05-11 Jan Kiszkax86: Report IOMMU number on fault events
2015-05-11 Jan KiszkaBump version number
2015-05-11 Henning Schildconfig-collect: fix filename typo
2015-05-11 Jan Kiszkadriver: Fix image loading at unaligned addresses
2015-05-11 Jan Kiszkaarm: Clean up hypervisor stage 1 memory attributes
2015-05-11 Jan Kiszkaarm: Fix stage 2 memory attributes
2015-05-07 Jan Kiszkax86: Update CPUID vmexit counter in vmx_handle_cpuid
2015-05-07 Jan Kiszkacore: Make field structs of pci_msix_registers and...
2015-05-07 Jan Kiszkacore: Disable non-root PCI devices on shutdown
2015-05-07 Jan Kiszkacore: Do not program MSI-X vectors that are masked
2015-05-07 Jan Kiszkacore: Break up pci_msix_vector control field
2015-05-07 Jan Kiszkax86: Fix vtd int-remap region release
2015-05-06 Jan Kiszkax86: Reject xAPIC accesses while in x2APIC mode
2015-05-06 Jan Kiszkainmates: x86: Enable MTRRs during start to avoid disabl...
2015-05-06 Jan Kiszkax86: Allow access to Focus Processor Checking bit in...
2015-05-06 Jan Kiszkax86: Hand over the APIC in soft-disabled state
2015-05-06 Jan Kiszkax86: Enable APIC for clearing
2015-05-06 Jan KiszkaRevert "x86: Make FS_BASE MSR restoration VMX-specific"
2015-05-06 Jan Kiszkacore: Add BSD 2-Clause license to hypercall headers
2015-05-06 Jan Kiszkaarm: Remove ancient compiler bug test via __asmeq
2015-05-06 Jan Kiszkacore: Add BSD 2-Clause license to configuration format...
2015-05-06 Jan Kiszkatools: Add BSD 2-Clause license to configuration file...
2015-05-06 Jan Kiszkadriver: Add BSD 2-Clause license to user space interfac...
2015-05-06 Jan KiszkaImprove documentation of license application
2015-05-06 Valentine Sinitsynx86: clarify svm.h origins
2015-05-06 Jan Kiszkax86: Add copyright information to files with Linux...
2015-05-05 Jan Kiszkatools: Add copyright information to jailhouse-completio...
2015-04-25 Jan Kiszkadriver: Avoid deprecated usage of cpumask API
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: Remove write-only linux_sysenter_* fields
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 PERCPU_VMCB and VMCB_RAX
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: 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 cell parameters from...
2015-04-10 Jan Kiszkax86: Rework RAX register accessors of PCI layer
2015-04-10 Jan Kiszkax86: Remove guest registers parameter from i8042_access...
2015-04-10 Jan Kiszkax86: Remove guest registers and cpu_data parameters...
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: Remove guest registers parameter from vcpu_handle_exit
2015-04-10 Jan Kiszkax86: Enable direct access to per-cpu guest registers
2015-04-10 Jan Kiszkax86: Reorder stack layout in svm_vmexit
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: Update apic_handle_icr_write signature
next