]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Fix a typo and improve readability.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-07-02 emastePrefer vt(4) for UEFI boot
2014-07-01 delphijMFV r267565:
2014-07-01 emasteAdd vt(4) devices and options to NOTES
2014-06-30 emasteAdd vt(4) to GENERIC and retire the separate VT config
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 tychonAdd support for emulating the move instruction: "mov...
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-25 grehanExpose the amount of resident and wired memory from...
2014-06-23 kibAdd FPU_KERN_KTHR flag to fpu_kern_enter(9), which...
2014-06-17 dchaginRevert r266925 as it can lead to instant panic at fexec...
2014-06-16 tychonBring an overly enthusiastic KASSERT inline with the...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-16 roygeramd64/i386: introduce APIC hooks for different APIC...
2014-06-15 pfgMFV r266988:
2014-06-10 tychonReplace enum forward declarations with complete definit...
2014-06-10 neelAdd helper functions to populate VM exit information...
2014-06-10 neelTurn on interrupt window exiting unconditionally when...
2014-06-09 neelAdd reserved bit checking when doing %CR8 emulation...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-07 neelAdd ioctl(VM_REINIT) to reinitialize the virtual machin...
2014-06-07 alcAdd a page size field to struct vm_page. Increase...
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...
next