summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/vmm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282209:neel2015-06-281-48/+127
* MFC r279444:neel2015-06-281-5/+11
* MFC r276428:neel2015-06-271-60/+119
* MFC r273683neel2014-12-301-1/+12
* MFC r273375neel2014-12-301-5/+33
* MFC r270326neel2014-12-281-15/+28
* MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276,grehan2014-08-191-58/+344
* MFC r267311, r267330, r267811, r267884grehan2014-08-171-0/+57
* MFC r267216grehan2014-08-171-73/+131
* MFC r266933grehan2014-08-171-9/+20
* MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642,jhb2014-07-221-13/+54
* MFC 263780,264516,265062,265101,265203,265364:jhb2014-07-211-66/+172
* MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631,jhb2014-07-191-0/+68
* MFC 262139,262140,262236,262281,262532:jhb2014-06-131-1/+1
* MFC 261638,262144,262506,266765:jhb2014-06-121-8/+92
* MFC 261504:jhb2014-06-121-2/+7
* MFC 260972:jhb2014-06-041-3/+4
* MFC 259737, 262646:jhb2014-05-181-19/+56
* MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466,jhb2014-05-171-27/+207
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-231-34/+43
* MFC 257297:jhb2014-02-221-1/+0
* MFC 259782:jhb2014-01-291-0/+10
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-231-7/+50
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-174/+490
* Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-111-1/+2
* Moved clearing of vmm_initialized to avoid the casegrehan2013-08-011-1/+6
* Add RIP-relative addressing to the instruction decoder.grehan2013-04-251-1/+3
* If vmm.ko could not be initialized correctly then prevent the creation ofneel2013-04-121-4/+17
* Fix the '-Wtautological-compare' warning emitted by clang for comparing theneel2013-03-161-1/+1
* Allow vmm stats to be specific to the underlying hardware assist technology.neel2013-03-161-3/+3
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-59/+0
* Increase the number of passthru devices supported by bhyve.neel2013-02-011-16/+28
* Postpone vmm module initialization until after SMP is initialized - particularlyneel2013-01-211-4/+8
* There is no need for 'start_emulating()' and 'stop_emulating()' to be definedneel2013-01-041-2/+2
* Corral all the host state associated with the virtual machine into its own file.neel2012-10-291-0/+2
* Unconditionally enable fpu emulation by setting CR0.TS in the host after theneel2012-10-261-0/+13
* If the guest vcpu wants to idle then use that opportunity to relinquish theneel2012-10-251-20/+77
* Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.neel2012-10-241-8/+41
* Provide per-vcpu locks instead of relying on a single big lock.neel2012-10-121-30/+61
* Fix warnings generated by 'debug.witness.watch' during VM creation andneel2012-10-111-4/+6
* Allocate memory pages for the guest from the host's free page queue.neel2012-10-081-1/+32
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-13/+48
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-10-031-0/+5
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-10-031-18/+13
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-09-291-9/+51
* Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-261-1/+3
* Add support for trapping MMIO writes to local apic registers and emulating them.neel2012-09-251-1/+1
* Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+27
* Stash the 'vm_exit' information in each 'struct vcpu'.neel2012-09-241-3/+20
* IFC @ r234692grehan2012-04-261-21/+13
OpenPOWER on IntegriCloud