]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Support guest accesses to %cr8.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-06-06 tychonSupport guest accesses to %cr8.
2014-06-06 impRestore comments accidentally removed.
2014-05-31 neelActivate vcpus from bhyve(8) using the ioctl VM_ACTIVAT...
2014-05-31 dchaginTo allow to run the interpreter itself add a new ELF...
2014-05-30 tychonIf VMX isn't enabled so long as the lock bit isn't...
2014-05-30 neelRemove bogus check for kmem_malloc() failure even thoug...
2014-05-30 neelAllocate a zeroed LDT.
2014-05-29 kibWhen usermode loaded non-default segment selector into...
2014-05-29 markjCommit the rest of the changes that were intended to...
2014-05-27 jhb- Rework the XSAVE/XRSTOR emulation to only expose...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-27 neelAdd segment protection and limits violation checks...
2014-05-25 neelRemove restriction on insb/insw/insl emulation. These...
2014-05-25 neelDo the linear address calculation for the ins/outs...
2014-05-24 neelAdd libvmmapi functions vm_copyin() and vm_copyout...
2014-05-24 neelConsolidate all the information needed by the guest...
2014-05-24 neelWhen injecting a page fault into the guest also update...
2014-05-23 neelCheck for alignment check violation when processing...
2014-05-23 neelAdd emulation of the "outsb" instruction. NetBSD guests...
2014-05-23 neelA Centos 6.4 guest will write 0xff to the 8259 mask...
2014-05-22 jhbDon't permit users to request a subset of the AVX512...
2014-05-22 neelAllow vmx_getdesc() and vmx_setdesc() to be called...
2014-05-22 jhibbitsimagact_binmisc builds for all supported architectures...
2014-05-22 neelInject page fault into the guest if the page table...
2014-05-20 neelAdd PG_RW check when translating a guest linear to...
2014-05-19 jhbAdd support for decoding the AMD SVM instructions.
2014-05-19 neelAdd PG_U (user/supervisor) checks when translating...
2014-05-18 grehanMake the vmx asm code dtrace-fbt-friendly by
2014-05-17 jhbAdd support for decoding rdrand and rdseed.
2014-05-16 jhbAdd definitions for more structured extended features...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 jhbImplement a PCI interrupt router to route PCI legacy...
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 neelIncrease the TSS limit by one byte. The processor requi...
2014-05-05 neelVirtual machine halt detection is turned on by default...
2014-05-04 nwhitehornDisable ACPI and P4TCC throttling by default, following...
2014-05-02 kenBring in the mpr(4) driver for LSI's MPT3 12Gb SAS...
2014-05-02 eadlerlindev(4): finish the partial commit in r265212
2014-05-02 neelAdd logic in the HLT exit handler to detect if the...
2014-04-30 neelIgnore writes to microcode update MSR. This MSR is...
2014-04-29 neelSome Linux guests will implement a 'halt' by disabling...
2014-04-28 neelAllow a virtual machine to be forcibly reset or powered...
2014-04-27 emasteReport boot method (BIOS/UEFI) via sysctl machdep.bootm...
2014-04-27 kibSame as it was done in r263878 for invlrng_handler...
2014-04-27 nwhitehornDon't need this now. VT does the same thing, but better.
2014-04-27 nwhitehornAdd vt_efifb to VT kernel configuration now that that...
2014-04-26 neelA VMCS is always inactive when it exits the vmx_run...
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-25 gjbAdd a UEFI kernel configuration to include the VT kerne...
2014-04-24 roygerxen: fix copyright header
2014-04-24 grehanAllow the guest to read the TSC via MSR 0x10.
2014-04-23 neelChange the vlapic timer frequency to be in the ballpark...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 tychonFactor out common ioport handler code for better hygien...
2014-04-18 tychonAdd support for the PIT 'readback' command -- based...
2014-04-18 tychonRespect the destination operand size of the 'Input...
2014-04-18 tychonAdd support for reading the PIT Counter 2 output signal...
2014-04-15 jhbDon't spindown the BSP if it executes hlt with the...
2014-04-15 tychonLocal APIC access via 32-bit naturally-aligned loads...
2014-04-15 tychonAdd support for emulating the byte move and sign extend...
2014-04-14 tychonAdd support for emulating the slave PIC.
2014-04-11 neelThere is no need to save and restore the host's return...
2014-04-11 tychonAccount for the "plus 1" encoding of the CPUID Function...
2014-04-10 grehanRework r264179.
2014-04-09 sbrunoReally, really, really only allow this option for amd64...
2014-04-05 impMake the vmm code compile with gcc too. Not entirely...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 rstoneRe-write bhyve's I/O MMU handling in terms of PCI RID.
2014-04-01 rstoneRevert PCI RID changes.
2014-04-01 rstoneRe-write bhyve's I/O MMU handling in terms of PCI RIDs
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-29 kibClear the kernel grab of the FPU state on fork. The...
2014-03-28 kibSeveral fixes for the PCID implementation:
2014-03-27 emasteUpdate EFI framebuffer handoff from loader
2014-03-27 emasteamd64: Parse the EFI memory map if present
2014-03-26 neelAdd an ioctl to suspend a virtual machine (VM_SUSPEND...
2014-03-25 impRather than require a makeoptions DEBUG to get debug...
2014-03-25 tychonMove the atpit device model from userspace into vmm...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-21 kibAdd change forgotten in r263475. Make dmaplimit access...
2014-03-21 kibFix two issues with /dev/mem access on amd64, both...
2014-03-19 impRemove vestiges of knowing the ISA bus, which we gave...
2014-03-19 markjOnly invoke fasttrap hooks for traps from user mode...
2014-03-18 impIn kernel config files, it is supposed to be 'options...
2014-03-18 neelWhen a vcpu is deactivated it must also unblock any...
2014-03-17 neelNotify vcpus participating in the rendezvous of the...
2014-03-16 impAlign all comments in config files on same column....
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-15 tychonFix a race wherein the source of an interrupt vector...
2014-03-15 rwatsonRevert a small portion of r263198 left over from local...
2014-03-15 rwatsonSeveral years after initial development, merge prototyp...
2014-03-14 glebiusRemove AppleTalk support.
2014-03-14 glebiusRemove IPX support.
2014-03-11 impDelete stray clause 3 (Advertising clause) and renumber...
2014-03-11 tychonDon't try to return a vector to a caller that only...
2014-03-11 impRemove clause 3 (the advertising clause), per the regen...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
next