| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276, | grehan | 2014-08-19 | 1 | -84/+266 |
* | MFC r267311, r267330, r267811, r267884 | grehan | 2014-08-17 | 1 | -34/+14 |
* | MFC r267178, r267300 | grehan | 2014-08-17 | 1 | -50/+147 |
* | MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642, | jhb | 2014-07-22 | 1 | -22/+133 |
* | MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365, | jhb | 2014-07-21 | 1 | -12/+33 |
* | MFC 263780,264516,265062,265101,265203,265364: | jhb | 2014-07-21 | 1 | -3/+10 |
* | MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631, | jhb | 2014-07-19 | 1 | -9/+74 |
* | MFC 262139,262140,262236,262281,262532: | jhb | 2014-06-13 | 1 | -10/+142 |
* | MFC 262615,262624: | jhb | 2014-06-12 | 1 | -0/+7 |
* | MFC 261638,262144,262506,266765: | jhb | 2014-06-12 | 1 | -51/+104 |
* | MFC 261504: | jhb | 2014-06-12 | 1 | -0/+28 |
* | MFC 260802,260836,260863,261001,261074,261617: | jhb | 2014-05-23 | 1 | -77/+220 |
* | MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, | jhb | 2014-05-17 | 1 | -61/+637 |
* | MFC 258860,260167,260238,260397: | jhb | 2014-04-17 | 1 | -178/+86 |
* | MFC 259542: | jhb | 2014-02-23 | 1 | -133/+40 |
* | MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: | jhb | 2014-02-23 | 1 | -6/+21 |
* | MFC 257297: | jhb | 2014-02-22 | 1 | -1/+0 |
* | MFC 259782: | jhb | 2014-01-29 | 1 | -0/+9 |
* | MFC 257422,257661,258075,258476,258494,258579,258609,258699: | jhb | 2014-01-23 | 1 | -15/+15 |
* | MFC r256645. | neel | 2013-10-22 | 1 | -1/+22 |
* | Merge projects/bhyve_npt_pmap into head. | neel | 2013-10-05 | 1 | -70/+105 |
* | Allocate VPIDs by using the unit number allocator to keep do the bookkeeping. | neel | 2013-09-07 | 1 | -39/+103 |
* | Follow-up commit to fix CR0 issues. Maintain | grehan | 2013-08-03 | 1 | -4/+38 |
* | Correctly maintain the CR0/CR4 shadow registers. | grehan | 2013-08-01 | 1 | -11/+54 |
* | Add RIP-relative addressing to the instruction decoder. | grehan | 2013-04-25 | 1 | -34/+19 |
* | Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMX | neel | 2013-04-13 | 1 | -0/+19 |
* | Make the code to check if VMX is enabled more readable by using macros | neel | 2013-04-11 | 1 | -1/+2 |
* | Add some more stats to keep track of all the reasons that a vcpu is exiting. | neel | 2013-03-30 | 1 | -1/+16 |
* | Allow vmm stats to be specific to the underlying hardware assist technology. | neel | 2013-03-16 | 1 | -4/+3 |
* | Always allow access to the sysenter cs/esp/eip MSRs since they | grehan | 2013-01-25 | 1 | -0/+7 |
* | Add support for the 0x81 AND instruction, now generated | grehan | 2012-11-29 | 1 | -4/+5 |
* | Cleanup the user-space paging exit handler now that the unified instruction | neel | 2012-11-28 | 1 | -2/+0 |
* | Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno on | neel | 2012-11-28 | 1 | -6/+8 |
* | Revamp the x86 instruction emulation in bhyve. | neel | 2012-11-28 | 1 | -25/+20 |
* | Convert VMCS_ENTRY_INTR_INFO field into a vmcs identifier before passing it | neel | 2012-10-29 | 1 | -1/+1 |
* | Corral all the host state associated with the virtual machine into its own file. | neel | 2012-10-29 | 1 | -7/+4 |
* | If the guest vcpu wants to idle then use that opportunity to relinquish the | neel | 2012-10-25 | 1 | -3/+18 |
* | Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner. | neel | 2012-10-24 | 1 | -14/+2 |
* | Test for AST pending with interrupts disabled right before entering the guest. | neel | 2012-10-23 | 1 | -22/+43 |
* | Add the guest physical address and r/w/x bits to | grehan | 2012-10-12 | 1 | -0/+2 |
* | Provide per-vcpu locks instead of relying on a single big lock. | neel | 2012-10-12 | 1 | -2/+2 |
* | Get rid of assumptions in the hypervisor that the host physical memory | neel | 2012-10-03 | 1 | -1/+2 |
* | Intel VT-x provides the length of the instruction at the time of the nested | neel | 2012-09-27 | 1 | -3/+13 |
* | Add support for trapping MMIO writes to local apic registers and emulating them. | neel | 2012-09-25 | 1 | -14/+60 |
* | Add an explicit exit code 'SPINUP_AP' to tell the controlling process that an | neel | 2012-09-25 | 1 | -0/+8 |
* | Stash the 'vm_exit' information in each 'struct vcpu'. | neel | 2012-09-24 | 1 | -1/+4 |
* | Force certain bits in %cr4 to be hard-wired to '1' or '0' from a guest's | neel | 2012-08-04 | 1 | -16/+52 |
* | Verify that VMX operation has been enabled by BIOS before executing the | neel | 2012-07-25 | 1 | -1/+11 |
* | MSI-x interrupt support for PCI pass-thru devices. | grehan | 2012-04-28 | 1 | -0/+4 |
* | Add support for running as a nested hypervisor under VMWare Fusion, on | grehan | 2011-12-24 | 1 | -18/+54 |