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