VirtualBox

source: vbox/trunk/src/VBox/VMM/PATM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10141   16 years vboxsync PATM: some preparations for new SSM handling.
(edit) @9675   17 years vboxsync General cleanup of SELMToFlat.
(edit) @9659   17 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   17 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9412   17 years vboxsync use macros to access base, limit of a descriptor and offset of an IDT entry
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9350   17 years vboxsync Automatic cast is wrong
(edit) @9344   17 years vboxsync Types and string format specifiers.
(edit) @9341   17 years vboxsync Format specifiers again…
(edit) @9300   17 years vboxsync More 64 bits guest ptr fixes
(edit) @9290   17 years vboxsync Wrong cast
(edit) @9255   17 years vboxsync 64 bits guest fix
(edit) @9228   17 years vboxsync More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
(edit) @9220   17 years vboxsync Default to 32 bits virtual addresses in CSAM & PATM.
(edit) @9216   17 years vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8984   17 years vboxsync Removed the dtrace experiment. the invalid lock sequences now ends up …
(edit) @8830   17 years vboxsync dtrace experiments.
(edit) @8763   17 years vboxsync Use Makefile.kup instead of up.kmk.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8333   17 years vboxsync Disassembler updates for 64 bits support
(edit) @8283   17 years vboxsync Parameter size of 32 bits far pointers was changed
(edit) @8276   17 years vboxsync Removed assertion
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8217   17 years vboxsync Added CSAMR3UnmonitorPage
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7628   17 years vboxsync Assert some one problematic VMR3ReqCall* RTGC* stuff. (fix when they …
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7618   17 years vboxsync VMM/PATM: conditionally ifdef'ed out an assertion which I have been …
(edit) @7089   17 years vboxsync Backed out more alignment changes
(edit) @7046   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7015   17 years vboxsync Cleaned up
(edit) @6107   17 years vboxsync patmIsCommonIDTHandlerPatch inconsistency
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5694   17 years vboxsync Put the templates in the CONST segment/section as the relocations it …
(edit) @5612   17 years vboxsync Bit more checking to ensure we don't invalidate instructions that are …
(edit) @5610   17 years vboxsync Fixed boundary checks and support partial instruction updates (e.g. …
(edit) @5609   17 years vboxsync More logging
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5286   17 years vboxsync Missing relocations
(edit) @5285   17 years vboxsync deal with the centaur cpuid stuff.
(edit) @5284   17 years vboxsync Makefile.kmk -> Makefile.kup.
(edit) @5261   17 years vboxsync Wrong boundary check causes us to miss certain instruction updates.
(edit) @5221   17 years vboxsync Fixed the 64-bit build.
(edit) @5205   17 years vboxsync Process indirect calls to catch cpuid instructions in OpenSuse 10.3
(edit) @5200   17 years vboxsync check pointers
(edit) @5199   17 years vboxsync fewer recorded calls
(edit) @5198   17 years vboxsync Experiment with call recording for CSAM
(edit) @4967   17 years vboxsync yasm bug #115 triggered this assertion.
(edit) @4959   17 years vboxsync build fix.
(edit) @4955   17 years vboxsync Compile fix
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4776   17 years vboxsync Stricter type checking. Removed unnecessary code from the ring 0 module.
(edit) @4772   17 years vboxsync Compile fix
(edit) @4396   17 years vboxsync Clearer release message
(edit) @4190   17 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4059   17 years vboxsync Correction
(edit) @4058   17 years vboxsync comment update
(edit) @4057   17 years vboxsync Don't allow popf instructions to change the current IOPL in simple …
(edit) @3723   17 years vboxsync Double underscore cleanup.
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3073   18 years vboxsync Fix for faulting push dword ptr [addr] in patch code.
(edit) @3025   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3020   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2921   18 years vboxsync Fixed int3 patch installation.
(edit) @2919   18 years vboxsync Stricter checks for patch jumps. Do not check for page boundary …
(edit) @2477   18 years vboxsync export
(edit) @2476   18 years vboxsync Some makefile header and attribute adjustments.
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2333   18 years vboxsync gcc-4.2 warnings
(edit) @2088   18 years vboxsync nasm fix
(edit) @2049   18 years vboxsync Disabled ss mov patch again.
(edit) @2047   18 years vboxsync Size override fixes
(edit) @2046   18 years vboxsync Corrections and activation of mov gpr,ss patch.
(edit) @2043   18 years vboxsync Preperations for mov gpr, ss patch.
(edit) @2030   18 years vboxsync Attempt to recreate patches who's dirty instruction(s) we can't …
(edit) @1996   18 years vboxsync Round address to page boundary.
(edit) @1995   18 years vboxsync Update
(edit) @1994   18 years vboxsync Added CSAMR3RemovePage
(edit) @1974   18 years vboxsync Got rid of annoying assertion
(edit) @1926   18 years vboxsync Got rid of incorrect assertion.
(edit) @1921   18 years vboxsync And assertion is too annoying there.
(edit) @1920   18 years vboxsync u1VM implies cpl=3
(edit) @1919   18 years vboxsync Corrected assertion
(edit) @1918   18 years vboxsync Always check if the code selector is wide open. Refuse patching if …
(edit) @1917   18 years vboxsync %VGx -> %VGv
(edit) @1914   18 years vboxsync Reapplied 20145
(edit) @1907   18 years vboxsync attempt to fix tinderboxes: remove r20142, r20145, r20146
(edit) @1898   18 years vboxsync Updated comment
(edit) @1897   18 years vboxsync Put back pending interrupt detection in iret patch.
(edit) @1875   18 years vboxsync Got rid of annoying assertions.
(edit) @1864   18 years vboxsync csamR3FlushCodePages update
(edit) @1861   18 years vboxsync oops
(edit) @1860   18 years vboxsync put back 64 bits fix
(edit) @1859   18 years vboxsync updated scan beyond ret instruction code
(edit) @1853   18 years vboxsync extra csam check
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