VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20366   16 years vboxsync HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20124   16 years vboxsync IPRT,SUP: Minor driver version change - added …
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19932   16 years vboxsync SUPDrv: Expose the RTThreadPreempt API to modules.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19393   16 years vboxsync SUPDrv: expose RTMpPokeCpu, minor version incremented.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @18478   16 years vboxsync SUPDrv-win.c: uintptr_t warning.
(edit) @18246   16 years vboxsync license header updates from filemuncher
(edit) @18195   16 years vboxsync export to OSE
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @15838   16 years vboxsync Export RTMpIsCpuWorkPending
(edit) @15551   16 years vboxsync eol
(edit) @15505   16 years vboxsync SUPDrv,INTNet: Heads up! SupDrv version bumped. Added SUPR0ObjAddRefEx …
(edit) @14825   16 years vboxsync SUPDrv: Permit userland to make kernel mappings of SUPR0PageAllocEx …
(edit) @14497   16 years vboxsync SUPDrv: Export RTR0MemObjEnterPhys (darwin needs it).
(edit) @14373   16 years vboxsync SUPDrv: expose SUPR0GetPagingMode.
(edit) @14332   16 years vboxsync SUPDrv,SUPLib: generic ring-0 service interface.
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @13913   16 years vboxsync spaces
(edit) @13867   16 years vboxsync uintptr_t cast is nicer.
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13536   16 years vboxsync Wrong macro
(edit) @13529   16 years vboxsync Wrap the RTPowerSignalEvent call.
(edit) @13496   16 years vboxsync Call RTPowerSignalEvent when detecting a power state change.
(edit) @13495   16 years vboxsync Register power state change callback handler.
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13421   16 years vboxsync win64 VMMR0->VBoxNetFlt and VBoxNetFlt->VMMR0 locate/create marker …
(edit) @12161   16 years vboxsync VBoxDrv/win: Alternative SUPR0Printf implementation (disabled).
(edit) @12157   16 years vboxsync VBoxDrv/win: Use the IPRT versions of AssertMsg[12].
(edit) @12152   16 years vboxsync Corrected the wrapper for RTLogLoggerExV.
(edit) @12101   16 years vboxsync VBoxDrv: Some more unwind wrapping.
(edit) @12100   16 years vboxsync VBoxDrv: Finished the unwind fix for AMD64. (hides our code from …
(edit) @12000   16 years vboxsync supdrv: Prototyped the fix for the PspGetSetContextInternal / …
(edit) @11824   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11814   16 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11636   16 years vboxsync #3105: Implemented editing of DriverVer in driver .inf files.
(edit) @10736   16 years vboxsync Fixed two bugs introduced in r33448. Test changes like this before …
(edit) @10731   16 years vboxsync comment.
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10720   16 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10265   16 years vboxsync Some more IDC code.
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10261   16 years vboxsync Set FileObject.
(edit) @10260   16 years vboxsync docs.
(edit) @10258   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10248   16 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @9621   16 years vboxsync The TSC checks are now fully done in the generic code.
(edit) @9587   16 years vboxsync USE_NEW_OS_INTERFACE_FOR_GIP for NT (disabled).
(edit) @9578   16 years vboxsync Must call RTR0Init/Term!
(edit) @8908   17 years vboxsync Determined affinity mask too late. Moved up.
(edit) @8837   17 years vboxsync We are not allowed to execute KeQueryActiveProcessors at DPC_LEVEL, so …
(edit) @8833   17 years vboxsync Extra assertion
(edit) @8792   17 years vboxsync Wrong position
(edit) @8789   17 years vboxsync Windows host: also check for tsc consistency across cores/cpus. The …
(edit) @8238   17 years vboxsync Rebranding: Windows Host Drivers.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7462   17 years vboxsync Log irql
(edit) @7461   17 years vboxsync IRQL check
(edit) @7287   17 years vboxsync KeSetTargetProcessorDpc is present in win2k
(edit) @7272   17 years vboxsync Use MP functions in the runtime.
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5021   17 years vboxsync Removed obsolete memory reservation during suplibOsInit (Windows host)
(edit) @4961   17 years vboxsync Tabs
(edit) @4960   17 years vboxsync Raise IRQL to DISPATCH_LEVEL to prevent Windows from rescheduling us …
(edit) @4941   17 years vboxsync Backed out 24691
(edit) @4940   17 years vboxsync Backed out 24688
(edit) @4939   17 years vboxsync Correction
(edit) @4937   17 years vboxsync Todo added
(edit) @4911   17 years vboxsync Raise irql to DISPATCH_LEVEl (should already be at that level though) …
(edit) @4882   17 years vboxsync Fixed casing of suplibOsIOCtlFast.
(edit) @4831   17 years vboxsync Removed the old MM code.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4804   17 years vboxsync 64-bit fix.
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4423   17 years vboxsync Broken inf for the 64 bits build
(edit) @4226   17 years vboxsync USE_NEW_OS_INTERFACE_FOR_MM prep.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3542   17 years vboxsync win32 -> win and win64 -> win.
(copy) @3540   17 years vboxsync win32 -> win
copied from trunk/src/VBox/HostDrivers/Support/win32
(edit) @3393   17 years vboxsync Removed PCSUPGLOBALINFOPAGE and PCSUPGIPCPU to avoid const/volatile …
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