VirtualBox

source: vbox/trunk/src/VBox/VMM/include/PGMInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73324   6 years vboxsync PGM: Introduced a special shadow paging mode for NEM that translates …
(edit) @73285   6 years vboxsync APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've …
(edit) @73277   6 years vboxsync PGM: Eliminated the unused VERR_PGM_POOL_FLUSHED and …
(edit) @73268   6 years vboxsync PGM: Working on consolidating templated code... bugref:9044
(edit) @73261   6 years vboxsync PGM: Moving guest and shadow mode Enter and Exit function to PGMAll. …
(edit) @73250   6 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(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) @73202   6 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73199   6 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73073   6 years vboxsync PGM/DBG: Optimize page scanning to speed up 'detect'.
(edit) @70977   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70954   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69111   7 years vboxsync (C) year
(edit) @68002   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup. [build fix]
(edit) @66831   8 years vboxsync VMM: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(edit) @65986   8 years vboxsync PGMInternal.h: comments.
(edit) @65899   8 years vboxsync Reapplied r113094, r113095 (backed out in r113137): PGM: pgmLogState.
(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) @65468   8 years vboxsync PGM: pgmLogState.
(edit) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @65300   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @64843   8 years vboxsync docs
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64327   8 years vboxsync PGM: Allow pre-registered MMIO regions up to 1TB in size by using …
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63640   8 years vboxsync PGMInternal.h: comment typo.
(edit) @63226   8 years vboxsync Introducing PGM_ALL_CB2_PROTO.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62291   8 years vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @61968   8 years vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @60401   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60228   9 years vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @58781   9 years vboxsync PGM: Must always make a copy of the ROM pages, no just in RT_STRICT …
(edit) @58779   9 years vboxsync VMM: Restore virgin ROM pages during a reset after a saved state was …
(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) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @57446   9 years vboxsync VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
(edit) @56384   9 years vboxsync PGM: Disabled the virtual handler code for !VBOX_WITH_RAW_MODE.
(edit) @56252   10 years vboxsync updated pci raw config docs; read config.
(edit) @56053   10 years vboxsync padding typo
(edit) @56052   10 years vboxsync VMM: Added non-PF raw-mode context virtual page access handler …
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56048   10 years vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56013   10 years vboxsync PGM: Made the virtual handler callbacks return VBOXSTRICTRC and …
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(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) @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) @52764   10 years vboxsync @cfgm adjustments.
(edit) @51517   11 years vboxsync VMM: Doxygen comment nits.
(edit) @47786   11 years vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47526   11 years vboxsync Remove fixmes
(edit) @47524   11 years vboxsync VMM: Fix macro corrupting the HCPhysFN member unintentionally instead …
(edit) @46125   12 years vboxsync PGM: Optimized virtual memory searching by skipping empty tables.
(edit) @45826   12 years vboxsync PGM: Extended the WP0+RO+US hack to include big pages and adjusted …
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45798   12 years vboxsync Fixed up and enabled Netware WP0+RO+US hack.
(edit) @45792   12 years vboxsync CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.
(edit) @45741   12 years vboxsync #undef VBOX_WITH_RAW_MODE fix on 32-bit hosts.
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45695   12 years vboxsync Typo.
(edit) @45103   12 years vboxsync PGMPool: Eliminated fictive page (except NIL). #6367
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44418   12 years vboxsync cleanup
(edit) @44410   12 years vboxsync VMM: dbg build fix
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43302   12 years vboxsync typo.
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @43045   12 years vboxsync PGM: Employ the 4 unused PGMPHYSPAGE bits for checksumming shared …
(edit) @43025   12 years vboxsync PGMInternal.h/PGMPOOL_PAGE_2_PTR: Release assertion for bug 6349.
(edit) @42163   12 years vboxsync PGMInternal.h: enum value comment update.
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41774   12 years vboxsync bugref..
(edit) @41692   12 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41462   13 years vboxsync PGM: Don't flush the shadow page pool on A20 change, just change the …
(edit) @41459   13 years vboxsync build fix
(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) @41437   13 years vboxsync PGM: Enabled the A20 masking.
(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) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38956   13 years vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38708   13 years vboxsync PGM: Drop the PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST define and …
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