| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r284539, r284630, r284688, r284877, r285217, r285218, | Peter Grehan | 2016-02-01 | 1 | -11/+24 |
| * | MFC r282209: | Neel Natu | 2015-06-28 | 1 | -13/+36 |
| * | MFC r279444: | Neel Natu | 2015-06-28 | 1 | -0/+1 |
| * | MFC r276428: | Neel Natu | 2015-06-27 | 1 | -3/+11 |
| * | MFC r273683 | Neel Natu | 2014-12-30 | 1 | -0/+1 |
| * | MFC r273375 | Neel Natu | 2014-12-30 | 1 | -0/+11 |
| * | MFC r270326 | Neel Natu | 2014-12-28 | 1 | -1/+3 |
| * | MFC 270438 | Peter Grehan | 2014-08-27 | 1 | -4/+4 |
| * | MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276, | Peter Grehan | 2014-08-19 | 1 | -15/+138 |
| * | MFC r267338 | Peter Grehan | 2014-08-17 | 1 | -50/+47 |
| * | MFC r267311, r267330, r267811, r267884 | Peter Grehan | 2014-08-17 | 1 | -0/+2 |
| * | MFC r267216 | Peter Grehan | 2014-08-17 | 1 | -0/+1 |
| * | MFC r266933 | Peter Grehan | 2014-08-17 | 1 | -1/+2 |
| * | MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642, | John Baldwin | 2014-07-22 | 1 | -13/+100 |
| * | MFC 266125: | John Baldwin | 2014-07-22 | 1 | -0/+5 |
| * | MFC 263780,264516,265062,265101,265203,265364: | John Baldwin | 2014-07-21 | 1 | -2/+24 |
| * | MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631, | John Baldwin | 2014-07-19 | 1 | -0/+5 |
| * | MFC 262139,262140,262236,262281,262532: | John Baldwin | 2014-06-13 | 1 | -2/+1 |
| * | MFC 261638,262144,262506,266765: | John Baldwin | 2014-06-12 | 1 | -20/+28 |
| * | MFC 261504: | John Baldwin | 2014-06-12 | 1 | -0/+2 |
| * | MFC 259737, 262646: | John Baldwin | 2014-05-18 | 1 | -1/+2 |
| * | MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, | John Baldwin | 2014-05-17 | 1 | -3/+37 |
| * | MFC 258860,260167,260238,260397: | John Baldwin | 2014-04-17 | 1 | -2/+11 |
| * | MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: | John Baldwin | 2014-02-23 | 1 | -1/+5 |
| * | MFC 259782: | John Baldwin | 2014-01-29 | 1 | -0/+2 |
| * | MFC 257422,257661,258075,258476,258494,258579,258609,258699: | John Baldwin | 2014-01-23 | 1 | -0/+5 |
| * | MFC r256645. | Neel Natu | 2013-10-22 | 1 | -0/+1 |
| * | Merge projects/bhyve_npt_pmap into head. | Neel Natu | 2013-10-05 | 1 | -13/+30 |
| * | Go way past 11 and bump bhyve's max vCPUs to 16. | Peter Grehan | 2013-09-10 | 1 | -1/+1 |
| * | Add RIP-relative addressing to the instruction decoder. | Peter Grehan | 2013-04-25 | 1 | -3/+3 |
| * | If vmm.ko could not be initialized correctly then prevent the creation of | Neel Natu | 2013-04-12 | 1 | -1/+1 |
| * | Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'. | Neel Natu | 2013-02-11 | 1 | -2/+0 |
| * | Add svn properties to the recently merged bhyve source files. | Neel Natu | 2013-01-20 | 1 | -1/+1 |
| * | Cleanup the user-space paging exit handler now that the unified instruction | Neel Natu | 2012-11-28 | 1 | -2/+0 |
| * | Revamp the x86 instruction emulation in bhyve. | Neel Natu | 2012-11-28 | 1 | -0/+3 |
| * | Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner. | Neel Natu | 2012-10-24 | 1 | -2/+2 |
| * | Add the guest physical address and r/w/x bits to | Peter Grehan | 2012-10-12 | 1 | -0/+2 |
| * | Provide per-vcpu locks instead of relying on a single big lock. | Neel Natu | 2012-10-12 | 1 | -7/+12 |
| * | Get rid of assumptions in the hypervisor that the host physical memory | Neel Natu | 2012-10-03 | 1 | -4/+7 |
| * | Get rid of assumptions in the hypervisor that the host physical memory | Neel Natu | 2012-09-29 | 1 | -1/+1 |
| * | Add ioctls to control the X2APIC capability exposed by the virtual machine to | Neel Natu | 2012-09-25 | 1 | -0/+11 |
| * | Add an explicit exit code 'SPINUP_AP' to tell the controlling process that an | Neel Natu | 2012-09-25 | 1 | -0/+5 |
| * | Stash the 'vm_exit' information in each 'struct vcpu'. | Neel Natu | 2012-09-24 | 1 | -2/+2 |
| * | MSI-x interrupt support for PCI pass-thru devices. | Peter Grehan | 2012-04-28 | 1 | -1/+5 |
| * | IFC @ r222830 | Peter Grehan | 2011-06-28 | 1 | -7/+1 |
| * | Import of bhyve hypervisor and utilities, part 1. | Peter Grehan | 2011-05-13 | 1 | -0/+268 |