summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 258860,260167,260238,260397:jhb2014-04-171-2/+11
* MFC r263001royger2014-04-041-0/+6
* MFC r263475:kib2014-03-281-0/+1
* MFC: r262746, r262748, r262750, r262752jkim2014-03-102-1/+1
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-232-4/+19
* MFC 261517,261520:jhb2014-02-181-3/+0
* MFC 259140:jhb2014-02-181-9/+0
* MFC 259782:jhb2014-01-292-0/+5
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-232-0/+25
* MFC r258660:kib2013-12-032-2/+4
* MFC r256645.neel2013-10-221-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-1/+2
* Merge projects/bhyve_npt_pmap into head.neel2013-10-054-40/+134
* Reorder/regroup the vmm ioctl api definitions to allow somegrehan2013-09-211-21/+35
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-0/+2
* Merge the following changes from projects/bhyve_npt_pmap:neel2013-09-201-1/+9
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-2/+2
* Go way past 11 and bump bhyve's max vCPUs to 16.grehan2013-09-101-1/+1
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-063-9/+39
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-061-0/+12
* Tidy up some loose ends in the PCID code:kib2013-09-043-1/+3
* Implement support for the process-context identifiers ('PCID') onkib2013-08-303-6/+13
* Provide a wrapper for the INVPCID instruction, definition of thekib2013-08-301-0/+20
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-295-210/+48
* Reimplement atomic operations on PDEs and PTEs in pmap.h. This changejkim2013-08-211-35/+8
* Remove empty lines before return statements for style consistency.jkim2013-08-211-5/+0
* Implement atomic_swap() and atomic_testandset().jkim2013-08-211-15/+57
* - Remove the "a" constraint from main output operand for atomic_cmpset().jkim2013-08-211-10/+10
* Use '+' modifier for a memory operand that is both an input and an output.jkim2013-08-211-23/+16
* Remove bogus labels. No functional change.jkim2013-08-211-2/+0
* Use consistent style. No functional change.jkim2013-08-211-12/+12
* Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB.neel2013-08-172-13/+35
* libc: Access _logname_valid more efficiently.jilles2013-08-171-1/+0
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-131-77/+3
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* Change the pmap_ts_referenced() method of amd64 pmap to use sharedkib2013-08-071-0/+1
* Revert r253748,253749avg2013-07-281-2/+1
* put contents of cpu.h under _KERNELavg2013-07-281-1/+2
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+3
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+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
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-15/+16
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.neel2013-06-141-5/+0
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-212-1/+7
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-213-0/+13
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-091-1/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Add RIP-relative addressing to the instruction decoder.grehan2013-04-251-3/+3
* - Correct spelling in commentsgabor2013-04-171-1/+3
OpenPOWER on IntegriCloud