VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1837   18 years vboxsync 64-bit bustage.
(edit) @1834   18 years vboxsync Forgot to set the action flag
(edit) @1833   18 years vboxsync comment + logging
(edit) @1830   18 years vboxsync Preparation for new code page detection.
(edit) @1801   18 years vboxsync oops
(edit) @1800   18 years vboxsync missing parameter
(edit) @1799   18 years vboxsync Refuse to patch a handler whose idt cs selector isn't wide open.
(edit) @1793   18 years vboxsync backed out 19970
(edit) @1792   18 years vboxsync Proper interrupt redirection bitmap sync
(edit) @1635   18 years vboxsync warnings.
(edit) @1625   18 years vboxsync @@note -> Note:
(edit) @1595   18 years vboxsync resb in code/data => times xxx db 0
(edit) @1583   18 years vboxsync warnings
(edit) @1465   18 years vboxsync 2nd attempt with segment prefix support
(edit) @1462   18 years vboxsync Backed out incorrect 19519
(edit) @1461   18 years vboxsync Don't forget segment override prefix bytes in patch jumps and calls.
(edit) @1438   18 years vboxsync Finished trap/irq gate entry logging
(edit) @1437   18 years vboxsync Added trap/irq gate logging
(edit) @1403   18 years vboxsync Don't assert on failure (like VERR_TRPM_DONT_PANIC and the like) or …
(edit) @1393   18 years vboxsync two near jumps for nasm.
(edit) @1374   18 years vboxsync Forgot one argument.
(edit) @1373   18 years vboxsync Assertion message added.
(edit) @1369   18 years vboxsync Enabled v86 raw mode again.
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1352   18 years vboxsync Only check for patch writes in supervisor mode. Otherwise assume the …
(edit) @1341   18 years vboxsync Disabled v86 raw mode again due to windows install regressions.
(edit) @1338   18 years vboxsync Moved the IF check.
(edit) @1336   18 years vboxsync Forbit execution of v86 code with IF=0.
(edit) @1334   18 years vboxsync Reenabled raw V86 mode.
(edit) @1331   18 years vboxsync Disabled raw v86 mode.
(edit) @1324   18 years vboxsync Enabled raw V86 mode (to check the test boxes)
(edit) @1163   18 years vboxsync Extended assertions to check for v86 mode
(edit) @1162   18 years vboxsync v86 mode corrections
(edit) @1154   18 years vboxsync Forget it then
(edit) @1153   18 years vboxsync Experiment
(edit) @1152   18 years vboxsync Stupid jumps
(edit) @1151   18 years vboxsync Short to normal jump
(edit) @1143   18 years vboxsync Incorrect checking of pending interrupts. Potential problems with …
(edit) @1134   18 years vboxsync Added CPUMGCCallV86Code. PATM cleanup.
(edit) @1129   18 years vboxsync Corrected failure path
(edit) @1125   18 years vboxsync Forward iret to V86 code to our trap handler for emulation.
(edit) @1122   18 years vboxsync We can't do an iret to v86 code, as we run with CPL=1. The iret will …
(edit) @1119   18 years vboxsync Added comment
(edit) @1114   18 years vboxsync iret must fault when returning to V86 task.
(edit) @1110   18 years vboxsync Logging updates
(edit) @1108   18 years vboxsync More comments for iret patch.
(edit) @1106   18 years vboxsync compile error
(edit) @1105   18 years vboxsync Cleaned up
(edit) @1104   18 years vboxsync Correction for same privilege level returns.
(edit) @1102   18 years vboxsync More logging for iret.
(edit) @1087   18 years vboxsync Forgot to disable PATM_LOG_PATCHIRET
(edit) @1086   18 years vboxsync Corrected assumptions about flat addresses
(edit) @885   18 years vboxsync Original address of faulting patch instruction must be corrected by …
(edit) @882   18 years vboxsync CSAMR3CheckCode added
(edit) @846   18 years vboxsync Fix for OpenBSD 4.0 (again).
(edit) @838   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(edit) @804   18 years vboxsync Added @todo
(edit) @803   18 years vboxsync Must restore the old lookup record in case we aren't able to update …
(edit) @760   18 years vboxsync Enhanced detection of changed pages.
(edit) @758   18 years vboxsync update physical address of flushed page
(edit) @744   18 years vboxsync Logging update
(edit) @743   18 years vboxsync Changed call patch
(edit) @742   18 years vboxsync Updates for logging
(edit) @741   18 years vboxsync Updates for logging
(edit) @739   18 years vboxsync Fix
(edit) @738   18 years vboxsync Option to log patch calls
(edit) @730   18 years vboxsync warning
(edit) @713   18 years vboxsync Bugfix
(edit) @593   18 years vboxsync Minor update
(edit) @544   18 years vboxsync Log when an IDT handler is disabled.
(edit) @520   18 years vboxsync 64-bit alignment.
(edit) @519   18 years vboxsync disabled two HC pointer size assertions that are probably invalid.
(edit) @518   18 years vboxsync 64-bit alignment in CSAM.
(edit) @515   18 years vboxsync Possibly dangerous change: stop monitoring IDT patch pages when too …
(edit) @513   18 years vboxsync Less restricted assertion
(edit) @455   18 years vboxsync Annoying assertion.
(edit) @453   18 years vboxsync AMD64: Check CFGM option PATMEnabled before enabling PATM.
(edit) @452   18 years vboxsync Check CFGM option CSAMEnabled before enabling CSAM.
(edit) @396   18 years vboxsync fixed 3 short jumps for nasm.
(edit) @369   18 years vboxsync Lowered maximum number of invalid patch writes.
(edit) @367   18 years vboxsync Changed counting of patch page writes.
(edit) @354   18 years vboxsync Short jump out of range for OS X.
(edit) @347   18 years vboxsync Rewrote and simplified interrupt handler patching.
(edit) @302   18 years vboxsync Handle iret to ring 0 code with IF cleared. Warning: possibly …
(edit) @277   18 years vboxsync Changed detection of pending guest interrupts & event in generated …
(edit) @276   18 years vboxsync Another update
(edit) @275   18 years vboxsync Update
(edit) @274   18 years vboxsync Update
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