summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-05-01Shuffle gpt/mbr code around a bit to make it more like other searchesKenneth R Westerback
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-27minor spacing nitMike Larkin
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-26missed a block of code while merging the previous change.Mike Larkin
2016-04-26Add decode functions for some of the MSRs that are commonly used. OnlyMike Larkin
2016-04-26Convert some magic numbers into #defines - this is needed for some MTRRMike Larkin
2016-04-26KNF / spacingMike Larkin
2016-04-25remove systraceTed Unangst
2016-04-25when returning from vmd with an unknown exit reason, print the name of theMike Larkin
2016-04-25spacing / KNF error in earlier commitMike Larkin
2016-04-25cr0, cr3, cr4 diagnostics / debug functions (used when VMs crash)Mike Larkin
2016-04-25add a few new exit types found in newer cpusMike Larkin
2016-04-24Remove 'option COMPAT_PCVT' now that X doen't use it anymore.Matthieu Herrb
2016-04-23Seems that the 32-bit Windows ABI does align 64-bit structure members onMark Kettenis
2016-04-21Support for 'default configuration' mpbios attachment was never completed,Mike Larkin
2016-04-21KNFMike Larkin
2016-04-18Make the aesni crypto implementation mpsafe. In order to do so this movesMark Kettenis
2016-04-17pool_setipl for the aesniplDavid Gwynne
2016-04-17add pool_setipl after pool_init.David Gwynne
2016-04-15enable nvme(4)Jonathan Gray
2016-04-14Use cpuid function 0xa to determine presence of general purposeMike Larkin
2016-04-13add missing arguments to debug printfMike Larkin
2016-04-12Call debug register dump functions in error conditions (if VMM_DEBUG set)Mike Larkin
2016-04-12Only build the vcpu register dump functions if VMM_DEBUG is enabled, noMike Larkin
2016-04-11Add functions to dump vcpu register state. Needed for some upcoming diffs.Mike Larkin
2016-04-11Clarify some commentsMike Larkin
2016-04-06define number of exit/entry save/load MSRs as a #define instead of a magicMike Larkin
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-04Deallocate guest vm_map when the guest gets terminated.Stefan Kempf
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Move the setting of pcb_fsbase out of reset_segs() into its callersPhilip Guenther
2016-04-03Teach ddb's disassembler about {rd,wr}[fg]sbasePhilip Guenther
2016-04-03Remove __lockbarrier() defines, unused since cpu_lock removal a fewJonathan Gray
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29Enable bytgpio(4) here as well.Jonathan Gray
2016-03-28Enable bytgpio(4).Mark Kettenis
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-09Add a comment to the vcpu state enum to remind people there is a matchingMike Larkin
2016-03-09Induce an exit in a running vcpu if an interrupt is asserted (pending).Mike Larkin
2016-03-08Change where we note the 'last' pcpu we ran on. This is needed for upcomingMike Larkin
2016-03-08Remove an outdated comment and fix some error case printfs that wereMike Larkin