summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily unplug cxgbe(4) from !amd64 builds.np2014-12-311-0/+2
* The physical memory allocator supports the use of distinct free lists foralc2014-12-311-6/+14
* Initialize all fields of 'struct vm_exception exception' before passing it toneel2014-12-301-2/+5
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.neel2014-12-308-61/+1075
* Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT' onneel2014-12-302-0/+15
* Implement "special mask mode" in vatpic.neel2014-12-281-4/+25
* Change the way the lcall $7,$0 is reflected to usermode. Instead ofkib2014-12-272-57/+25
* 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
OpenPOWER on IntegriCloud