summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-60/+0
* Reconnect the hyperv drivers back into GENERIC now that thegrehan2013-09-191-0/+3
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Regen.rdivacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-6/+8
* Regen.rdivacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-8/+6
* Hide TSC-deadline APIC timer support from guests. This modegrehan2013-09-171-1/+6
* Fix a bug in decoding an instruction that has an SIB byte as well as anneel2013-09-171-6/+6
* Add vmx(4) to i386 and amd64 GENERICbryanv2013-09-171-0/+2
* In pmap_copy(), when the copied region is mapped with superpage but doeskib2013-09-161-0/+2
* Pull the hyperv drivers from GENERIC until the fix to the disengagegrehan2013-09-141-3/+0
* Import Hyper-V paravirtualized drivers from projects/hypervgrehan2013-09-131-0/+4
|\
| * IFC @ r255459grehan2013-09-1119-346/+484
| |\
| * \ IFC @ r255209grehan2013-09-0428-729/+1302
| |\ \
| * \ \ IFC @ r253862grehan2013-08-018-22/+156
| |\ \ \
| * | | | First cut at adding the hyperv drivers to GENERIC.grehan2013-07-191-0/+3
* | | | | Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-113-1/+9
| |_|_|/ |/| | |
* | | | Go way past 11 and bump bhyve's max vCPUs to 16.grehan2013-09-101-1/+1
* | | | Prior to r254304, we only began scanning the active page queue when thealc2013-09-081-74/+87
* | | | Allocate VPIDs by using the unit number allocator to keep do the bookkeeping.neel2013-09-071-39/+103
* | | | Mask off the vector from the MSI-x data word.grehan2013-09-071-1/+1
* | | | Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-065-35/+47
* | | | Add vmx device to the i386 and amd64 NOTES filesbryanv2013-09-061-0/+2
* | | | Only lock pvh_global_lock read-only for pmap_page_wired_mappings(),kib2013-09-061-96/+110
* | | | In pmap_ts_referenced(), when restarting the loop due to pv listkib2013-09-061-3/+1
* | | | On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-062-22/+12
* | | | Emulate reading of the IA32_MISC_ENABLE MSR, by returninggrehan2013-09-061-1/+16
* | | | Allow CPUID leaf 0xD to be read as zeroes.grehan2013-09-062-0/+2
* | | | Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* | | | Tidy up some loose ends in the PCID code:kib2013-09-048-73/+98
| |_|/ |/| |
* | | Add support for the 'invpcid' instruction to binutils and DDB'sjhb2013-09-031-1/+1
* | | Fix two build failures for non-tb configurations, UP [2] and when using gas [1].kib2013-08-312-7/+8
* | | The pm_save should be cleared on the pmap initialization, and not onkib2013-08-301-1/+1
* | | Implement support for the process-context identifiers ('PCID') onkib2013-08-3010-113/+527
* | | Provide a wrapper for the INVPCID instruction, definition of thekib2013-08-301-0/+20
* | | Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-298-218/+79
* | | Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+122
* | | Add support for emulating the byte move instruction "mov r/m8, r8".neel2013-08-271-2/+10
* | | Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-6/+0
* | | Use the generation count of the pv list to work around LOR betweenkib2013-08-221-6/+37
* | | The PADLOCK_RNG and RDRAND_RNG kernel options are now devices.obrien2013-08-212-2/+4
* | | Reimplement atomic operations on PDEs and PTEs in pmap.h. This changejkim2013-08-211-35/+8
* | | Remove empty lines before return statements for style consistency.jkim2013-08-211-5/+0
* | | Implement atomic_swap() and atomic_testandset().jkim2013-08-211-15/+57
* | | - Remove the "a" constraint from main output operand for atomic_cmpset().jkim2013-08-211-10/+10
* | | Use '+' modifier for a memory operand that is both an input and an output.jkim2013-08-211-23/+16
* | | Remove bogus labels. No functional change.jkim2013-08-211-2/+0
* | | Use consistent style. No functional change.jkim2013-08-211-12/+12
* | | Do not create superpage mappings in the iommu.neel2013-08-201-1/+18
OpenPOWER on IntegriCloud