]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Define vt_mouse_event method.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2013-11-06 rayMFC @r257740.
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-04 neelRemove the 'vdev' abstraction that was meant to sit...
2013-10-31 neelRename the VMM_CTRx() family of macros to VCPU_CTRx...
2013-10-31 markjRemove references to an unused fasttrap probe hook...
2013-10-29 baptMerge byacc 20130925
2013-10-29 neelRemove unnecessary includes of <machine/pmap.h>
2013-10-28 glebiusInclude XEN and HyperV into amd64 LINT.
2013-10-28 kibImport the driver for VT-d DMAR hardware, as specified...
2013-10-27 kibSeveral small fixes for the amd64 minidump code.
2013-10-26 glebiusProvide includes that are needed in these files, and...
2013-10-25 rayMFC @r257107.
2013-10-23 rayMFC @r256964.
2013-10-23 rayMFC @r256953
2013-10-16 neelAdd a new capability, VM_CAP_ENABLE_INVPCID, that can...
2013-10-16 neelFix the witness warning that warned against calling...
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-11 gjbDocument XENHVM and xenpci are mutually inclusive.
2013-10-09 markmMFC - tracking commit
2013-10-08 dimIn sys/amd64/amd64/pmap.c, fix several gcc warnings...
2013-10-08 rayMFC @r256148.
2013-10-06 markmMFC - tracking commit
2013-10-05 gibbsFormalize the concept of virtual CPU ids by adding...
2013-10-05 neelMerge projects/bhyve_npt_pmap into head.
2013-10-05 markmMFC- tracking commit.
2013-10-04 jmgadd aesni module to i386 and amd64 NOTES...
2013-10-02 markmMFC - tracking update.
2013-09-27 grehanReturn 0 for a rdmsr of MSR_IA32_PLATFORM_ID. This
2013-09-24 kibIn pmap_clear_modify(), initialize pvh even for fictiti...
2013-09-24 kibUse the pv lists generation count to read-lock the...
2013-09-24 kibEnsure that the ERESTART return from the syscall reload...
2013-09-23 kibFree both KVA and backing pages when freeing TSS memory.
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 gjbPut 'device hyperv' back in amd64/GENERIC, incorrectly...
2013-09-21 grehanReorder/regroup the vmm ioctl api definitions to allow...
2013-09-21 delphijMFV r254750:
2013-09-20 gibbsMerge Xen PVHVM support into the GENERIC kernel config...
2013-09-20 davidchSubstantial rewrite of bxe(4) to add support for the...
2013-09-20 neelMerge the following changes from projects/bhyve_npt_pmap:
2013-09-20 gibbsAdd support for suspend/resume/migration operations...
2013-09-20 alcThe pmap function pmap_clear_reference() is no longer...
2013-09-19 grehanReconnect the hyperv drivers back into GENERIC now...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-18 pjdFix panic in ktrcapfail() when no capability rights...
2013-09-18 rdivackyRegen.
2013-09-18 rdivackyRevert r255672, it has some serious flaws, leaking...
2013-09-18 rdivackyRegen.
2013-09-18 rdivackyImplement epoll support in Linuxulator. This is a tiny...
2013-09-17 grehanHide TSC-deadline APIC timer support from guests. This...
2013-09-17 neelFix a bug in decoding an instruction that has an SIB...
2013-09-17 bryanvAdd vmx(4) to i386 and amd64 GENERIC
2013-09-16 kibIn pmap_copy(), when the copied region is mapped with...
2013-09-14 grehanPull the hyperv drivers from GENERIC until the fix...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-11 neelFix a limitation in bhyve that would limit the number...
2013-09-11 grehanIFC @ r255459
2013-09-10 grehanGo way past 11 and bump bhyve's max vCPUs to 16.
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 alcPrior to r254304, we only began scanning the active...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 markmMFC
2013-09-07 neelAllocate VPIDs by using the unit number allocator to...
2013-09-07 grehanMask off the vector from the MSI-x data word.
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 gibbsImplement PV IPIs for PVHVM guests and further converge...
2013-09-06 bryanvAdd vmx device to the i386 and amd64 NOTES files
2013-09-06 markmMFC
2013-09-06 kibOnly lock pvh_global_lock read-only for pmap_page_wired...
2013-09-06 kibIn pmap_ts_referenced(), when restarting the loop due...
2013-09-06 glebiusOn those machines, where sf_bufs do not represent any...
2013-09-06 grehanEmulate reading of the IA32_MISC_ENABLE MSR, by returning
2013-09-06 grehanAllow CPUID leaf 0xD to be read as zeroes.
2013-09-05 sjgMerge bmake-20130904
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 kibTidy up some loose ends in the PCID code:
2013-09-04 grehanIFC @ r255209
2013-09-03 jhbAdd support for the 'invpcid' instruction to binutils...
2013-09-01 rayMFC @r255128.
2013-09-01 markmMFC
2013-08-31 kibFix two build failures for non-tb configurations, UP...
2013-08-31 markmMFC
2013-08-30 kibThe pm_save should be cleared on the pmap initializatio...
2013-08-30 markmMFC
2013-08-30 kibImplement support for the process-context identifiers...
2013-08-30 kibProvide a wrapper for the INVPCID instruction, definiti...
2013-08-29 gibbsImplement vector callback for PVHVM and unify event...
2013-08-29 alcSignificantly reduce the cost, i.e., run time, of calls...
2013-08-27 neelAdd support for emulating the byte move instruction...
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 markmMFC
2013-08-22 kibRevert r254501. Instead, reuse the type stability...
2013-08-22 kibUse the generation count of the pv list to work around...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 markmIFC.
next