]> rtime.felk.cvut.cz Git - jailhouse.git/shortlog
jailhouse.git
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
2014-08-28 Henning Schildx86: print CR2 in case the hypervisor causes a pagefault
2014-08-28 Henning Schildx86: mmio: Add opcode to error message when failing...
2014-08-28 Henning Schildtools: config-create: Make sanity checks the first...
2014-08-28 Jan Kiszkatools: config-create: Place hypervisor and inmates...
2014-08-28 Jan Kiszkaconfigs: Rearrange default locations of hypervisor...
2014-08-28 Jan KiszkaUpdate TODO
2014-08-28 Jan Kiszkaconfigs: h87i: Add non-cap config space regs for Intel HDA
2014-08-28 Jan Kiszkaconfigs/README: Fix and update QEMU config and demo...
2014-08-28 Jan Kiszkaconfigs: Release only ports 0x60, 0x61 and 0x64 to...
2014-08-28 Jan Kiszkax86: Add i8042 moderation
2014-08-28 Jan Kiszkax86: Prepare PIO error reporting for multiple filters
2014-08-28 Jan Kiszkacore: Print associated cell on panic stop/halt
2014-08-28 Jan Kiszkacore: Remove cpu_data parameter from panic_stop/halt...
2014-08-28 Jan Kiszkax86: Emulate interrupt remapping support to enable...
2014-08-28 Jan Kiszkacore: Validate access mode on guest page mappings
2014-08-28 Jan Kiszkacore: Extend entry_valid paging callback to check for...
2014-08-28 Jan Kiszkacore: Introduce and use PAGES macro
2014-08-28 Jan Kiszkacore: Remove unused TEMPORARY_MAPPING_CPU_BASE
2014-08-28 Jan Kiszkacore: Switch cell_create to page_map_get_guest_pages
2014-08-28 Jan Kiszkacore: Remove cpu_data parameter from page_map_get_guest...
2014-08-28 Jan Kiszkacore: Enhance page_map_get_guest_page(s)
2014-08-28 Jan Kiszkacore: Introduce accessors for current per_cpu fields
2014-08-28 Jan Kiszkax86: Introduce x2apic_filter_logical_dest
2014-08-28 Jan Kiszkacore: Let arch_init_late decide when to map memory...
2014-08-28 Jan Kiszkacore: Reorder CPU initialization during setup
2014-08-28 Jan Kiszkacore/configs/tools: Report IOMMU association of devices...
2014-08-26 Jan Kiszkax86: Simplify DMAR unit discovery
2014-08-26 Jan Kiszkax86: Consolidate VT-d unit initialization
2014-08-26 Jan Kiszkacore: Virtualize MSI-X for interrupt remapping support
2014-08-26 Jan Kiszkacore: Add MAX macro
2014-08-26 Jan Kiszkax86: Factor out pci_get_x86_msi_remap_address
2014-08-26 Jan Kiszkaconfigs/tools: Exclude MSI-X table from memory regions
2014-08-26 Jan Kiszkaconfigs/tools: Provide MSI-X parameters via config
2014-08-26 Jan Kiszkaconfigs/x86: Add check for VT-d existence
2014-08-26 Jan Kiszkax86: Perform VT-d interrupt remapping table programming
2014-08-26 Jan Kiszkacore: Pack jailhouse_system::platform_info
2014-08-26 Jan Kiszkacore: Virtualize legacy MSI for interrupt remapping...
2014-08-26 Jan Kiszkax86: Virtualize IOAPIC redir table for interrupt remapp...
2014-08-23 Jan Kiszkacore: Report root cell as added/removed on initial...
2014-08-23 Jan Kiszkax86: Define access moderation for IOAPIC EOI register
2014-08-23 Jan Kiszkax86: Factor out ioapic_reg_read/write
2014-08-23 Jan Kiszkaconfigs: Prepare h87i for interrupt remapping
2014-08-23 Jan Kiszkax86: Provide stub for programming VT-d interrupt remapp...
2014-08-23 Jan Kiszkax86: Factor out vtd_update_gcmd_reg
2014-08-23 Jan Kiszkax86: Switch VT-d to queued invalidation
2014-08-23 Jan Kiszkax86: Add support for sending interrupts to CPUs
2014-08-23 Jan Kiszkaconfigs/tools: Introduce device and interrupt number...
2014-08-23 Jan Kiszkaconfigs/tools: Provide MSI parameters via config
2014-08-23 Jan Kiszkatools: config-create: Remove write restriction for...
2014-08-23 Jan Kiszkax86: Fix VT-d Fault Information printing
2014-08-22 Jan Kiszkatools: config-create: Improve error reporting
2014-08-22 Valentine Sinitsyntools: config-create: Initial support for non-Intel...
2014-08-22 Jan Kiszkatools: config-create: Simplify parse_dmar_devscope
2014-08-22 Jan Kiszkatools: config-create: Sort helper functions to the top
2014-08-22 Jan Kiszkatools: config-create: Exclude DMAR units from memory...
2014-08-22 Henning Schildtools: config-create: fix shell template
2014-08-22 Henning Schildtools: config-create: more fine grained parsing of...
2014-08-22 Henning Schildtools: config-create: make sure we are root when readin...
2014-08-22 Jan Kiszkax86: Use unsigned counter in vtd_init_fault_nmi
2014-08-22 Jan Kiszkacore: Enforce DWORD-alignment of MMCONFIG accesses
2014-08-22 Jan Kiszkax86: Rework APIC_INVALID_ID to CPU_ID_INVALID
2014-08-22 Jan Kiszkacore: Introduce and use cell_owns_cpu
2014-08-20 Jan Kiszkax86: Prevent out-of-bounds in apic_send_logical_dest_ip...
2014-08-20 Jan Kiszkax86: Check for CPU set limit in apic_send_ipi
next