]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Update LLDB snapshot to upstream r201577
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-18 jhbA first pass at adding support for injecting hardware...
2014-02-17 neelHandle writes to the SELF_IPI MSR by the guest when...
2014-02-17 neelUse spinlocks to lock accesses to the vioapic.
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 bruefferRetire the nve(4) driver; nfe(4) has been the default...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 avgprovide fast versions of ffsl and flsl for i386; ffsll...
2014-02-12 jhbAdd support for managing PCI bus numbers. As with...
2014-02-11 jhbDon't waste a page of KVA for the boot-time memory...
2014-02-08 jhbAdd virtualized XSAVE support to bhyve which permits...
2014-02-08 neelAdd a counter to differentiate between VM-exits due...
2014-02-08 neelFix a bug in the handling of VM-exits caused by non...
2014-02-05 jhbAdd support for FreeBSD/i386 guests under bhyve.
2014-02-05 tychonAdd support for emulating the byte move and zero extend...
2014-02-04 neelAvoid doing unnecessary nested TLB invalidations.
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jhbEnhance the support for PCI legacy INTx interrupts...
2014-01-28 kaiwMFH@261240.
2014-01-27 jhbAdd support for 'clac' and 'stac' to DDB's disassembler...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 neelSupport level triggered interrupts with VT-x virtual...
2014-01-25 kaiwMFH@261151.
2014-01-25 grehanChange RWX to XWR in comments to match intent and bit...
2014-01-23 jhbMove <machine/apicvar.h> to <x86/apicvar.h>.
2014-01-23 neelSet "Interrupt Window Exiting" in the case where there...
2014-01-22 neelHandle a VM-exit due to a NMI properly by vectoring...
2014-01-21 kaiwMFH@260988.
2014-01-21 neelThere is no need to initialize the IOMMU if no passthru...
2014-01-20 kaiwMFH@260917.
2014-01-19 emasteAdd VT kernel configuration to ease testing of vt(9...
2014-01-18 neelSome processor's don't allow NMI injection if the STI_B...
2014-01-18 bryanvAdd very simple virtio_random(4) driver to harvest...
2014-01-18 neelIf the guest exits due to a fault while it is executing...
2014-01-17 neelIf a VM-exit happens during an NMI injection then clear...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-14 neelAdd an API to rendezvous all active vcpus in a virtual...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 gavinRemove spaces from boot messages when we print the...
2014-01-11 neelEnable "Posted Interrupt Processing" if supported by...
2014-01-11 neelEnable the "Acknowledge Interrupt on VM exit" VM-exit...
2014-01-09 neelDon't expose 'vmm_ipinum' as a global.
2014-01-07 neelUse the 'Virtual Interrupt Delivery' feature of Intel...
2014-01-07 neelFix a bug introduced in r260167 related to VM-exit...
2014-01-07 neelAllow vlapic_set_intr_ready() to return a value that...
2014-01-06 neelSplit the VMCS setup between 'vmcs_init()' that does...
2014-01-06 schweikhCorrect a grammo in a comment; remove white space at...
2014-01-03 neelUse the same label name for ENTRY() and END() macros...
2014-01-03 neelFix a bug in the HPET emulation where a timer interrupt...
2014-01-02 kibUpdate the description for pmap_remove_pages() to match...
2014-01-02 kibAssert that accounting for the pmap resident pages...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 neelRestructure the VMX code to enter and exit the guest...
2013-12-30 dimIn sys/amd64/amd64/pmap.c, remove static function pmap_...
2013-12-28 neelModify handling of writes to the vlapic LVT registers.
2013-12-27 neelModify handling of writes to the vlapic ICR_TIMER,...
2013-12-27 dimIn sys/amd64/vmm/intel/vmx.c, silence a (incorrect...
2013-12-27 neelModify handling of write to the vlapic SVR register.
2013-12-26 neelModify handling of writes to the vlapic ID, LDR and...
2013-12-25 neelvlapic code restructuring to make it easy to support...
2013-12-23 jhbAdd a resume hook for bhyve that runs a function on...
2013-12-23 jhbExtend the support for local interrupts on the local...
2013-12-22 neelAdd a parameter to 'vcpu_set_state()' to enforce that...
2013-12-22 neelConsolidate the virtual apic initialization in a single...
2013-12-20 neelRe-arrange bits in the amd64/pmap 'pm_flags' field.
2013-12-18 neelUse vmcs_read() and vmcs_write() in preference to vmrea...
2013-12-16 neelAdd an API to deliver message signalled interrupts...
2013-12-11 neelFix typo when initializing the vlapic version register...
2013-12-10 neelFix x2apic support in bhyve.
2013-12-09 jhbMove constants for indices in the local APIC's local...
2013-12-07 neelUse callout(9) to drive the vlapic timer instead of...
2013-12-07 neelIf a vcpu disables its local apic and then executes...
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 jhbFix a typo.
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 neelThe 'protection' field in the VM exit collateral for...
2013-12-03 neelRename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-30 pjdMake process descriptors standard part of the kernel...
2013-11-27 neelAdd support for level triggered interrupt pins on the...
2013-11-26 kibHide struct pcb definition by #ifdef __amd64__ braces...
2013-11-25 neelAdd HPET device emulation to bhyve.
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-23 neelAdd an ioctl to assert and deassert an ioapic pin atomi...
2013-11-22 neelEliminate redundant information about the host cpu...
2013-11-22 emasteDon't abort SMAP processing after an entry of length 0
2013-11-21 andreastIntroduce a WEAK_REFERENCE() alias and use it. Get...
2013-11-21 emasteRefactor amd64 startup SMAP parsing
2013-11-21 emasteDisable amd64 boot time memory test by default
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-15 gibbsFix accounting for hw.realmem on the i386 and amd64...
2013-11-14 emastex86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
2013-11-13 rayMFC @r258091.
2013-11-12 neelMove the ioapic device model from userspace into vmm...
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-08 kibAdd bits for the AMD features from CPUID function 0x800...
next