VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @65919   8 年 vboxsync gcc 7: fall thru
(edit) @64115   8 年 vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62304   8 年 vboxsync PGMAllPhys.cpp: warnings
(edit) @62302   8 年 vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @60948   9 年 vboxsync PGMAllPhys.cpp: Make clang happy.
(edit) @60847   9 年 vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @59073   9 年 vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56634   9 年 vboxsync VGA MMIO write handler may return VINF_EM_RAW_EMULATE_INSTR as it …
(edit) @56627   9 年 vboxsync PGMPhys: The s_abPlayItSafe bits in dealing with …
(edit) @56412   9 年 vboxsync Move internal/pgm.h bits to VBox/vmm/pgm.h.
(edit) @56062   10 年 vboxsync PGMAllPhys.cpp: Fixed a couple of typos - IEM not IOM is OK with …
(edit) @56056   10 年 vboxsync PGMPhysRead/Write: Enabled ring-0 and raw-mode access handlers for …
(edit) @56055   10 年 vboxsync PGMPhysRead,PGMPhysWrite: Compile the code for calling the new ring-0 …
(edit) @56049   10 年 vboxsync build fix
(edit) @56048   10 年 vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56017   10 年 vboxsync Physical access handler cleanups.
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55909   10 年 vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55903   10 年 vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55900   10 年 vboxsync PGM: Added a pVCpu parameter to all virtual handler callouts and also …
(edit) @55899   10 年 vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55896   10 年 vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55889   10 年 vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55493   10 年 vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @52318   10 年 vboxsync VMM/PGM: Fix.
(edit) @51643   10 年 vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @49640   11 年 vboxsync PGM,IEM: Changed PGMPhysIemGCPhys2Ptr to not require A20 to be masked …
(edit) @49486   11 年 vboxsync VMM: Warnings.
(edit) @47792   11 年 vboxsync wrong assertion.
(edit) @47786   11 年 vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47739   11 年 vboxsync PGM: Added an API that IEM can use to spot MMIO and other troublesome …
(edit) @46420   12 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45428   12 年 vboxsync VMM: Propagate errors from PGM through the disassembler. Get rid of …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @42633   12 年 vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42484   12 年 vboxsync IEM: ring-3 mapping fixes.
(edit) @42453   12 年 vboxsync IEM: Status code handling. PGM interface for R0 and RC.
(edit) @42186   12 年 vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41939   12 年 vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41803   12 年 vboxsync Doxygen.
(edit) @41802   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @41736   12 年 vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   12 年 vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41733   12 年 vboxsync DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
(edit) @41675   12 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41446   13 年 vboxsync fixed inverted assertion.
(edit) @41405   13 年 vboxsync VMM/PGMAllPhys: comment typo.
(edit) @41388   13 年 vboxsync PGM: I believe trapping all access to shadowed ROM pages is going too …
(edit) @41386   13 年 vboxsync VMM/PGM: minor doxygen consistency.
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39907   13 年 vboxsync Fixed harmless assertion.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39294   13 年 vboxsync PGMAllPhys.cpp: Fixed page locking bug in rarely used path.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39070   13 年 vboxsync VMM,IPRT: -Wunused-function.
(edit) @39038   13 年 vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 年 vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38956   13 年 vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38955   13 年 vboxsync pgmR3PhysChunkMap: Make sure we don't unmap the chunk we just added.
(edit) @38953   13 年 vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @37360   14 年 vboxsync PGMPhysSimpleReadGCPtr: hrumpf.
(edit) @37357   14 年 vboxsync PGM: relax some assertion added earlier today so they'll survive reset …
(edit) @37354   14 年 vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37137   14 年 vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @36902   14 年 vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36894   14 年 vboxsync pgmPhysGetRangeAtOrAboveSlow: Use GCPhys instead of pRam->GCPhys.
(edit) @36893   14 年 vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36639   14 年 vboxsync CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
(edit) @36009   14 年 vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @33771   14 年 vboxsync Mark base page as type page table when activating a 4 kb page inside …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32373   14 年 vboxsync Must not call PGMPhysReleasePageMappingLock when the lock failed
(edit) @32302   14 年 vboxsync FTM statistics
(edit) @32087   14 年 vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 年 vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31988   14 年 vboxsync Compile fix
(edit) @31986   14 年 vboxsync FT updates + TODO
(edit) @31444   14 年 vboxsync PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31208   14 年 vboxsync PGMAllPhys.cpp: Don't put ROM pages in the page mapping TLB as we'll …
(edit) @31178   14 年 vboxsync PGM: Some more preparatory cleanup.
(edit) @31170   14 年 vboxsync PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
(edit) @31136   14 年 vboxsync PGM: cache the last physical handler lookup result in each ring.
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @30766   14 年 vboxsync No need to flush the handy pages immediately after copy-on-write for a …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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