summaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Compute the number of initial kernel page table pages (NKPT) dynamically.Neel Natu2013-02-061-6/+1
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderAndriy Gapon2013-02-021-1/+1
* Add emulation support for instruction "88/r: mov r/m8, r8".Neel Natu2013-01-301-1/+2
* Add svn properties to the recently merged bhyve source files.Neel Natu2013-01-202-2/+2
* Revert changes for x2apic support from projects/bhyve.Neel Natu2013-01-061-1/+0
* There is no need for 'start_emulating()' and 'stop_emulating()' to be definedNeel Natu2013-01-041-17/+0
* Prefer x2apic mode when running inside a virtual machine.Neel Natu2012-12-161-0/+1
* Cleanup the user-space paging exit handler now that the unified instructionNeel Natu2012-11-281-2/+0
* Revamp the x86 instruction emulation in bhyve.Neel Natu2012-11-282-0/+116
* IFC @ r242684Neel Natu2012-11-118-22/+78
|\
| * Provide the reading and display of the Standard Extended Features,Konstantin Belousov2012-11-011-0/+1
| * Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-2/+2
| * Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-0/+2
| * - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-10/+42
| * As discussed on -current, remove the hardcoded default maxswzone.Dag-Erling Smørgrav2012-08-141-8/+0
| * Add lfence().Konstantin Belousov2012-08-011-0/+7
| * Forcibly shut up clang warning about NULL pointer dereference.Konstantin Belousov2012-07-231-0/+7
| * Introduce curpcb magic variable, similar to curthread, which is MDKonstantin Belousov2012-07-191-1/+14
| * On AMD64, provide siginfo.si_code for floating point errors when errorKonstantin Belousov2012-07-181-1/+2