VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPDrv.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53444   10 years vboxsync HostDrivers/Support: fix using uninitialized variable, code not yet used.
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53396   10 years vboxsync HostDrivers/Support: Don't try measuring TSC deltas on OSes that …
(edit) @53369   10 years vboxsync HostDrivers/Support: minimize interrupt disabled time while measuring …
(edit) @53288   10 years vboxsync HostDrivers/Support: Don't bother with deltas just yet while measuring …
(edit) @53269   10 years vboxsync HostDrivers/Support: Enabled global TSC rate calculation and …
(edit) @53230   10 years vboxsync HostDrivers/Support: doxygen.
(edit) @53229   10 years vboxsync HostDrivers/Support: worry about future changes later.
(edit) @53228   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53226   10 years vboxsync HostDrivers/Support: Recalc freq. casting.
(edit) @53218   10 years vboxsync HostDrivers/Support: less paranoia on release builds.
(edit) @53217   10 years vboxsync HostDrivers/Support: I hate C90.
(edit) @53216   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53215   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53213   10 years vboxsync HostDrivers/Support: More accurate and reusable error code, more paranoia.
(edit) @53212   10 years vboxsync HostDrivers/Support: Add infrastructure for delta-adjusted TSC reads …
(edit) @53209   10 years vboxsync HostDrivers/Support: Fix recalc. frequency code, eliminate u32UpdateHz …
(edit) @53143   10 years vboxsync HostDrivers/support: sign warning calling ASMAtomicDecU32 with signed var.
(edit) @53142   10 years vboxsync HostDrivers/support: Fix sign while applying TSC deltas, fix GIP timer …
(edit) @53106   10 years vboxsync HostDrivers/Support: Nominal TSC frequency fixes for Windows.
(edit) @53095   10 years vboxsync HostDrivers/Support: cosmetics, better scoping.
(edit) @53092   10 years vboxsync HostDrivers/Support: 1 ms is sufficient for rollover.
(edit) @53091   10 years vboxsync HostDrivers/support: Added non-busy wait TSC frequency measuring for …
(edit) @53087   10 years vboxsync HostDrivers/Support: Add code for measuring nominal TSC frequency …
(edit) @53085   10 years vboxsync HostDrivers/Support: Fixes to TSC frequency measurement. Also adds …
(edit) @53064   10 years vboxsync HostDrivers/Support: Do the async. delta measurement from the ioctl …
(edit) @53063   10 years vboxsync HostDrivers/Support: Add TSC-delta measurement ioctl interface, fixed …
(edit) @53058   10 years vboxsync HostDrivers/support: comment.
(edit) @53054   10 years vboxsync HostDrivers/Support: Kernel thread to service TSC-delta measurement …
(edit) @52911   10 years vboxsync HostDrivers/Support: Disable interrupts per-iteration while measuring …
(edit) @52895   10 years vboxsync HostDrivers/support: reset the minimum compare-read time variable on …
(edit) @52892   10 years vboxsync typo
(edit) @52871   10 years vboxsync HostDrivers/support: pick master based on Apic Id, use Apic Id to …
(edit) @52818   10 years vboxsync HostDrivers/Support: Don't try measuring TSC deltas if we determined …
(edit) @52815   10 years vboxsync HostDrivers/Support: Comments and use a proper error code for failing …
(edit) @52780   10 years vboxsync HostDrivers/SupDrv: Function for querying invariant TSC.
(edit) @52725   10 years vboxsync HostDrivers/Support: Readjust TSC deltas if the master goes offline, …
(edit) @52621   10 years vboxsync HostDrivers/Support: Enable TSC-delta measurement code.
(edit) @52619   10 years vboxsync HostDrivers/support: nits.
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52575   11 years vboxsync SUPDrv: Several fixes, thanks to Mathias Krause.
(edit) @52192   11 years vboxsync HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels
(edit) @51850   11 years vboxsync hrmpf
(edit) @51846   11 years vboxsync SUPDrv.c: gcc warning about unused variable
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51718   11 years vboxsync VMM: struct/union naming fix.
(edit) @50993   11 years vboxsync SUPDrv: minor typo.
(edit) @50541   11 years vboxsync HostDrivers/SUPDrv: It's the user that should be concerned :)
(edit) @50540   11 years vboxsync VMM/HM: Ignore SMX mode and proceed with a warning.
(edit) @50333   11 years vboxsync VMM, SupDrv: Allow VT-x when in presumed SMX mode when the VMXON bit …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @49965   11 years vboxsync Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake …
(edit) @49787   11 years vboxsync OS X host: HID LEDs sync: move built-in keyboard resume code from …
(edit) @49786   11 years vboxsync HostDrivers: Fix SUPR0QueryVTCaps() to be preemption safe.
(edit) @49784   11 years vboxsync HostDrivers: Fix SUPR0QueryVTCaps() to be preemption safe.
(edit) @49728   11 years vboxsync MSR prober fixes.
(edit) @49634   11 years vboxsync SUPDrv: Added an interface for probing MSRs.
(edit) @49622   11 years vboxsync HostDrivers/Support: Shadow decl.
(edit) @49179   11 years vboxsync SUPDrv: Doxygen for r90051.
(edit) @49178   11 years vboxsync SUPDrv: Fix VT-x capability querying for BIOSes that don't set the …
(edit) @48328   11 years vboxsync VMM: Assert, doxygen, todo question.
(edit) @48268   11 years vboxsync VMM: Fix wrong check for SMX.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48209   12 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   12 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48152   12 years vboxsync Param comment.
(edit) @47572   12 years vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
(edit) @47542   12 years vboxsync space
(edit) @47540   12 years vboxsync build fix
(edit) @47537   12 years vboxsync HostDrivers/Support: Introduce reference counting for the session …
(edit) @47352   12 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47199   12 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @46889   12 years vboxsync amd64 is fine
(edit) @45935   12 years vboxsync Export RTLogGetDefaultInstance.
(edit) @45188   12 years vboxsync SUPDrv: IRQ safe SUPSem* handling.
(edit) @44188   12 years vboxsync SUPDrv-win.cpp,++: VBoxDrvU.
(edit) @44177   12 years vboxsync build fix
(edit) @44173   12 years vboxsync SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43379   12 years vboxsync SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.
(edit) @42024   13 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41755   13 years vboxsync HostDrivers/SUPDrv: comment.
(edit) @41254   13 years vboxsync SUPDrv: Change SUPR0Printf to debug Log statement.
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41147   13 years vboxsync SUPDrv,VMM: Tracepoints in raw-mode.
(edit) @41117   13 years vboxsync SUP,VBoxTpG,++: Initial implementation of generic user module …
(edit) @41068   13 years vboxsync SUPDrv.c: Fixed read beyond allocation in supdrvIOCtl_LdrOpen. Kudos …
(edit) @41067   13 years vboxsync supdrvOSLdrNotifyOpened so we can record the load address in NVRAM if …
(edit) @40981   13 years vboxsync SUPLib,SUPDrv: Working on the user mode tracer interface.
(edit) @40904   13 years vboxsync supdrvIOCtl: Reduce the number of return probes.
(edit) @40899   13 years vboxsync Always print the module load addresses.
(edit) @40819   13 years vboxsync SUPDrv: Added three new IOCtls for talking to the tracer.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40804   13 years vboxsync SUPDrv.c: More exports.
(edit) @40801   13 years vboxsync SUPDrv: sort exports.
(edit) @40800   13 years vboxsync SUPDrv: More exports.
(edit) @40798   13 years vboxsync SUPDrv: More exports.
(edit) @40796   13 years vboxsync SUPDrv: Export RTTimeNow.
(edit) @40795   13 years vboxsync Generate SUPR0.def from SUPDrv.c.
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