summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-061-0/+96
* Prefer vt(4) for UEFI bootemaste2014-07-021-0/+8
* Add vt(4) devices and options to NOTESemaste2014-07-011-0/+4
* Add vt(4) to GENERIC and retire the separate VT configemaste2014-06-302-15/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-21/+12
* Revert r267961, r267973:gjb2014-06-279-12/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-21/+12
* Add support for emulating the move instruction: "mov r/m8, imm8".tychon2014-06-261-0/+15
* Expose the amount of resident and wired memory from the guest's vmspace.grehan2014-06-253-5/+78
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUkib2014-06-232-0/+9
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* Bring an overly enthusiastic KASSERT inline with the Intel SDM.tychon2014-06-161-2/+18
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* amd64/i386: introduce APIC hooks for different APIC implementations.royger2014-06-162-6/+3
* Replace enum forward declarations with complete definitions.tychon2014-06-101-50/+47
* Add helper functions to populate VM exit information for rendezvous andneel2014-06-103-32/+36
* Turn on interrupt window exiting unconditionally when an ExtINT is beingneel2014-06-101-2/+6
* Add reserved bit checking when doing %CR8 emulation and inject #GP if required.neel2014-06-093-25/+51
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedneel2014-06-076-80/+153
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-3/+1
* Support guest accesses to %cr8.tychon2014-06-063-53/+166
* Restore comments accidentally removed.imp2014-06-061-1/+1
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-315-15/+70
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-2/+2
* If VMX isn't enabled so long as the lock bit isn't set yet in MSRtychon2014-05-301-1/+10
* Remove bogus check for kmem_malloc() failure even though M_WAITOK is set.neel2014-05-301-7/+0
* Allocate a zeroed LDT.neel2014-05-301-1/+1
* When usermode loaded non-default segment selector into the %gs,kib2014-05-291-3/+20
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-22/+0
* - Rework the XSAVE/XRSTOR emulation to only expose XCR0 features to thejhb2014-05-273-3/+50
* Add segment protection and limits violation checks in vie_calculate_gla()neel2014-05-274-37/+91
* Remove restriction on insb/insw/insl emulation. These instructions areneel2014-05-251-8/+0
* Do the linear address calculation for the ins/outs emulation using a newneel2014-05-255-59/+35
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-244-14/+39
* Consolidate all the information needed by the guest page table walker intoneel2014-05-246-127/+154
* When injecting a page fault into the guest also update the guest's %cr2 toneel2014-05-244-19/+28
* Check for alignment check violation when processing in/out string instructions.neel2014-05-233-23/+36
* Add emulation of the "outsb" instruction. NetBSD guests use this to write toneel2014-05-238-35/+379
* A Centos 6.4 guest will write 0xff to the 8259 mask register before beginningneel2014-05-231-0/+1
* Don't permit users to request a subset of the AVX512 or MPX xsave masks.jhb2014-05-221-0/+4
* Allow vmx_getdesc() and vmx_setdesc() to be called for a vcpu that is in theneel2014-05-223-10/+24
* imagact_binmisc builds for all supported architectures, so enable it for all.jhibbits2014-05-221-3/+0
* Inject page fault into the guest if the page table walker detects an invalidneel2014-05-224-25/+82
* Add PG_RW check when translating a guest linear to guest physical address.neel2014-05-201-20/+83
* Add support for decoding the AMD SVM instructions.jhb2014-05-191-0/+40
* Add PG_U (user/supervisor) checks when translating a guest linear addressneel2014-05-195-25/+52
* Make the vmx asm code dtrace-fbt-friendly bygrehan2014-05-182-7/+19
* Add support for decoding rdrand and rdseed.jhb2014-05-171-1/+23
* Add definitions for more structured extended features as well asjhb2014-05-161-3/+13
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-155-0/+57
OpenPOWER on IntegriCloud