aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use '+' modifier for a memory operand that is both an input and an output.Jung-uk Kim2013-08-211-23/+16
* Remove bogus labels. No functional change.Jung-uk Kim2013-08-211-2/+0
* Use consistent style. No functional change.Jung-uk Kim2013-08-211-12/+12
* Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB.Neel Natu2013-08-172-13/+35
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-1/+0
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, theseJung-uk Kim2013-08-131-77/+3
* Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim2013-08-131-3/+3
* Change the pmap_ts_referenced() method of amd64 pmap to use sharedKonstantin Belousov2013-08-071-0/+1
* Revert r253748,253749Andriy Gapon2013-07-281-2/+1
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-1/+2
* x86: detect mwait capabilities and extensions, when presentAndriy Gapon2013-07-281-0/+3
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+38
* Move definitions required by userland applications out of acpica_machdep.h.Jung-uk Kim2013-06-271-6/+2
* Allow immediate operand.Konstantin Belousov2013-06-201-1/+1
* Upgrade Xen interface headers to Xen 4.2.1.Justin T. Gibbs2013-06-141-15/+16
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.Neel Natu2013-06-141-5/+0
* Fix the hardware watchpoints on SMP amd64. Load the updated %drKonstantin Belousov2013-05-212-1/+7
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-213-0/+13
* Retire write-only PCB_GS32BIT pcb flag on amd64.Dmitry Chagin2013-05-091-1/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Add RIP-relative addressing to the instruction decoder.Peter Grehan2013-04-251-3/+3
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+3
* If vmm.ko could not be initialized correctly then prevent the creation ofNeel Natu2013-04-121-1/+1
* Unsynchronized TSCs on the host require special handling in bhyve:Neel Natu2013-04-101-0/+3
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+51
* Merge from projects/counters:Gleb Smirnoff2013-04-081-1/+3
* Allow caller to skip 'guest linear address' validation when doing instructionNeel Natu2013-03-281-0/+12
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-181-1/+3
* Merge from vmc-playground branch:Attilio Rao2013-03-021-1/+1
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-205-454/+15
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.Neel Natu2013-02-112-13/+0