summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Assert that interrupts are enabled in the trap handlers on x86 beforekib2013-06-031-0/+1
* Use slightly more idiomatic expression to get the address of array.kib2013-05-272-2/+2
* The _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags have the same bitkib2013-05-271-1/+1
* The ia32_get_mcontext() does not need to set PCB_FULL_IRET. Thekib2013-05-271-1/+0
* When reporting the fault details, also print %rsp.kib2013-05-271-2/+2
* When handling an exception from the attempt from loading the faultingkib2013-05-271-0/+24
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-242-0/+5
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-214-23/+69
* Add amd64-specific ddb command 'show phys2dmap', which calculates thekib2013-05-211-0/+12
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-214-0/+21
* Improve readability of static assertions for OFFSET_* macros.ed2013-05-131-3/+4
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* 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
|\ \ | |/
OpenPOWER on IntegriCloud