VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10255   16 years vboxsync SUPDRVShared.c -> SUPDrv.c
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10253   16 years vboxsync todo.
(edit) @10252   16 years vboxsync Missed the VBOXKTIMER stuff for linux in the cleanup just now.
(edit) @10251   16 years vboxsync fixed comment.
(edit) @10250   16 years vboxsync Cleaned out the last bits of the USE_NEW_OS_* stuff.
(edit) @10249   16 years vboxsync Removed non-USE_NEW_OS_INTERFACE_FOR_MM code.
(edit) @10248   16 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @10049   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9992   16 years vboxsync HostDrivers/Support: fixed a typo in the Linux kernel module build script
(edit) @9978   16 years vboxsync Some WDK hacks (amd64).
(edit) @9977   16 years vboxsync is needed for some older kernels/distros
(edit) @9962   16 years vboxsync supdrv: Re-enabled the new GIP code for windows.
(edit) @9961   16 years vboxsync Extended the testcase.
(edit) @9960   16 years vboxsync Don't bother changing the timer granularity for now.
(edit) @9831   16 years vboxsync Backed out r31929. #2962: "Major slowdown on 32bit hosts".
(edit) @9694   16 years vboxsync typos.
(edit) @9621   16 years vboxsync The TSC checks are now fully done in the generic code.
(edit) @9608   16 years vboxsync Enabled the new gip code on windows too.
(edit) @9607   16 years vboxsync Call supdrvDetermineAsyncTsc from supdrvGipDeterminTscMode.
(edit) @9602   16 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9587   16 years vboxsync USE_NEW_OS_INTERFACE_FOR_GIP for NT (disabled).
(edit) @9578   16 years vboxsync Must call RTR0Init/Term!
(edit) @9558   16 years vboxsync Initialize the RTMpNotification stuff.
(edit) @9555   16 years vboxsync /usr/bin/grep doesn't grok -q.
(edit) @9554   16 years vboxsync Seems if ! grep does not quite work.
(edit) @9530   16 years vboxsync Added todo for dealing with cpus that comes back online.
(edit) @9526   16 years vboxsync Added missing RTR0MpNotificationTerm() call in VBoxDrvLinuxUnload().
(edit) @9498   17 years vboxsync added supdrvOSGetForcedAsyncTscMode.
(edit) @9494   17 years vboxsync fixed + re-enabled USE_NEW_OS_INTERFACE_FOR_GIP code for Linux
(edit) @9492   17 years vboxsync disabled the new GIP timer interface
(edit) @9488   17 years vboxsync fixed vboxdrv compilation
(edit) @9481   17 years vboxsync udivdi3
(edit) @9478   17 years vboxsync warning.
(edit) @9477   17 years vboxsync space
(edit) @9476   17 years vboxsync unresolved symbol.
(edit) @9470   17 years vboxsync Generic timer code for async GIP mode.
(edit) @9469   17 years vboxsync Added an option: -i <iterations>
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9334   17 years vboxsync Extended the testcase a bit.
(edit) @9236   17 years vboxsync Implemented RTTime for the linux kernel (not used yet).
(edit) @9218   17 years vboxsync added missing dependency to $(VBOX_VERSION_STAMP)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9210   17 years vboxsync HostDrivers/Support: on Linux hosts, build_in_tmp depends on the …
(edit) @9153   17 years vboxsync Made it work again.
(edit) @9059   17 years vboxsync cosmetical fix
(edit) @8908   17 years vboxsync Determined affinity mask too late. Moved up.
(edit) @8891   17 years vboxsync require SUPDRVIOC_VERSION >= 0x00070002 because of new vboxdrv export …
(edit) @8890   17 years vboxsync SUPDRVIOC_VERSION += 1 because of new vboxdrv export (RTMpCpuId()).
(edit) @8883   17 years vboxsync sort
(edit) @8877   17 years vboxsync Missing RTMpCpuId export
(edit) @8838   17 years vboxsync Use absolute path to stat because gnu stat (e.g. from MacPorts) has a …
(edit) @8837   17 years vboxsync We are not allowed to execute KeQueryActiveProcessors at DPC_LEVEL, so …
(edit) @8833   17 years vboxsync Extra assertion
(edit) @8810   17 years vboxsync x86.h compatiblitiy is not going to change.
(edit) @8796   17 years vboxsync fixed compilation of Linux host kernel module
(edit) @8792   17 years vboxsync Wrong position
(edit) @8789   17 years vboxsync Windows host: also check for tsc consistency across cores/cpus. The …
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8732   17 years vboxsync Some cleanup fixes.
(edit) @8506   17 years vboxsync remove old DKMS modules as well when installing the host kernel module
(edit) @8447   17 years vboxsync DKMS support for Linux guest kernel modules
(edit) @8347   17 years vboxsync gcc warnings
(edit) @8238   17 years vboxsync Rebranding: Windows Host Drivers.
(edit) @8209   17 years vboxsync rebranding
(edit) @8208   17 years vboxsync rebranding
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8133   17 years vboxsync rebrand the Linux host support driver
(edit) @8128   17 years vboxsync Missing RTMpCpuIdToSetIndex
(edit) @8114   17 years vboxsync ATTENTION: Driver version change (backwards compatible). Need more …
(edit) @8102   17 years vboxsync Unload VBoxUSB.kext before reloading VBoxDrv.kext.
(edit) @8092   17 years vboxsync unload and smbfs.
(edit) @8025   17 years vboxsync Solaris mod.sh: create /dev/vboxdrv link.
(edit) @7985   17 years vboxsync clean rule
(edit) @7916   17 years vboxsync Check all the CPUs instead of just the first 8.
(edit) @7915   17 years vboxsync Fixed RTMpOnSpecific usage.
(edit) @7902   17 years vboxsync the asynchronous TSC detection code is generic code
(edit) @7869   17 years vboxsync Linux: detect asynchronous TSCs
(edit) @7712   17 years vboxsync Solaris vboxdrv: changed module description string for consistency.
(edit) @7593   17 years vboxsync Log statement is too noisy
(edit) @7521   17 years vboxsync vboxdrv: made it compile with Linux 2.6.24 if …
(edit) @7462   17 years vboxsync Log irql
(edit) @7461   17 years vboxsync IRQL check
(edit) @7413   17 years vboxsync Export more MP functions
(edit) @7396   17 years vboxsync not needed here anymore (stuff now done in Runtime/r0drv)
(edit) @7366   17 years vboxsync Export RTR0MemObjAllocCont
(edit) @7364   17 years vboxsync Use MAXIMUM_PROCESSORS."
(edit) @7344   17 years vboxsync Linking fix.
(edit) @7343   17 years vboxsync Compilation fix.
(edit) @7337   17 years vboxsync Enabled RTMp on linux.
(edit) @7295   17 years vboxsync Missing MP exports
(edit) @7287   17 years vboxsync KeSetTargetProcessorDpc is present in win2k
(edit) @7276   17 years vboxsync RTMpOn stubs for linux.
(edit) @7272   17 years vboxsync Use MP functions in the runtime.
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @7193   17 years vboxsync shell scripts are eol-style LF
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
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