VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @73324   6 years vboxsync PGM: Introduced a special shadow paging mode for NEM that translates …
(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) @73272   6 years vboxsync PGM: Cleanups. bugref:9044
(edit) @73262   6 years vboxsync PGM: Moving guest+shadow mode Enter function to PGMAll. bugref:9044
(edit) @73249   6 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73246   6 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @70977   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69111   7 years vboxsync (C) year
(edit) @68785   7 years vboxsync PGMAllBth.h: indent.
(edit) @68783   7 years vboxsync VMM/PGM/PGMAllBth.h: Fixed switched parameter in assertion.
(edit) @66651   8 years vboxsync Reapplied the PGMAllBth.h part of r111975: Disabled an assertion, some …
(edit) @66649   8 years vboxsync Backed the PGMAllBoth.h and IEMR3.cpp parts of r111975 since these are …
(edit) @65981   8 years vboxsync PGMAllBth.h: a couple of more 32-bit shift optimizations.
(edit) @65955   8 years vboxsync PGMAllBth.h: Another shift optimization.
(edit) @65930   8 years vboxsync InvalidatePage: Optimizations.
(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) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @65452   8 years vboxsync PGMAllBth.h: InvalidatePage: Skip if pgmShwGet32BitPDEPtr or …
(edit) @65398   8 years vboxsync PGMAllBth.h: Trap0eHandlerGuestFault: Fixed missing X86_TRAP_RSVD flag …
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @60993   9 years vboxsync PGMAllBth.h: Disabled bogus assertion.
(edit) @60899   9 years vboxsync PGMAllBth.h: Improved assertion so it's possible to tell if it's valid.
(edit) @60867   9 years vboxsync PGM: Don't ever drop VERR_PGM_NO_HYPERVISOR_ADDRESS! Will end up with …
(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) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57853   9 years vboxsync VMM/PGMAllBth.h: removed STAM profile counter not used locally.
(edit) @57575   9 years vboxsync VMM/PGM: fix typo in stam counter in the macro (though unused).
(edit) @56013   10 years vboxsync PGM: Made the virtual handler callbacks return VBOXSTRICTRC and …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55979   10 years vboxsync Fix burn.
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(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) @55895   10 years vboxsync Added pvUser to the raw-mode context virtual handler callbacks.
(edit) @55889   10 years vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45836   12 years vboxsync Spelling.
(edit) @45826   12 years vboxsync PGM: Extended the WP0+RO+US hack to include big pages and adjusted …
(edit) @45798   12 years vboxsync Fixed up and enabled Netware WP0+RO+US hack.
(edit) @45797   12 years vboxsync PGMAllBth.h: Duh, not >, but <, darn it.
(edit) @45792   12 years vboxsync CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.
(edit) @45752   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45735   12 years vboxsync VMM: Consistently flush TLB entries for non-present pages.
(edit) @45619   12 years vboxsync PGMAllBth.h: Skip a path in Trap0eHandler that hooks into CSAM if CSAM …
(edit) @45407   12 years vboxsync VMM: Invalidate page even when it's not present now.
(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) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(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) @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) @41836   12 years vboxsync Doxygen.
(edit) @41823   12 years vboxsync Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when …
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41774   12 years vboxsync bugref..
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(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) @41420   13 years vboxsync PGM: More A20 fixes.
(edit) @41391   13 years vboxsync PGM: A quick stab at correct A20 gate masking (new code is disabled).
(edit) @40449   13 years vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39908   13 years vboxsync Disabled seemingly harmless assertion.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39301   13 years vboxsync PGMAllBth.h: Disabled annoying SMP assertions.
(edit) @39284   13 years vboxsync PGMAllBth.h: disabled annoying assertions.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38086   13 years vboxsync oooops.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(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) @35754   14 years vboxsync Fix running 64bit guests on 32bit hosts with nested paging
(edit) @35537   14 years vboxsync mark the source of the bloat.
(edit) @35529   14 years vboxsync warnings (gcc-4.5).
(edit) @33795   14 years vboxsync Extra comment
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32788   14 years vboxsync Moved stats around
(edit) @32785   14 years vboxsync Cleaned up SyncPageWorker for non-paging modes.
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