summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix several standard extended feature bits.rpaulo2013-05-111-3/+3
* Support array-type of stats in bhyve.neel2013-05-104-35/+74
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-096-7/+3
* Correct the type for the literal used on the left side of the shift upkib2013-05-091-2/+2
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Switch to standard copyright license textemaste2013-05-021-2/+2
* Partially saved extended state must be handled always, i.e. for bothkib2013-05-011-26/+24
* The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 andkib2013-05-011-3/+0
* Add a new driver to support the Intel Non-Transparent Bridge(NTB).carl2013-04-291-0/+4
* Add RIP-relative addressing to the instruction decoder.grehan2013-04-256-79/+72
* Print RDSEED, ADX, and SMAP.rpaulo2013-04-181-0/+6
* - Correct spelling in commentsgabor2013-04-171-1/+3
* Print more bits from the standard extended features CPUID which will berpaulo2013-04-171-0/+13
* Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMXneel2013-04-131-0/+19
* Fix the name of the pcb member in the comments.kib2013-04-131-2/+2
* Use the MAKEDEV_CHECKNAME flag to check for an invalid device name and returnneel2013-04-131-2/+6
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-4/+1
* If vmm.ko could not be initialized correctly then prevent the creation ofneel2013-04-123-8/+21
* Make the code to check if VMX is enabled more readable by using macrosneel2013-04-111-1/+2
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-102-1/+21
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+51
* Merge from projects/counters:glebius2013-04-081-1/+3
* Don't panic when a valid divisor of 1 has been requested.grehan2013-04-051-0/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-1/+0
* Add counter to keep track of the number of timer interrupts generated byneel2013-03-311-0/+4
* Add some more stats to keep track of all the reasons that a vcpu is exiting.neel2013-03-303-1/+42
* Allow caller to skip 'guest linear address' validation when doing instructionneel2013-03-282-5/+16
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* MFCattilio2013-03-175-11/+68
|\
| * Fix the '-Wtautological-compare' warning emitted by clang for comparing theneel2013-03-161-1/+1
| * Allow vmm stats to be specific to the underlying hardware assist technology.neel2013-03-164-10/+43
| * Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+24
* | Simplify the interface to vm_radix_insert() by eliminating the parameteralc2013-03-171-1/+1
* | When a superpage promotion occurs, the page table page that the superpagealc2013-03-122-123/+15
* | MFCattilio2013-03-111-1/+0
|\ \ | |/
| * The kernel pmap is statically allocated, so there is really no need toalc2013-03-101-1/+0
* | MFCattilio2013-03-092-6/+7
|\ \ | |/
| * MFCattilio2013-03-082-1/+11
| |\
| * \ MFCattilio2013-03-024-38/+39
| |\ \
| * | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-6/+6
| * | | MFCattilio2013-02-215-454/+15
| |\ \ \
| * | | | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
| * | | | Switch vm_object lock to be a rwlock.attilio2013-02-202-5/+6
* | | | | MFCattilio2013-03-072-1/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-061-0/+7
| * | | | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-1/+4
| | |_|/ | |/| |
* | | | MFCattilio2013-03-023-11/+12
|\ \ \ \ | |/ / /
| * | | Merge from vmc-playground branch:attilio2013-03-022-28/+28
| * | | Disable the ctl driver in GENERIC.adrian2013-03-021-1/+1
| * | | MFcalloutng:davide2013-02-281-9/+10
OpenPOWER on IntegriCloud