]> rtime.felk.cvut.cz Git - jailhouse.git/shortlog
jailhouse.git
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...
2014-09-24 Henning Schildtools: config create: change the way input files are...
2014-09-24 Henning Schildtools: config-create: cosmetic changes for pep8 compliance
2014-09-24 Jan Kiszkatooling: Add copyright header to make_release
2014-09-24 Jan Kiszkatooling: Silence recursive make calls
2014-09-24 Jan KiszkaUpdate TODO regarding ARM
2014-09-20 Jan Kiszkacore/driver: Rework obtaining of maximum number of...
2014-09-20 Jan Kiszkadriver: Rename hv_core_percpu_size to hv_core_and_percp...
2014-09-19 Jan Kiszkacore: Validate CPU ID before using it
2014-09-19 Jan Kiszkacore: Calculate core and per-CPU data region size diffe...
2014-09-19 Jan Kiszkacore: Clarify local variable meaning in init_early
2014-09-19 Jan Kiszkacore: Compact local variable list in paging_init
2014-09-18 Jan KiszkaREADME: Update after recent build system changes
2014-09-18 Henning Schildconfigs: qemu: put floppy IO ports into config
2014-09-18 Jan Kiszkainmates: x86: Add E1000-based PCI DMA demonstration
2014-09-14 Jan Kiszkainmates: Add NULL definition
2014-09-13 Jan Kiszkainmates: Add memcpy prototype
2014-09-08 Jan Kiszkatooling: Install jailhouse binary under sbin
2014-09-08 Jan Kiszkatooling: Respect DESTDIR for module installation
2014-09-08 Jan Kiszkatooling: Remove explicit depmod invocation
2014-09-08 Benjamin Blocktooling: extracts common install-definitions into a...
2014-09-08 Benjamin Blocktooling: add recursive tools-build and proper install...
2014-09-08 Benjamin Blocktooling: split Kbuild-related rules from the main Makefile
2014-09-05 Valentine Sinitsyndriver: Fix signedness in stats_show()
2014-09-02 Jan Kiszkatools: Add VERSION file to jailhouse tool dependencies
2014-09-02 Henning Schildscripts: deal with shell incompatibilities
2014-08-29 Jan KiszkaBump version number
2014-08-29 Jan KiszkaREADME: Describe installation process
2014-08-28 Jan Kiszkascripts: Add release-maker script
2014-08-28 Jan Kiszkatools: Add Version information to command line tool
2014-08-28 Jan Kiszkacore/driver: Add version information
2014-08-28 Jan Kiszkatools: Remove dependency of jailhouse tool on cell...
2014-08-28 Jan Kiszkatools: Add installation rules
2014-08-28 Jan Kiszkatools: Hide some secondary build commands
2014-08-28 Jan Kiszkatools: config-create: Add support for using a data...
2014-08-28 Jan Kiszkaconfigs: Avoid spaces in QEMU config name
2014-08-28 Jan Kiszkatools: jailhouse: Use a libexec subdir for extension...
2014-08-28 Benjamin Blocktools: add bash-completion for the jailhouse-tool
next