]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/control.c
x86: Support updates of the VTD Fault Event shadow registers
[jailhouse.git] / hypervisor / control.c
2016-01-15 Jan Kiszkacore: Add support for sub-page MMIO regions
2016-01-15 Jan Kiszkacore: Remove memory regions check
2016-01-15 Jan Kiszkacore: Introduce and use for_each_mem_region
2015-08-14 Jan Kiszkacore: Add generic MMIO access dispatching
2015-08-12 Jan Kiszkacore: Rework cleanup on cell destruction
2015-06-28 Jan Kiszkacore: Fix page leak on cell destruction
2015-03-21 Jan Kiszkacore: Instrument relevant return paths for error tracing
2015-03-20 Jan Kiszkacore: Ensure consistent function attributes
2015-01-30 Jan Kiszkacore: Make for_each_[non_root_]cell globally available
2014-11-25 Henning Schildcore: add memory flag ROOTSHARED and use it
2014-11-07 Jan Kiszkacore: Factor out config_commit
2014-11-06 Jan Kiszkacore: Move cpu_suspended setting into arch_panic_stop
2014-11-06 Jan Kiszkacore: Clarify usage constraints of strcmp
2014-09-25 Jan Kiszkacore: Rename CPU suspension state variables
2014-09-25 Jan Kiszkacore Assign root_cell to control subsystem
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: Rename page_map_* -> paging_*
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 Kiszkacore: Introduce and use PAGES macro
2014-08-28 Jan Kiszkacore: Switch cell_create to page_map_get_guest_pages
2014-08-22 Jan Kiszkacore: Introduce and use cell_owns_cpu
2014-08-07 Jan Kiszkacore: Adjust max_cpu_id calculation in cell_init
2014-08-07 Jan Kiszkacore: Enforce online CPUs == expected CPUs
2014-06-25 Jan Kiszkacore: Add support for per-CPU statistics
2014-06-17 Jan Kiszkacore/driver: Extend "CPU Get State" to "CPU Get Info...
2014-06-17 Jan Kiszkacore/driver: Reintroduce a second hypercall argument
2014-06-17 Jan Kiszkacore/configs/driver: Rename jailhouse_system::system...
2014-06-15 Jan Kiszkacore: Generic memory region mapping for cell creation...
2014-06-15 Jan Kiszkacore: Introduce arch_config_commit
2014-06-14 Jan Kiszkacore: Factor out cell_destroy_internal
2014-06-14 Jan Kiszkacore: Replace shrinking_set with root_cell.cpu_set...
2014-05-03 Jan Kiszkacore: Add Cell Set Loadable hypercall
2014-05-03 Jan Kiszkacore: Allow remap_to_root_cell to bail out on errors
2014-05-03 Jan Kiszkacore: Factor out unmap_from_root_cell
2014-05-03 Jan Kiszkacore: Add reconfiguration completion notification
2014-05-03 Jan Kiszkacore/driver: Add reconfiguration lock
2014-05-03 Jan Kiszkacore/inmates: Generalize message channel of comm region
2014-05-03 Jan Kiszkacore/configs: Rename cell flag "Unmanaged Exit" to...
2014-05-03 Jan Kiszkacore/driver: Introduce and use Cell Start hypercall
2014-05-03 Jan Kiszkacore: Factor out cell_management_prologue
2014-05-03 Jan Kiszkacore: Drop "Parking CPU" printk from cell_destroy
2014-05-02 Jan Kiszkacore: Drop printk from cell_suspend
2014-05-02 Jan Kiszkacore: Introduce and use for_each_non_root_cell
2014-05-02 Jan Kiszkacore: Generic hypercall dispatching
2014-04-19 Ivan Kolchinx86: Add handler of accesses to PCI configuration space...
2014-04-13 Jan Kiszkacore: Document implicit synchronization between cell...
2014-04-06 Jan Kiszkacore: Fix regressions of generic root cell shrinking
2014-04-06 Jan Kiszkacore: Implement generic root cell shrinking of memory...
2014-04-06 Jan Kiszkacore: Make arch_unmap_memory_region return error codes
2014-04-06 Jan Kiszkacore: Make counter variable unsigned in remap_to_root_cell
2014-04-06 Jan Kiszkacore: Move remap_to_root_cell and address_in_region
2014-04-04 Jan Kiszkacore: Rename "Linux cell" to "root cell"
2014-03-27 Jan Kiszkacore: Take page offset of config data into account...
2014-03-11 Jan Kiszkacore: Provide number of registered cells via hypercall
2014-03-11 Jan Kiszkacore: Remove caller restriction from Hypervisor Get...
2014-03-05 Jan Kiszkacore: Add "Hypervisor Get Info" hypercall
2014-03-05 Jan Kiszkacore: Add "CPU Get State" hypercall
2014-03-05 Jan Kiszkacore: Factor out cpu_id_valid
2014-03-05 Jan Kiszkacore: Set cell state to "failed" if all its CPUs have...
2014-03-05 Jan Kiszkacore: Mark CPU as "failed" after any violation
2014-03-05 Jan Kiszkacore: Factor out generic panic_stop/halt services
2014-03-05 Jan Kiszkacore/inmates: Rename cell "status" to "state"
2014-03-05 Jan Kiszkacore/x86: Provide "Cell Get State" hypercall
2014-03-05 Jan Kiszkacore: Inline cell_find
2014-03-05 Jan Kiszkacore/driver: Switch to ID-based cell addressing scheme
2014-03-05 Jan Kiszkacore: Introduce and use for_each_cell
2014-02-13 Jan Kiszkacore: Adjust error codes of cell creation
2014-02-05 Jan Kiszkacore: Drop unused parameters from page_map_virt2phys...
2014-02-05 Jan Kiszkacore: Introduce paging_structures abstraction
2014-01-28 Jan Kiszkacore: Get rid of unusual term "foreign"
2014-01-28 Jan Kiszkacore: Factor out FOREIGN_MAPPING_CPU_BASE
2014-01-16 Jan Kiszkacore: Properly translate guest physical addresses in...
2014-01-16 Jan Kiszkacore: Allow a cell to declare itself terminated
2014-01-16 Jan Kiszkacore: Introduce cell shutdown control interface
2014-01-14 Jan Kiszkacore: Prepare for error handling in shutdown
2014-01-14 Jan Kiszkacore: Introduce communication region
2014-01-14 Jan Kiszkacore: Rename jailhouse_memory::access_flags to flags
2014-01-11 Jan Kiszkacore: Suspend non-Linux cells during shutdown
2014-01-10 Jan Kiszkacore: Introduce arch_shutdown
2013-12-29 Jan Kiszkacore: Enforce cell creation and hypervisor shutdown...
2013-12-29 Jan Kiszkacore: Suspend cell before its destruction
2013-12-27 Jan Kiszkacore: Generic memory region handling on cell destruction
2013-12-27 Jan Kiszkacore/driver: Introduce jailhouse_cell_cpu_set helper
2013-12-27 Jan Kiszkacore/driver: Introduce jailhouse_cell_mem_regions helper
2013-12-26 Jan Kiszkacore: Add support for cache-coherent changes to page...
2013-12-12 Jan Kiszkacore: Implement cell destruction
2013-12-12 Jan Kiszkacore: Keep a copy of configuration for cell lifetime
2013-12-12 Jan Kiszkadriver/core: Forward cell destruction command to the...
2013-12-12 Jan Kiszkacore: Enforce unique cell names
2013-12-06 Jan Kiszkacore: Only use per-cpu mapping region during cell creation
2013-12-06 Jan Kiszkacore: Change error code for too large cell configurations
2013-12-06 Jan Kiszkacore: Do not unmap the foreign mapping regions in cell_...
2013-12-04 Jan Kiszkacore: Replace cell_list pointer with global linux_cell
2013-10-20 Jan KiszkaJailhouse public release