summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Use compiled in default keymaps which are available both in syscons and vt.phk2014-12-251-1/+1
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-1/+2
* Allow ktr(4) tracing of all guest exceptions via the tunableneel2014-12-236-17/+177
* Emulate writes to the IA32_MISC_ENABLE MSR.neel2014-12-201-2/+24
* Various 8259 device model improvements:neel2014-12-201-4/+37
* Fix 8259 IRQ priority resolver.neel2014-12-171-18/+28
* The iret instruction may generate #np and #ss fault, besides #gp.kib2014-12-161-2/+7
* For level triggered interrupts clear the PIC IRR bit when the interrupt pinneel2014-12-161-0/+2
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Change the lower bound for guest vmspace allocation to 0 instead ofgrehan2014-11-231-1/+1
* Improve support for XSAVE with debuggers.jhb2014-11-213-16/+71
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultalc2014-11-151-0/+9
* Fix END()s for fueword and fueword64, match the name in END() withkib2014-11-151-2/+2
* Extend earlier addition of stack frames to most of support.S. This makesscottl2014-11-132-4/+61
* Add workaround for vt efifb's early use of PHYS_TO_DMAPemaste2014-11-111-1/+7
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Remove unused includes.glebius2014-11-091-5/+0
* MFi386 r253328:kib2014-11-081-0/+4
* Add support for netmap in GENERIC by default.gnn2014-11-051-0/+4
* Add VirtIO console to the x86 NOTES and filesbryanv2014-11-031-0/+1
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-023-4/+2
* Rework virtual machine hypervisor detection.jhb2014-10-281-0/+2
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-3/+9
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-32/+45
* Reported by: Coverityaraujo2014-10-281-0/+1
* Remove bhyve SVM feature printf's now that they are available in thegrehan2014-10-271-21/+0
* Change the type of the first argument to the I/O emulation handlers toneel2014-10-267-16/+16
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...alc2014-10-261-2/+2
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-265-0/+160
* Don't pass the 'error' return from an I/O port handler directly to vm_run().neel2014-10-261-21/+27
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAProyger2014-10-244-66/+142
* xen: implement the privcmd user-space deviceroyger2014-10-221-0/+22
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Merge projects/bhyve_svm into HEAD.neel2014-10-2119-162/+3614
|\
| * IFC @r273214neel2014-10-202-2/+2
| * IFC @r273206neel2014-10-193-24/+81
| |\
| * | Don't advertise the "OS visible workarounds" feature in cpuid.80000001H:ECX.neel2014-10-191-6/+23
| * | Don't advertise support for the NodeID MSR since bhyve doesn't emulate it.neel2014-10-181-0/+3
| * | Don't advertise the Instruction Based Sampling feature because it requiresneel2014-10-171-0/+5
| * | Hide extended PerfCtr MSRs on AMD processors by clearing bits 23, 24 and 28 inneel2014-10-171-0/+8
| * | Use the correct fault type (VM_PROT_EXECUTE) for an instruction fetch.neel2014-10-161-0/+2
| * | Fix topology enumeration issues exposed by AMD Bulldozer Family 15h processor.neel2014-10-161-2/+24
| * | Actually hide the SVM capability by clearing CPUID.80000001H:ECX[bit 3]neel2014-10-151-2/+6
| * | Remove extraneous comments.neel2014-10-111-22/+6
| * | Get rid of unused headers.neel2014-10-113-193/+126
| * | Get rid of unused forward declaration of 'struct svm_softc'.neel2014-10-111-2/+1
| * | style(9) fixes.neel2014-10-111-8/+1
OpenPOWER on IntegriCloud