| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r272193 | grehan | 2014-10-01 | 1 | -13/+12 |
* | MFC r270689: | grehan | 2014-09-16 | 1 | -13/+91 |
* | MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276, | grehan | 2014-08-19 | 10 | -316/+1177 |
* | MFC r267311, r267330, r267811, r267884 | grehan | 2014-08-17 | 4 | -39/+118 |
* | MFC r267178, r267300 | grehan | 2014-08-17 | 3 | -53/+192 |
* | MFC r267216 | grehan | 2014-08-17 | 4 | -80/+149 |
* | MFC r266933 | grehan | 2014-08-17 | 3 | -14/+48 |
* | MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642, | jhb | 2014-07-22 | 7 | -101/+618 |
* | MFC 266125: | jhb | 2014-07-22 | 3 | -0/+44 |
* | MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365, | jhb | 2014-07-21 | 9 | -64/+92 |
* | MFC 264347: | jhb | 2014-07-21 | 1 | -1/+10 |
* | MFC 263780,264516,265062,265101,265203,265364: | jhb | 2014-07-21 | 4 | -70/+189 |
* | MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631, | jhb | 2014-07-19 | 11 | -14/+1629 |
* | MFC 262139,262140,262236,262281,262532: | jhb | 2014-06-13 | 8 | -62/+267 |
* | MFC 262615,262624: | jhb | 2014-06-12 | 1 | -0/+7 |
* | MFC 261638,262144,262506,266765: | jhb | 2014-06-12 | 8 | -84/+345 |
* | MFC 261504: | jhb | 2014-06-12 | 3 | -27/+112 |
* | MFC 261503,264501: | jhb | 2014-06-12 | 1 | -0/+123 |
* | MFC 260239,261268,265058: | jhb | 2014-06-12 | 1 | -0/+3 |
* | MFC 260972: | jhb | 2014-06-04 | 4 | -7/+34 |
* | MFC 260802,260836,260863,261001,261074,261617: | jhb | 2014-05-23 | 4 | -81/+232 |
* | MFC 260237: | jhb | 2014-05-20 | 1 | -67/+84 |
* | MFC 259737, 262646: | jhb | 2014-05-18 | 2 | -24/+61 |
* | MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, | jhb | 2014-05-17 | 21 | -583/+1709 |
* | MFC 258860,260167,260238,260397: | jhb | 2014-04-17 | 4 | -419/+215 |
* | MFC 259542: | jhb | 2014-02-23 | 4 | -149/+62 |
* | MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: | jhb | 2014-02-23 | 13 | -309/+861 |
* | MFC 257297: | jhb | 2014-02-22 | 7 | -9/+0 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 3 | -4/+4 |
* | MFC 259782: | jhb | 2014-01-29 | 3 | -0/+25 |
* | MFC 257422,257661,258075,258476,258494,258579,258609,258699: | jhb | 2014-01-23 | 14 | -440/+1497 |
* | MFC r256645. | neel | 2013-10-22 | 4 | -3/+40 |
* | MFC r256570: | neel | 2013-10-16 | 1 | -26/+38 |
* | Merge projects/bhyve_npt_pmap into head. | neel | 2013-10-05 | 16 | -652/+977 |
* | Return 0 for a rdmsr of MSR_IA32_PLATFORM_ID. This | grehan | 2013-09-27 | 1 | -1/+5 |
* | Hide TSC-deadline APIC timer support from guests. This mode | grehan | 2013-09-17 | 1 | -1/+6 |
* | Fix a bug in decoding an instruction that has an SIB byte as well as an | neel | 2013-09-17 | 1 | -6/+6 |
* | Fix a limitation in bhyve that would limit the number of virtual machines to | neel | 2013-09-11 | 3 | -1/+9 |
* | Allocate VPIDs by using the unit number allocator to keep do the bookkeeping. | neel | 2013-09-07 | 1 | -39/+103 |
* | Mask off the vector from the MSI-x data word. | grehan | 2013-09-07 | 1 | -1/+1 |
* | Emulate reading of the IA32_MISC_ENABLE MSR, by returning | grehan | 2013-09-06 | 1 | -1/+16 |
* | Allow CPUID leaf 0xD to be read as zeroes. | grehan | 2013-09-06 | 2 | -0/+2 |
* | Add support for emulating the byte move instruction "mov r/m8, r8". | neel | 2013-08-27 | 1 | -2/+10 |
* | Do not create superpage mappings in the iommu. | neel | 2013-08-20 | 1 | -1/+18 |
* | Extract the location of the remapping hardware units from the ACPI DMAR table. | neel | 2013-08-20 | 1 | -60/+54 |
* | Follow-up commit to fix CR0 issues. Maintain | grehan | 2013-08-03 | 1 | -4/+38 |
* | Moved clearing of vmm_initialized to avoid the case | grehan | 2013-08-01 | 1 | -1/+6 |
* | Correctly maintain the CR0/CR4 shadow registers. | grehan | 2013-08-01 | 1 | -11/+54 |
* | Add support for emulation of the "or r/m, imm8" instruction. | neel | 2013-07-23 | 1 | -3/+60 |
* | Verify that all bytes in the instruction buffer are consumed during decoding. | neel | 2013-07-03 | 1 | -0/+16 |