| Commit message (Expand) | Author | Age | Files | Lines |
| * | Return 0 for a rdmsr of MSR_IA32_PLATFORM_ID. This | Peter Grehan | 2013-09-27 | 1 | -1/+5 |
| * | In pmap_clear_modify(), initialize pvh even for fictitious managed | Konstantin Belousov | 2013-09-24 | 1 | -1/+1 |
| * | Use the pv lists generation count to read-lock the pvh_global_lock in | Konstantin Belousov | 2013-09-24 | 1 | -5/+30 |
| * | Ensure that the ERESTART return from the syscall reloads the | Konstantin Belousov | 2013-09-24 | 1 | -0/+4 |
| * | Free both KVA and backing pages when freeing TSS memory. | Konstantin Belousov | 2013-09-23 | 1 | -1/+1 |
| * | Put 'device hyperv' back in amd64/GENERIC, incorrectly removed with | Glen Barber | 2013-09-21 | 1 | -0/+3 |
| * | Reorder/regroup the vmm ioctl api definitions to allow some | Peter Grehan | 2013-09-21 | 1 | -21/+35 |
| * | Merge Xen PVHVM support into the GENERIC kernel config for both | Justin T. Gibbs | 2013-09-20 | 4 | -44/+12 |
| * | Substantial rewrite of bxe(4) to add support for the BCM57712 and | David Christensen | 2013-09-20 | 2 | -4/+4 |
| * | Merge the following changes from projects/bhyve_npt_pmap: | Neel Natu | 2013-09-20 | 1 | -1/+9 |
| * | Add support for suspend/resume/migration operations when running as a | Justin T. Gibbs | 2013-09-20 | 2 | -2/+18 |
| * | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox | 2013-09-20 | 1 | -60/+0 |
| * | Reconnect the hyperv drivers back into GENERIC now that the | Peter Grehan | 2013-09-19 | 1 | -0/+3 |
| * | Fix panic in ktrcapfail() when no capability rights are passed. | Pawel Jakub Dawidek | 2013-09-18 | 1 | -1/+1 |
| * | Regen. | Roman Divacky | 2013-09-18 | 5 | -94/+16 |
| * | Revert r255672, it has some serious flaws, leaking file references etc. | Roman Divacky | 2013-09-18 | 2 | -6/+8 |
| * | Regen. | Roman Divacky | 2013-09-18 | 5 | -16/+95 |
| * | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | Roman Divacky | 2013-09-18 | 2 | -8/+6 |
| * | Hide TSC-deadline APIC timer support from guests. This mode | Peter Grehan | 2013-09-17 | 1 | -1/+6 |
| * | Fix a bug in decoding an instruction that has an SIB byte as well as an | Neel Natu | 2013-09-17 | 1 | -6/+6 |
| * | Add vmx(4) to i386 and amd64 GENERIC | Bryan Venteicher | 2013-09-17 | 1 | -0/+2 |
| * | In pmap_copy(), when the copied region is mapped with superpage but does | Konstantin Belousov | 2013-09-16 | 1 | -0/+2 |
| * | Pull the hyperv drivers from GENERIC until the fix to the disengage | Peter Grehan | 2013-09-14 | 1 | -3/+0 |
| * | Import Hyper-V paravirtualized drivers from projects/hyperv | Peter Grehan | 2013-09-13 | 1 | -0/+4 |
| |\ |
|
| | * | IFC @ r255459 | Peter Grehan | 2013-09-11 | 19 | -346/+484 |
| | |\ |
|
| | * \ | IFC @ r255209 | Peter Grehan | 2013-09-04 | 28 | -720/+1293 |
| | |\ \ |
|
| | * \ \ | IFC @ r253862 | Peter Grehan | 2013-08-01 | 8 | -22/+156 |
| | |\ \ \ |
|
| | * | | | | First cut at adding the hyperv drivers to GENERIC. | Peter Grehan | 2013-07-19 | 1 | -0/+3 |
| * | | | | | Fix a limitation in bhyve that would limit the number of virtual machines to | Neel Natu | 2013-09-11 | 3 | -1/+9 |
| | |_|_|/
|/| | | |
|
| * | | | | Go way past 11 and bump bhyve's max vCPUs to 16. | Peter Grehan | 2013-09-10 | 1 | -1/+1 |
| * | | | | Prior to r254304, we only began scanning the active page queue when the | Alan Cox | 2013-09-08 | 1 | -74/+87 |
| * | | | | Allocate VPIDs by using the unit number allocator to keep do the bookkeeping. | Neel Natu | 2013-09-07 | 1 | -39/+103 |
| * | | | | Mask off the vector from the MSI-x data word. | Peter Grehan | 2013-09-07 | 1 | -1/+1 |
| * | | | | Implement PV IPIs for PVHVM guests and further converge PV and HVM | Justin T. Gibbs | 2013-09-06 | 5 | -35/+47 |
| * | | | | Add vmx device to the i386 and amd64 NOTES files | Bryan Venteicher | 2013-09-06 | 1 | -0/+2 |
| * | | | | Only lock pvh_global_lock read-only for pmap_page_wired_mappings(), | Konstantin Belousov | 2013-09-06 | 1 | -96/+110 |
| * | | | | In pmap_ts_referenced(), when restarting the loop due to pv list | Konstantin Belousov | 2013-09-06 | 1 | -3/+1 |
| * | | | | On those machines, where sf_bufs do not represent any real object, make | Gleb Smirnoff | 2013-09-06 | 2 | -22/+12 |
| * | | | | Emulate reading of the IA32_MISC_ENABLE MSR, by returning | Peter Grehan | 2013-09-06 | 1 | -1/+16 |
| * | | | | Allow CPUID leaf 0xD to be read as zeroes. | Peter Grehan | 2013-09-06 | 2 | -0/+2 |
| * | | | | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+4 |
| * | | | | Tidy up some loose ends in the PCID code: | Konstantin Belousov | 2013-09-04 | 8 | -73/+98 |
| | |_|/
|/| | |
|
| * | | | Add support for the 'invpcid' instruction to binutils and DDB's | John Baldwin | 2013-09-03 | 1 | -1/+1 |
| * | | | Fix two build failures for non-tb configurations, UP [2] and when using gas [1]. | Konstantin Belousov | 2013-08-31 | 2 | -7/+8 |
| * | | | The pm_save should be cleared on the pmap initialization, and not on | Konstantin Belousov | 2013-08-30 | 1 | -1/+1 |
| * | | | Implement support for the process-context identifiers ('PCID') on | Konstantin Belousov | 2013-08-30 | 10 | -104/+518 |
| * | | | Provide a wrapper for the INVPCID instruction, definition of the | Konstantin Belousov | 2013-08-30 | 1 | -0/+20 |
| * | | | Implement vector callback for PVHVM and unify event channel implementations | Justin T. Gibbs | 2013-08-29 | 8 | -218/+79 |
| * | | | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox | 2013-08-29 | 1 | -0/+122 |
| * | | | Add support for emulating the byte move instruction "mov r/m8, r8". | Neel Natu | 2013-08-27 | 1 | -2/+10 |