summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2017-04-14SVM: calculate max ASID value and save for later use. This will be used inMike Larkin
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-04-02Filter out RDTSCP, needed to handle solaris guests. We set the VMX controlMike Larkin
2017-03-28Properly handle VMX entry controls governing guest processor mode.Mike Larkin
2017-03-28add RDTSCP flags to identcpu.cMike Larkin
2017-03-27typo in debug buildMike Larkin
2017-03-27add a newline to an error printfMike Larkin
2017-03-27hibernate_free() should not be called from MD code, acpi_sleep_state()Theo de Raadt
2017-03-26KNFJeremie Courreges-Anglas
2017-03-26discard MSR reads from unknown MSRs instead of passing them through. ThatMike Larkin
2017-03-26Add "AVX" to the comment above the previous commit. Spotted by reykMike Larkin
2017-03-26Suppress AVX from the extended CPUID flags. Our AVX treatment is currentlyMike Larkin
2017-03-25Split vmm_probe() into a vmm_enabled() function, to better follow theTheo de Raadt
2017-03-25Use explicit operand with SVM instructions as clang doesn't recognize theMark Kettenis
2017-03-24Handle guest interruptibility state - Reset the interruptibility stateMike Larkin
2017-03-24Exit to vmd on byte size PCI accesses.Mike Larkin
2017-03-24Allow returns from vmd after handling cpuid exits (handles the case whereMike Larkin
2017-03-23Bump the emulated PCI MMIO range end to 0xFFFFFFFF. This slightlyMike Larkin
2017-03-21Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should beMike Larkin
2017-03-21CPUID feature 0x80000000 emulation fell through to 0x80000001, whichMike Larkin
2017-03-19Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28Mike Larkin
2017-03-16Typo, from miod@Martin Pieuchot
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-12enable acpisbsJoshua Stein
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-07Keep on trying to grab the lock after leaving ddb after lock spin-out.Visa Hankala
2017-03-07Use the pause instruction on the slow path. This improvesVisa Hankala
2017-03-07Make the slow path similar to i386's by checking mutex ownerVisa Hankala
2017-03-07Disallow setting machdep.lidaction to any other value but [0,2].Martin Natano
2017-03-05Teach the ddb disassembler about most of the vm* instructionsPhilip Guenther
2017-03-03Whan an amd64 machine got an NMI, the current process in user landAlexander Bluhm
2017-03-03Delete "comspeed" which had been mistakenly added as a int value.YASUOKA Masahiko
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-03-02log attempts to access cpuid leaf function 0x03, "processor serial number".Mike Larkin
2017-03-02reduce some more differences in vmm between i386 and amd64 that didn'tMike Larkin
2017-03-02reduce differences in vmm between amd64 and i386 (i386 picks up a handfulMike Larkin
2017-03-02Refactor cpuid exit handler to make it easier to bolt on SVM supportMike Larkin
2017-03-01Don't try to access the com(4) hardware to set up the console speedPatrick Wildt
2017-03-01Fix the code which preserves the device path of the loaded image ifYASUOKA Masahiko
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-22add acpisbs, an acpi smart battery subsystem driver reading dataJoshua Stein
2017-02-20VMX: assert that the supplied instruction length matches what is expected forMike Larkin
2017-02-20SVM: asm support for SVM/RVIMike Larkin
2017-02-20typo in commentMike Larkin
2017-02-20SVM: fix wrong treatment of MSRs, especially EFER.Mike Larkin
2017-02-20SVM: fix segment A/R bits formattingMike Larkin
2017-02-14Set the default TSC quality to -1000 to be less than the i8254Reyk Floeter
2017-02-12Split up fork1():Philip Guenther
2017-02-10Unbreak 'config -p'.Martin Pieuchot
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther