summaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 270850,271053,271192,271717:John Baldwin2014-09-222-5/+10
* MFC r263826: Update EFI framebuffer handoff from loaderEd Maste2014-09-021-1/+14
* MFC 270438Peter Grehan2014-08-271-4/+4
* MFC r270202:Konstantin Belousov2014-08-271-1/+1
* MFC r263822: amd64: Parse the EFI memory map if presentEd Maste2014-08-221-0/+7
* MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276,Peter Grehan2014-08-193-18/+153
* MFC r267338Peter Grehan2014-08-171-50/+47
* MFC r267311, r267330, r267811, r267884Peter Grehan2014-08-171-0/+2
* MFC r267216Peter Grehan2014-08-172-0/+4
* MFC r266933Peter Grehan2014-08-172-1/+22
* MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642,John Baldwin2014-07-223-73/+144
* MFC 266125:John Baldwin2014-07-222-0/+13
* MFC 263780,264516,265062,265101,265203,265364:John Baldwin2014-07-212-2/+31
* MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631,John Baldwin2014-07-192-0/+21
* MFC r267767:Konstantin Belousov2014-06-301-0/+1
* MFC 262139,262140,262236,262281,262532:John Baldwin2014-06-131-2/+1
* MFC 261638,262144,262506,266765:John Baldwin2014-06-122-25/+32
* MFC 261504:John Baldwin2014-06-122-3/+17
* MFC 260239,261268,265058:John Baldwin2014-06-121-1/+4
* MFC 259737, 262646:John Baldwin2014-05-181-1/+2
* MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466,John Baldwin2014-05-172-6/+41
* MFC r257854 (discussed with alc@)Ian Lepore2014-05-161-10/+3
* MFC 258860,260167,260238,260397:John Baldwin2014-04-171-2/+11
* MFC r263001Roger Pau Monné2014-04-041-0/+6
* MFC r263475:Konstantin Belousov2014-03-281-0/+1
* MFC: r262746, r262748, r262750, r262752Jung-uk Kim2014-03-102-1/+1
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:John Baldwin2014-02-232-4/+19
* MFC 261517,261520:John Baldwin2014-02-181-3/+0
* MFC 259140:John Baldwin2014-02-181-9/+0
* MFC 259782:John Baldwin2014-01-292-0/+5
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:John Baldwin2014-01-232-0/+25
* MFC r258660:Konstantin Belousov2013-12-032-2/+4
* MFC r256645.Neel Natu2013-10-221-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-051-1/+2
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-054-40/+134
* Reorder/regroup the vmm ioctl api definitions to allow somePeter Grehan2013-09-211-21/+35
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-201-0/+2
* Merge the following changes from projects/bhyve_npt_pmap:Neel Natu2013-09-201-1/+9
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-2/+2
* Go way past 11 and bump bhyve's max vCPUs to 16.Peter Grehan2013-09-101-1/+1
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-063-9/+39
* On those machines, where sf_bufs do not represent any real object, makeGleb Smirnoff2013-09-061-0/+12
* Tidy up some loose ends in the PCID code:Konstantin Belousov2013-09-043-1/+3
* Implement support for the process-context identifiers ('PCID') onKonstantin Belousov2013-08-303-6/+13
* Provide a wrapper for the INVPCID instruction, definition of theKonstantin Belousov2013-08-301-0/+20
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-295-210/+48
* Reimplement atomic operations on PDEs and PTEs in pmap.h. This changeJung-uk Kim2013-08-211-34/+7
* Remove empty lines before return statements for style consistency.Jung-uk Kim2013-08-211-5/+0
* Implement atomic_swap() and atomic_testandset().Jung-uk Kim2013-08-211-15/+57
* - Remove the "a" constraint from main output operand for atomic_cmpset().Jung-uk Kim2013-08-211-10/+10