]> rtime.felk.cvut.cz Git - jailhouse.git/shortlog
jailhouse.git
2014-11-01 Valentine SinitsynDocumentation: Update README and other resources
2014-11-01 Valentine Sinitsynconfigs: Add Gigabyte GA-F2A88XM-HD3 board config
2014-11-01 Valentine Sinitsynconfigs: Add IMB-A180 G-Series board
2014-11-01 Valentine Sinitsynconfigs: Map ACPI PM1a_* to ioapic-demo cell
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
2014-11-01 Valentine Sinitsynx86: Setup VMCB for Linux CPUs
2014-11-01 Valentine Sinitsynx86: Add AMD-V definitions and data structures
2014-11-01 Valentine Sinitsynx86: Enable Extended Interrupt LVT
2014-11-01 Valentine Sinitsynx86: Choose a hypercall instruction in run-time
2014-11-01 Valentine Sinitsyndriver: Support "variants" in firmware name
2014-11-01 Valentine Sinitsynmakefiles: Build jailhouse-{amd,intel} together
2014-11-01 Valentine Sinitsynx86: Introduce AMD-V code skeleton
2014-11-01 Valentine Sinitsynx86: Prepare for AMD-V data structures
2014-11-01 Jan Kiszkainmates: x86: align code after 32-bit page table
2014-10-31 Henning Schildgitignore: add another vim temp file extension
2014-10-31 Jan Kiszkainmates: x86: Refactor lgdt instruction expression
2014-10-31 Jan Kiszkainmates: x86: Use .code16 instead of .code16gcc
2014-10-31 Jan Kiszkax86: Fix assembly constraints in per_cpu()
2014-10-30 Jan Kiszkadriver: Express build dependency on version.h
2014-10-30 Henning Schildinmates: x86: align code after last level of page tables
2014-10-26 Valentine SinitsynDocumentation: Introduce coding style
2014-10-23 Benjamin Blocktools: config-create: rename parse_cmdline to parse_ker...
2014-10-22 Henning Schildinmates: fix pci MSI-X support code bug
2014-10-21 Henning Schilddocs: x86 apic: add x86 apic doxygen submodule
2014-10-21 Henning Schilddocs: add x86 doxygen module
2014-10-21 Henning Schildmake: introduce make target docs_clean
2014-10-21 Henning Schildpci: fix msix device list remove-code
2014-10-15 Valentine Sinitsynx86/tools/inmates: Account for 32-bit PM timers
2014-10-10 Henning Schildx86: control: use arch_flush_cell_vcpu_caches in arch_c...
2014-10-10 Henning Schildcontrol: add a control function to flush vcpu caches...
2014-10-10 Henning Schildcore: rename per_cpu variable flush_virt_caches to...
2014-10-10 Valentine Sinitsynx86: Keep IOAPIC entries consistent when unmasked
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: Introduce iommu_cell_emulates_ir()
2014-10-10 Valentine Sinitsynx86: Untie APIC code from VMX implementation
2014-10-10 Valentine Sinitsynx86: Move vmx_vmexit to vmx-vmexit.S
2014-10-10 Valentine Sinitsynx86: Rename VMX/VTD public functions
2014-10-10 Valentine Sinitsynx86: Introduce realmode_paging structures
2014-10-10 Valentine Sinitsynx86: Do not hardcode RIP position on Linux stack
2014-10-10 Valentine Sinitsynx86: Make CS segment switching more generic
2014-10-10 Jan Kiszkaconfigs: Adjust QEMU config to changes in AHCI model
2014-10-10 Jan Kiszkatooling: Add include dependency checker for header...
2014-10-06 Jan Kiszkacore: config.h is expected in the $(obj), not $(src)
2014-10-06 Jan Kiszkadriver: Use hypervisor's version.h
2014-10-06 Jan Kiszkatools: Fix CPU listing in "cell list"
2014-10-06 Jan Kiszkatooling: Fix make problems with run-kbuild macro
2014-09-25 Jan Kiszkacore: Document I/O access subsystem
2014-09-25 Jan Kiszkax86: Document per-CPU data subsystem
2014-09-25 Jan Kiszkacore: Rename DECLARE_PER_CPU_ACCESSOR to DEFINE_PER_CPU...
2014-09-25 Jan Kiszkacore: Rename CPU suspension state variables
2014-09-25 Jan Kiszkax86: Disentangle circular dependency of percpu.h and...
2014-09-25 Jan Kiszkacore Assign root_cell to control subsystem
2014-09-25 Jan Kiszkax86: Document cell structure
2014-09-25 Jan Kiszkacore: Document setup subsystem
2014-09-25 Jan Kiszkax86: Rename vm_exit to vmx_vmexit
2014-09-25 Jan Kiszkacore: Document control subsystem
2014-09-25 Jan Kiszkacore: Rename [arch_]panic_halt to [arch_]panic_park
2014-09-25 Jan Kiszkacore: Remove cpu_data from arch_config_commit
2014-09-25 Jan Kiszkacore: Remove unused cpu_data from arch_cell_create...
2014-09-25 Jan Kiszkacore: Remove cpu_data parameter from hypercall functions
2014-09-25 Jan Kiszkacore: Factor out generic jailhouse/types.h
2014-09-25 Jan Kiszkacore: Document page management subsystem interfaces
2014-09-25 Jan Kiszkacore: Rename arch-specific cache and TLB flush functions
2014-09-25 Jan Kiszkacore: Rename *MAX_PAGE_DIR_LEVELS to *MAX_PAGE_TABLE_LEVELS
2014-09-25 Jan Kiszkacore: Rename page_map_* -> paging_*
2014-09-25 Jan Kiszkacore: Document PCI subsystem interfaces
2014-09-25 Jan Kiszkacore: Prefix arch-specific PCI functions properly
2014-09-25 Jan KiszkaDocumentation: Add Doxygen infrastructure
2014-09-25 Jan Kiszkatooling: Do not print directory names during build
2014-09-25 Jan Kiszkatooling: Fix parallel kbuild
2014-09-25 Henning Schildinmates: pci: add msix support to inmate lib
2014-09-25 Henning Schildinmates: pci: allow pci_find_device to discover multipl...
2014-09-25 Jan KiszkaRevert "core: make the jailhouse-header arch-independent"
2014-09-24 Jan Kiszkatooling: Fix gen_version_h to query git support for...
2014-09-24 Jan Kiszkatooling: Remove debugging left-over in gen_version_h
2014-09-24 Benjamin Blockcore: make the jailhouse-header arch-independent
2014-09-24 Benjamin Blockx86: make the x86 types-definitions work on either...
next