VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80007   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @77240   6 years vboxsync PGMPool: Two optimizations to the dirty page code …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73277   6 years vboxsync PGM: Eliminated the unused VERR_PGM_POOL_FLUSHED and …
(edit) @73275   6 years vboxsync PGM: Trying to figure out VERR_PGM_POOL_FLUSHED... bugref:9044
(edit) @71586   7 years vboxsync PGMAllPool: doc fix
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65957   8 years vboxsync PGMPool: Address problem where we would incorrectly try to flush an …
(edit) @65901   8 years vboxsync Reapplied r113097 (backed out in r113137): pgmR3PoolReset: A few …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @65531   8 years vboxsync PGM: Put back r113092 & r113134 (revered in r113137).
(edit) @65504   8 years vboxsync PGM: Temporarily backed out r113092 & r113134.
(edit) @65502   8 years vboxsync PGMPoolMonitor: more stats.
(edit) @65476   8 years vboxsync PGM: Backed out r113094, r113095, r113096, r113097 & r113098.
(edit) @65471   8 years vboxsync pgmR3PoolReset: A few missing members (harmless).
(edit) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62034   8 years vboxsync PGMAllPool.cpp: Removed unwanted RTLogPrintf statements.
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61212   9 years vboxsync pgmPoolMonitorIsReused: Subject non-REP MOVSWDQ and STOSWDQ to the new …
(edit) @61211   9 years vboxsync pgmPoolMonitorIsReused: Cross page stuff == reused, as does unaligned …
(edit) @61142   9 years vboxsync pgmPoolAccessPfHandlerSimple: Deal with larger writes (e.g. AVX regs).
(edit) @60822   9 years vboxsync PGMAllPool.cpp: Deal with IEM specific …
(edit) @58157   9 years vboxsync Doxygen: @todo fixes
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57852   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56044   10 years vboxsync PGMAllPool.cpp: doc update
(edit) @56017   10 years vboxsync Physical access handler cleanups.
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55910   10 years vboxsync pgmPoolAccessHandler: Make use of the enmOrigin to detect device …
(edit) @55909   10 years vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55903   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55331   10 years vboxsync PGMHandlerPhysicalChangeCallbacks -> PGMHandlerPhysicalChangeUserArgs.
(edit) @50819   11 years vboxsync VMMAll/PGMAllPool: Clear references to the shadow table while adding …
(edit) @49482   11 years vboxsync VMM: Warnings.
(edit) @48184   11 years vboxsync PGMAllPool.cpp: Try work around assertion in …
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45991   12 years vboxsync Fix local strict build issues.
(edit) @45907   12 years vboxsync VBOX_WITH_IEM bitrot and stuff.
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @45103   12 years vboxsync PGMPool: Eliminated fictive page (except NIL). #6367
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43197   12 years vboxsync PGMAllPool: @todo marked some long dead code.
(edit) @43195   12 years vboxsync PGMAllPool.cpp: Don't try clear references to fictitious root pages. …
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @42700   12 years vboxsync pgmPoolAccessHandlerFlush: Deal with VINF_EM_RESCHEDULE.
(edit) @42188   12 years vboxsync VMM: Changed a few ifndef IN_RING0 to ifndef VBOX_WITH_RAW_MODE_NOT_R0.
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42185   12 years vboxsync space.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41939   12 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41744   12 years vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41739   12 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41737   12 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41735   12 years vboxsync DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
(edit) @41734   12 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41732   12 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41727   12 years vboxsync DIS: register macro name adjustments.
(edit) @41678   12 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   12 years vboxsync DIS: More scoping work.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41663   12 years vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41464   13 years vboxsync PGMAllPool.cpp: A20 dereferencing fixes.
(edit) @41460   13 years vboxsync PGMPool: Enabled A20 state.
(edit) @41458   13 years vboxsync PGMPool: Adding A20 state to the page pool (partly disabled).
(edit) @41456   13 years vboxsync PGMPool: PGMPOOLPAGE adjustments and cleanups, no real code changes …
(edit) @41386   13 years vboxsync VMM/PGM: minor doxygen consistency.
(edit) @40451   13 years vboxsync EM: build fix.
(edit) @40450   13 years vboxsync EM: Refactoring (dropping pVM argument).
(edit) @40442   13 years vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @39739   13 years vboxsync nits.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37354   13 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36009   14 years vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33512   14 years vboxsync (Re)Moved assertions
Note: See TracRevisionLog for help on using the revision log.

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