VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22869   15 年 vboxsync PGMR0DynMap.cpp: drop column 1 assertions.
(edit) @20874   15 年 vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @19403   16 年 vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @18984   16 年 vboxsync Autoset does belong in PGMCPU
(edit) @18983   16 年 vboxsync More
(edit) @18979   16 年 vboxsync Tab
(edit) @18974   16 年 vboxsync Autoset belongs in PGM
(edit) @18955   16 年 vboxsync ONe more
(edit) @18954   16 年 vboxsync Story continues
(edit) @18953   16 年 vboxsync Even more Mac compile fixes
(edit) @15436   16 年 vboxsync PGMR0DynMap: Corrected PGMR0DYNMAP_PAGES_PER_CPU_MIN (>= max set …
(edit) @15434   16 年 vboxsync PGMR0DynMap: Tuning and logging.
(edit) @15429   16 年 vboxsync PGM: Don't use PGMDynMapHCPage in R0/darwin.
(edit) @15427   16 年 vboxsync PGMR0DynMap: PGMR0DynMap never returns anything but VINF_SUCCESS (no …
(edit) @15423   16 年 vboxsync PGMR0DynMap: bail out on failure, don't crash the host.
(edit) @15411   16 年 vboxsync VMM: Working around set overflows caused by the page pool.
(edit) @15402   16 年 vboxsync PGMDynMapMigrateAutoSet: Fixed incorrect updating of PGMMAPSET::iCpu.
(edit) @15347   16 年 vboxsync PGMR0DynMap: Fixed testcase (missing migration).
(edit) @15346   16 年 vboxsync Avoid a few calls to RTMpCpuId() and RTMCpuIdToSetIndex().
(edit) @15344   16 年 vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @15257   16 年 vboxsync PGMR0DynMap: Two more parenthesis.
(edit) @15224   16 年 vboxsync PGMR0DynMap: Silly silly silly silly bug, mapping were mapped write …
(edit) @15196   16 年 vboxsync PGMR0DynMap: profiling the whole shebang.
(edit) @14880   16 年 vboxsync PGMR0DynMap: nit picking.
(edit) @14877   16 年 vboxsync PGMR0DynMap: bigger cache (4x), even fewer unrolled/inlined collision …
(edit) @14868   16 年 vboxsync PGMR0DynMap: some predictions based on statistics, 5 more stats.
(edit) @14861   16 年 vboxsync PGMR0DynMap: disabled expensive statistic.
(edit) @14857   16 年 vboxsync PGMR0DynMap: Added missing if (fInvalidateIt) before ASMInvalidatePage …
(edit) @14853   16 年 vboxsync PGMR0DynMap: Sane PGMR0DYNMAP_GUARD_PAGES values.
(edit) @14850   16 年 vboxsync PGMR0DynMap: statistics and tuning of autoset insertion.
(edit) @14826   16 年 vboxsync VMM: New DevHlp pfnMMIO2MapKernel for darwin/VT-x/VGA.
(edit) @14823   16 年 vboxsync PGMR0DynMap: fixed assertion (copy & past).
(edit) @14822   16 年 vboxsync PGMR0DynMap: Fixed bug in previous pgmR0DynMapPageSlow bug fix. Bad …
(edit) @14810   16 年 vboxsync PGMR0DynMap: Run release builds with 1 guard page (for now).
(edit) @14757   16 年 vboxsync #3202: do PGMDynMapReleaseAutoSet/PGMDynMapStartAutoSet in the …
(edit) @14752   16 年 vboxsync PGMR0DynMap: lowered guard page count from 7 to 3, hoping that that …
(edit) @14748   16 年 vboxsync PGMR0DynMap: a couple of bugs, guard pages and PGMR0DynMapAssertIntegrity.
(edit) @14674   16 年 vboxsync PGMR0DynMap: Fixed cLoad overflow - ASMAtomicSubS32 returns the old …
(edit) @14673   16 年 vboxsync PGMR0DynMap: Fixed cLoad overflow - ASMAtomicSubS32 returns the old value.
(edit) @14663   16 年 vboxsync PGMR0DynMap: logging/hacking.
(edit) @14659   16 年 vboxsync PGMR0DynMap: Fixes and logging.
(edit) @14607   16 年 vboxsync PGMR0DynMap, VMM.cpp: Usee VMMIsHwVirtExtForced for …
(edit) @14539   16 年 vboxsync PGMR0DynMap: More tests.
(edit) @14536   16 年 vboxsync PGMR0DynMap: Some more fixes and tests.
(edit) @14528   16 年 vboxsync PGMR0DynMap: fixes & testcase (PGMDynMapHCPage now works).
(edit) @14519   16 年 vboxsync PGMR0DynMap: fixes (InitVM+TermVM working).
(edit) @14517   16 年 vboxsync PGMR0DynMap: fixes
(edit) @14504   16 年 vboxsync PGMR0DynMap: Re-enabled the code.
(edit) @14494   16 年 vboxsync #1865: PGMR0DynMap - retry with smaller segments if one big one is …
(edit) @14493   16 年 vboxsync #1865: PGMR0DynMap init code written.
(edit) @14492   16 年 vboxsync #1865: PGMR0DynMap init code written.
(edit) @14484   16 年 vboxsync #1865: More code.
(edit) @14404   16 年 vboxsync PGMR0DynMap: Disabled the init/term code.
(edit) @14378   16 年 vboxsync #1865: ring-0 mapping cache, code in progress.
(edit) @14376   16 年 vboxsync #1865: ring-0 mapping cache, code in progress.
(edit) @14374   16 年 vboxsync #1865: ring-0 mapping cache, code in progress.
(edit) @14362   16 年 vboxsync #1865: ring-0 mapping cache, code in progress.
(edit) @14244   16 年 vboxsync PGMR0DynMap: flushing macbook air code.
(add) @14114   16 年 vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette