]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
otus(4) - monitor mode fixes, large-mbuf crash fix
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-16 mavMFV r289310:
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 ngieMFhead @ r285904
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 dimMerge ^/head r285153 through r285283.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 neelMove the 'devmem' device nodes from /dev/vmm to /dev...
2015-07-05 dimUpdate llvm/clang to r241361.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 dimMerge ^/head r284737 through r285152.
2015-07-04 emasteUpdate LLDB snapshot to upstream r241361
2015-06-26 tychonverify_gla() needs to account for non-zero segment...
2015-06-23 dimMerge ^/head r284644 through r284736.
2015-06-23 dimUpdate llvm/clang to r240225.
2015-06-23 neelRestore the host's GS.base before returning from 'svm_l...
2015-06-21 ngieMFhead @ r284674
2015-06-20 dimMerge ^/head r284188 through r284643.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 neelRestructure memory allocation in bhyve to support ...
2015-06-13 ngieMF head @ r284358
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-10 dimUpdate Makefiles and other build glue for llvm/clang...
2015-06-09 dimMerged ^/head r283871 through r284187.
2015-06-09 tychonSupport guest writes to the TSC by enabling the "use...
2015-06-05 neelThe 'verify_gla()' function is used to ensure that...
2015-06-04 neelUse tunable 'hw.vmm.svm.features' to disable specific...
2015-05-31 ngieMF head @ r283796
2015-05-30 dimMerge ^/head r283596 through r283770.
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-27 dimMerge clang trunk r238337 from ^/vendor/clang/dist...
2015-05-27 dimMerge llvm trunk r238337 from ^/vendor/llvm/dist, resol...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-24 ngieMFhead @ r283351
2015-05-23 neelExceptions don't deliver an error code in real mode.
2015-05-22 neelRemove the verification of instruction length after...
2015-05-22 neelDon't rely on the 'VM-exit instruction length' field...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-21 neelEmulate the "CMP r/m, reg" instruction (opcode 39H).
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-06 neelDeprecate the 3-way return values from vm_gla2gpa(...
2015-05-06 gjbMFH: r282315-r282534
2015-05-06 neelDo a proper emulation of guest writes to MSR_EFER.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-04 neelEmulate the 'CMP r/m8, imm8' instruction encountered...
2015-05-02 neelDon't advertise the Intel SMX capability to the guest.
2015-05-02 neelEmulate machine check related MSRs to allow guest OSes...
2015-05-01 gjbMFH: r281855-r282312
2015-05-01 neelr281630 relaxed the limits on the vectors that can...
2015-05-01 neelEmulate MSR_SYSCFG which is accessed by Linux on AMD...
2015-04-30 neelDon't require <sys/cpuset.h> to be always included...
2015-04-30 neelWhen an instruction cannot be decoded just return to...
2015-04-30 neelAdvertise the MTRR feature via CPUID and emulate the...
2015-04-29 neelRe-implement RTC current time calculation to eliminate...
2015-04-29 neelEmulate the 'bit test' instruction. Windows 7 uses...
2015-04-28 neelImplement the century byte in the RTC. Some guests...
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-27 ngieMFhead @ r282054
2015-04-25 tychonSTOS/STOSB/STOSW/STOSD/STOSQ instruction emulation.
2015-04-24 ngieMFhead @ r281924
2015-04-23 araujoMissing break in switch case.
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-18 ngieMFhead @ r281675
2015-04-16 neelRelax the check on which vectors can be delivered throu...
2015-04-16 ngieMFhead @ r281620
2015-04-16 neelPrefer 'vcpu_should_yield()' over checking 'curthread...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
next