VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv/nt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67111   8 years vboxsync bugref:8727: Enabling NonPagedPoolNx in rtR0MemAllocEx for Windows 8 and up
(edit) @65414   8 years vboxsync IPRT/r0drv/nt: Preps for using NonPagedPoolNx.
(edit) @65413   8 years vboxsync IPRT/r0drv/nt: Preps for using NonPagedPoolNx.
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64267   8 years vboxsync initterm-r0drv-nt.cpp: Reality update on MaximumProcessorCount.
(edit) @64234   8 years vboxsync IPRT: Implemented processor group support for the ring-0 code.
(edit) @63970   8 years vboxsync spinlock-r0drv-nt.cpp: fixed disabled code
(edit) @63063   8 years vboxsync IPRT: warnings
(edit) @62663   8 years vboxsync RuntimeR0Drv: warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @60771   9 years vboxsync RTMpPoke/nt: Removed all the HalSendSoftwareInterrupt code, don't want …
(edit) @60769   9 years vboxsync initterm-r0drv-nt.cpp: bugref:8343: Try not use …
(edit) @60704   9 years vboxsync rtMpCallUsingDpcs: Fixed incorrect check.
(edit) @60282   9 years vboxsync Runtime/r0drv/nt: another Parfait __stdcall problem
(edit) @60278   9 years vboxsync HostDrivers/Runtime: fixed a few functions according to __stdcall …
(edit) @60267   9 years vboxsync Runtime/r0drv/nt: Parfait warning (stdcall)
(edit) @60143   9 years vboxsync RTTimerGetSystemGranularity/nt: Removed assertion on …
(edit) @58268   9 years vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57409   9 years vboxsync thread-r0drv-nt.cpp: Remove unused function RTThreadSleepCommon.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57122   9 years vboxsync symdbdata.h,ntBldSymDb.cpp: Quick updates for W10/10240.
(edit) @56753   9 years vboxsync timer-r0drv-nt.cpp: Fixed bug in RTTimerStart which would cause the …
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
(edit) @54501   10 years vboxsync Reverted r98596, only using broadcast IPI in RTMpOnSpecific for …
(edit) @54488   10 years vboxsync NT: Try only using IPIs in RTMpOnSpecific.
(edit) @54417   10 years vboxsync NT4 build fix.
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54414   10 years vboxsync mp-r0drv-nt.cpp: Enabled new RTMpOnSpecific code.
(edit) @54413   10 years vboxsync mp-r0drv-nt.cpp: Forgot RTMpOnPairIsConcurrentExecSupported.
(edit) @54410   10 years vboxsync IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @53768   10 years vboxsync RTMpOnSpecific/r0drv-nt: Sketched out an alternative implementation …
(edit) @53765   10 years vboxsync mp-r0drv-nt.cpp: RTMpSpecific should only use broadcast IPIs when …
(edit) @53720   10 years vboxsync IPRT/r0drv/nt: More RTMpPokeCpu work, this time for 32-bit windows 7 …
(edit) @53718   10 years vboxsync RTMpPokeCpu+RTMpOn*/r0drv-nt: Reworked RTMpOn* using KeIpiGenericCall …
(edit) @53717   10 years vboxsync IPRT/r0drv/nt: Fixed crash in rtmpNtDPCWrapper.
(edit) @53457   10 years vboxsync RTimer/r0drv/nt: Rearm the interval timers ourselves to avoid rounding …
(edit) @53456   10 years vboxsync RTTime/r0drv/nt: Use higher precision APIs to get times when available.
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @50685   11 years vboxsync symdbdata.h: Added windows 8.1 info and fixed the 8.0 entries.
(edit) @50682   11 years vboxsync windows 8.1.
(edit) @49287   11 years vboxsync thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48384   11 years vboxsync todo
(edit) @47637   11 years vboxsync Runtime/r0drv/nt: fix Windows r0drv timers
(edit) @46231   12 years vboxsync GetTickCount isn't usable, bit the bullet and read interrupt time from …
(edit) @46223   12 years vboxsync Must use same time source in user and kernel land otherwise we might …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45634   12 years vboxsync symdbdata.h: Regenerated from solserv. w2k bits added.
(edit) @45633   12 years vboxsync Updated ntBldSymDb.cpp to handle w2k symbols and correctly detect some …
(edit) @45445   12 years vboxsync quiet
(edit) @45444   12 years vboxsync IPRT: Use MmIsAddressValid since the try/except stuff doesn't …
(edit) @45443   12 years vboxsync IPRT: Better way of finding QuantumEnd and DpcQueueDepth.
(edit) @45440   12 years vboxsync ntBldSymDb.cpp: PAE kernel names.
(edit) @45438   12 years vboxsync ntBldSymDb.cpp: Fixes.
(edit) @45423   12 years vboxsync ntBldSymDb.cpp: Fixes and symbol pack data.
(edit) @45405   12 years vboxsync ntBldSymDb.cpp: back to the os version info detection code.
(edit) @45383   12 years vboxsync -> laptop
(edit) @45357   12 years vboxsync ntBldSymDb.cpp: -> weinstadt
(edit) @45350   12 years vboxsync More ntBldSymDb.cpp work.
(edit) @45211   12 years vboxsync Hacking in progress.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @40817   13 years vboxsync Seems to work.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @39744   13 years vboxsync rtr0memobj: Status code adjustments.
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @38958   13 years vboxsync RTR0MemObjEnterPhys/NT: Support RTMEM_CACHE_POLICY_MMIO.
(edit) @37379   14 years vboxsync blank lines
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(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) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @34256   14 years vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33311   14 years vboxsync comment
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33158   14 years vboxsync build fixes
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33043   14 years vboxsync nt,linux: Added missing flag validation in the RTSemEventMultiWaitEx* …
(edit) @33038   14 years vboxsync IPRT: Implemented the RTSemEvent*WaitEx* APIs for ring-0 NT.
(edit) @32708   14 years vboxsync iprt: build fixes
(edit) @32707   14 years vboxsync IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
(edit) @32674   14 years vboxsync IPRT: started on some internal ring-0 alloc api.
(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) @32463   14 years vboxsync IPRT/spinlock-r0drv-nt: Enabled RTSPINLOCK_NT_HACK_NOIRQ by default.
(edit) @32454   14 years vboxsync Build fix.
(edit) @32453   14 years vboxsync spinlock-r0drv-nt.cpp: Hack to try to resolve the ISR issue in …
(edit) @32348   14 years vboxsync RTR0MemObj*: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED …
(edit) @32303   14 years vboxsync rtR0MemObjNativeFree/nt: Handle objects created by …
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