summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* x86: detect mwait capabilities and extensions, when presentavg2013-07-283-0/+13
* - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc.jeff2013-07-261-4/+5
* Add support for emulation of the "or r/m, imm8" instruction.neel2013-07-231-3/+60
* Fix a bug introduced in r252646 that causes a page with the PG_PTE_PAT bit setneel2013-07-231-3/+18
* MFi386: add ddb "show sysregs" command.kib2013-07-151-0/+30
* Clear m->object for the page taken from the delayed free list forkib2013-07-101-0/+1
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-062-0/+5
* If a superpage mapping is being removed then we need to ignore the PG_PDE_PATneel2013-07-031-3/+9
* Verify that all bytes in the instruction buffer are consumed during decoding.neel2013-07-031-0/+16
* Ignore guest PAT settings by default in EPT mappings.grehan2013-07-011-2/+10
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+38
* Make sure all CPUID values are handled, instead of exiting thegrehan2013-06-281-10/+38
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-6/+2
* Allow immediate operand.kib2013-06-201-1/+1
* Some clarifications and updates for the comments, mostly retrievedkib2013-06-191-12/+16
* Fix a gcc warning uncovered after r251745.pluknet2013-06-181-0/+3
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-15/+16
* Replace cpusetffs_obj with CPU_FFS, missed in r251703.pluknet2013-06-141-1/+1
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.neel2013-06-143-9/+0
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-2/+2
* 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
OpenPOWER on IntegriCloud