VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72778   6 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72693   6 years vboxsync SUPDrv: Added SUPR0GetDefaultLogInstanceEx and …
(edit) @72326   7 years vboxsync Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
(edit) @71198   7 years vboxsync SUPDrv,VMMR0: Prepped for extending the fast I/O control interface a …
(edit) @71136   7 years vboxsync SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, …
(edit) @71075   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @70918   7 years vboxsync VMM: NEM kick off.
(edit) @70917   7 years vboxsync SUPDrv,VMM: Added SUPR0GetRawModeUsability() for checking whether …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @67821   7 years vboxsync SUP, VMM: Added interface to read CPU microcode revision, used in VMM …
(edit) @67460   7 years vboxsync SUPDrv: Minor I/O control version bump missing from r115808.
(edit) @64088   8 years vboxsync SUPR3PageAllocEx: don't assert if suplib isn't initialized (for …
(edit) @62877   8 years vboxsync HostDrivers: gcc warnings.
(edit) @62675   8 years vboxsync SUPLib: Two error path fixes and lots of warnings.
(edit) @62665   8 years vboxsync SUPDrv: warnings
(edit) @62490   8 years vboxsync (C) 2016
(edit) @62305   8 years vboxsync HostDrivers: On MacOS X use 0 to initialize/assign io_connect_t to fix …
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57229   9 years vboxsync SUPDrv,VMMR0: Added SUPR0BadContext for reporting AC=0 and (on darwin …
(edit) @57218   9 years vboxsync SUPDrv, tstGIP-2: Add support for GIP flags and testing TSC frequency …
(edit) @56293   9 years vboxsync HostDrivers: Updated (C) year.
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55411   10 years vboxsync SUPLib: ugh missed commit.
(edit) @54650   10 years vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54467   10 years vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54339   10 years vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54249   10 years vboxsync copy & pastry.
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54204   10 years vboxsync HostDrivers/Support: bump IOC minor version and declaration of var. fix.
(edit) @54013   10 years vboxsync Support: added SUPR3LockDownLoader()
(edit) @53212   10 years vboxsync HostDrivers/Support: Add infrastructure for delta-adjusted TSC reads …
(edit) @53063   10 years vboxsync HostDrivers/Support: Add TSC-delta measurement ioctl interface, fixed …
(edit) @53059   10 years vboxsync HostDrivers/SUPLib: forgot to bump major version on the client side.
(edit) @53002   10 years vboxsync VBoxDrv-win.cpp: Keep the error info string from failed VBoxDrv and …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @51978   10 years vboxsync Need to initialize the SUPR3HardenedVerify* bits in the extension pack …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(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) @49634   11 years vboxsync SUPDrv: Added an interface for probing MSRs.
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44246   12 years vboxsync SUPLib: warning
(edit) @44173   12 years vboxsync SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms …
(edit) @43400   12 years vboxsync duh, forgot to update the other number. :/
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43379   12 years vboxsync SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.
(edit) @43358   12 years vboxsync Build fix.
(edit) @43356   12 years vboxsync HostDrivers/SUPLib: error logging.
(edit) @41454   13 years vboxsync SUPR3LoadServiceModule: Use the plug-in verification method instead of …
(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) @40981   13 years vboxsync SUPLib,SUPDrv: Working on the user mode tracer interface.
(edit) @40975   13 years vboxsync VBoxTpG,SUPDrv,VBoxVMM: Working on static user land probes for the …
(edit) @40820   13 years vboxsync The ring-3 SUPLib APIs for talking to the tracer.
(edit) @40763   13 years vboxsync SUPR0VtgFireProbe -> SUPR0TracerFireProbe and other SUPDrv-tracer.cpp …
(edit) @40636   13 years vboxsync Implemented VMMR0 static DTrace probes.
(edit) @39086   13 years vboxsync Dis,SrvPciRaw,Sup: warning fixes.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34972   14 years vboxsync SUPDrv: Had to grow SUPLDROPEN::u.In.szFilename from 196 to 260 chars …
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @33878   14 years vboxsync SUPLib.cpp: log R0 load failure better in release builds.
(edit) @33811   14 years vboxsync build fix
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33740   14 years vboxsync build fix
(edit) @33701   14 years vboxsync SUPLib: Some new hardening APIs (almost done).
(edit) @33623   14 years vboxsync ExtPack: More code.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33167   14 years vboxsync SUPDrv,SUPLib: Expose the high resolution event semaphore APIs.
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
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