aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultAlan Cox2014-11-151-0/+9
* Fix END()s for fueword and fueword64, match the name in END() withKonstantin Belousov2014-11-151-2/+2
* Extend earlier addition of stack frames to most of support.S. This makesScott Long2014-11-132-4/+61
* Add workaround for vt efifb's early use of PHYS_TO_DMAPEd Maste2014-11-111-1/+7
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
* Remove unused includes.Gleb Smirnoff2014-11-091-5/+0
* MFi386 r253328:Konstantin Belousov2014-11-081-0/+4
* Add support for netmap in GENERIC by default.George V. Neville-Neil2014-11-051-0/+4
* Add VirtIO console to the x86 NOTES and filesBryan Venteicher2014-11-031-0/+1
* MFamd64: Add support for extended FPU states on i386. This includesJohn Baldwin2014-11-023-4/+2
* Rework virtual machine hypervisor detection.John Baldwin2014-10-281-0/+2
* Replace some calls to fuword() by fueword() with proper error checking.Konstantin Belousov2014-10-281-3/+9
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-32/+45
* Reported by: CoverityMarcelo Araujo2014-10-281-0/+1
* Remove bhyve SVM feature printf's now that they are available in thePeter Grehan2014-10-271-21/+0
* Change the type of the first argument to the I/O emulation handlers toNeel Natu2014-10-267-16/+16
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...Alan Cox2014-10-261-2/+2
* Move the ACPI PM timer emulation into vmm.ko.Neel Natu2014-10-265-0/+160
* Don't pass the 'error' return from an I/O port handler directly to vm_run().Neel Natu2014-10-261-21/+27
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatJohn Baldwin2014-10-241-0/+2
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAPRoger Pau Monné2014-10-244-66/+142
* xen: implement the privcmd user-space deviceRoger Pau Monné2014-10-221-0/+22
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Merge projects/bhyve_svm into HEAD.Neel Natu2014-10-2119-162/+3614
|\
| * IFC @r273214Neel Natu2014-10-202-2/+2
| |\
| * \ IFC @r273206Neel Natu2014-10-193-24/+81
| |\ \
| * | | Don't advertise the "OS visible workarounds" feature in cpuid.80000001H:ECX.Neel Natu2014-10-191-6/+23
| * | | Don't advertise support for the NodeID MSR since bhyve doesn't emulate it.Neel Natu2014-10-181-0/+3
| * | | Don't advertise the Instruction Based Sampling feature because it requiresNeel Natu2014-10-171-0/+5
| * | | Hide extended PerfCtr MSRs on AMD processors by clearing bits 23, 24 and 28 inNeel Natu2014-10-171-0/+8
| * | | Use the correct fault type (VM_PROT_EXECUTE) for an instruction fetch.Neel Natu2014-10-161-0/+2
| * | | Fix topology enumeration issues exposed by AMD Bulldozer Family 15h processor.Neel Natu2014-10-161-2/+24
| * | | Actually hide the SVM capability by clearing CPUID.80000001H:ECX[bit 3]Neel Natu2014-10-151-2/+6
| * | | Remove extraneous comments.Neel Natu2014-10-111-22/+6
| * | | Get rid of unused headers.Neel Natu2014-10-113-193/+126
| * | | Get rid of unused forward declaration of 'struct svm_softc'.Neel Natu2014-10-111-2/+1
| * | | style(9) fixes.Neel Natu2014-10-111-8/+1
| * | | Use a consistent style for messages emitted when the module is loaded.Neel Natu2014-10-111-28/+24
| * | | IFC @r272887Neel Natu2014-10-108-13/+133
| |\ \ \
| * | | | Fix bhyvectl so it works correctly on AMD/SVM hosts. Also, add command lineNeel Natu2014-10-102-0/+88
| * | | | IFC @r272481Neel Natu2014-10-053-68/+30
| |\ \ \ \
| * \ \ \ \ IFC @r272185Neel Natu2014-09-278-23/+32
| |\ \ \ \ \
| * | | | | | Simplify register state save and restore across a VMRUN:Neel Natu2014-09-274-145/+85
| * | | | | | Allow more VMCB fields to be cached:Neel Natu2014-09-215-223/+245
| * | | | | | Get rid of unused stat VMM_HLT_IGNORED.Neel Natu2014-09-212-2/+0
| * | | | | | The memory type bits (PAT, PCD, PWT) associated with a nested PTE or PDENeel Natu2014-09-211-14/+5
| * | | | | | IFC r271888.Neel Natu2014-09-2013-405/+433
| |\ \ \ \ \ \
| * \ \ \ \ \ \ IFC @r271887Neel Natu2014-09-2010-43/+139
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ IFC @r271694Neel Natu2014-09-1723-1078/+471
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rework vNMI injection.Neel Natu2014-09-171-7/+73