| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 2 | -6/+8 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -16/+95 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 2 | -8/+6 |
* | 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 |
* | Add vmx(4) to i386 and amd64 GENERIC | bryanv | 2013-09-17 | 1 | -0/+2 |
* | In pmap_copy(), when the copied region is mapped with superpage but does | kib | 2013-09-16 | 1 | -0/+2 |
* | Pull the hyperv drivers from GENERIC until the fix to the disengage | grehan | 2013-09-14 | 1 | -3/+0 |
* | Import Hyper-V paravirtualized drivers from projects/hyperv | grehan | 2013-09-13 | 1 | -0/+4 |
|\ |
|
| * | IFC @ r255459 | grehan | 2013-09-11 | 19 | -346/+484 |
| |\ |
|
| * \ | IFC @ r255209 | grehan | 2013-09-04 | 28 | -729/+1302 |
| |\ \ |
|
| * \ \ | IFC @ r253862 | grehan | 2013-08-01 | 8 | -22/+156 |
| |\ \ \ |
|
| * | | | | First cut at adding the hyperv drivers to GENERIC. | grehan | 2013-07-19 | 1 | -0/+3 |
* | | | | | Fix a limitation in bhyve that would limit the number of virtual machines to | neel | 2013-09-11 | 3 | -1/+9 |
| |_|_|/
|/| | | |
|
* | | | | Go way past 11 and bump bhyve's max vCPUs to 16. | grehan | 2013-09-10 | 1 | -1/+1 |
* | | | | Prior to r254304, we only began scanning the active page queue when the | alc | 2013-09-08 | 1 | -74/+87 |
* | | | | 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 |
* | | | | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 5 | -35/+47 |
* | | | | Add vmx device to the i386 and amd64 NOTES files | bryanv | 2013-09-06 | 1 | -0/+2 |
* | | | | Only lock pvh_global_lock read-only for pmap_page_wired_mappings(), | kib | 2013-09-06 | 1 | -96/+110 |
* | | | | In pmap_ts_referenced(), when restarting the loop due to pv list | kib | 2013-09-06 | 1 | -3/+1 |
* | | | | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 2 | -22/+12 |
* | | | | 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 |
* | | | | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+4 |
* | | | | Tidy up some loose ends in the PCID code: | kib | 2013-09-04 | 8 | -73/+98 |
| |_|/
|/| | |
|
* | | | Add support for the 'invpcid' instruction to binutils and DDB's | jhb | 2013-09-03 | 1 | -1/+1 |
* | | | Fix two build failures for non-tb configurations, UP [2] and when using gas [1]. | kib | 2013-08-31 | 2 | -7/+8 |
* | | | The pm_save should be cleared on the pmap initialization, and not on | kib | 2013-08-30 | 1 | -1/+1 |
* | | | Implement support for the process-context identifiers ('PCID') on | kib | 2013-08-30 | 10 | -113/+527 |
* | | | Provide a wrapper for the INVPCID instruction, definition of the | kib | 2013-08-30 | 1 | -0/+20 |
* | | | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 8 | -218/+79 |
* | | | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+122 |
* | | | Add support for emulating the byte move instruction "mov r/m8, r8". | neel | 2013-08-27 | 1 | -2/+10 |
* | | | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -6/+0 |
* | | | Use the generation count of the pv list to work around LOR between | kib | 2013-08-22 | 1 | -6/+37 |
* | | | The PADLOCK_RNG and RDRAND_RNG kernel options are now devices. | obrien | 2013-08-21 | 2 | -2/+4 |
* | | | Reimplement atomic operations on PDEs and PTEs in pmap.h. This change | jkim | 2013-08-21 | 1 | -35/+8 |
* | | | Remove empty lines before return statements for style consistency. | jkim | 2013-08-21 | 1 | -5/+0 |
* | | | Implement atomic_swap() and atomic_testandset(). | jkim | 2013-08-21 | 1 | -15/+57 |
* | | | - Remove the "a" constraint from main output operand for atomic_cmpset(). | jkim | 2013-08-21 | 1 | -10/+10 |
* | | | Use '+' modifier for a memory operand that is both an input and an output. | jkim | 2013-08-21 | 1 | -23/+16 |
* | | | Remove bogus labels. No functional change. | jkim | 2013-08-21 | 1 | -2/+0 |
* | | | Use consistent style. No functional change. | jkim | 2013-08-21 | 1 | -12/+12 |
* | | | 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 |
* | | | Fix breakage caused by r254466 in minidumpsys(). | neel | 2013-08-20 | 1 | -4/+8 |
* | | | When code from r254064 in pmap_ts_referenced() drops pv lock and | kib | 2013-08-18 | 1 | -0/+3 |
* | | | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |