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) @19830   16 years vboxsync Bugfix
(edit) @19826   16 years vboxsync Implemented a non-blocking RTMpPokeCpu for Windows hosts.
(edit) @19711   16 years vboxsync HGSMI: host->guest command processing working
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18496   16 years vboxsync IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics.
(edit) @15896   16 years vboxsync Oops
(edit) @15895   16 years vboxsync RTMpIsCpuWorkPending changed; previous code wasn't useful
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15839   16 years vboxsync Experimental implementation of RTMpIsCpuWorkPending for windows hosts.
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14069   16 years vboxsync alloc-r0drv.cpp: 64-bit MSC warning hunt.
(edit) @13272   16 years vboxsync mp-r0drv-nt.cpp: updated w2k8 todos.
(edit) @13262   16 years vboxsync iprt: RTThreadPreemptIsEanbled - check the interrupt flags too.
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @12160   16 years vboxsync IPRT/semfastmutex-r0drv-nt: Fail RTSemFastMutexRequest calls with IRQL …
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11917   16 years vboxsync assert-r0drv-nt: (C).
(edit) @11916   16 years vboxsync assert-r0drv-nt: just do the same as everyone else.
(edit) @11900   16 years vboxsync IPRT: assert-r0drv-nt.c -> assert-r0drv-nt.cpp.
(edit) @11899   16 years vboxsync iprt: props and missing bits in assert-r0drv-nt.c.
(edit) @10827   16 years vboxsync It's not very clear what this Contention field really means. Seems to …
(edit) @10738   16 years vboxsync Assert on the fast mutex semaphore being release and having no …
(edit) @9959   16 years vboxsync ring-0 nt: fixed typo in RTTimerStart that caused timers to run at a …
(edit) @9958   16 years vboxsync comment.
(edit) @9609   16 years vboxsync Todo.
(edit) @9603   16 years vboxsync oops. left a RTR0MpNotificationTerm call there.
(edit) @9602   16 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9586   16 years vboxsync Fixed missing time unit conversion in RTTimerREquestSystemGranularity.
(edit) @9585   16 years vboxsync warnings
(edit) @9584   16 years vboxsync Inverted test in RTMpOnSpecific.
(edit) @9583   16 years vboxsync Some fixes and adjustments.
(edit) @9582   16 years vboxsync Query the procedures in the init function.
(edit) @9580   16 years vboxsync Raw untested timer code for NT.
(edit) @9567   16 years vboxsync Made the code compile and fixed the g_rtMpNtCpuSet update order.
(edit) @9563   16 years vboxsync Cache the KeQueryActiveProcessors() result at init (see crash reading …
(edit) @9436   17 years vboxsync Fixed typo (Present -> Possible).
(edit) @9433   17 years vboxsync Fixed build break.
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9311   17 years vboxsync props
(edit) @8840   17 years vboxsync Disabled assertion
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7913   17 years vboxsync Check for NIL_CPUID in RTMpOnSpecific.
(edit) @7506   17 years vboxsync Made assertion private
(edit) @7459   17 years vboxsync More comments
(edit) @7458   17 years vboxsync Comment
(edit) @7391   17 years vboxsync OSE
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7042   17 years vboxsync Fence the r0drv heap routines for strict builds.
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5230   17 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5224   17 years vboxsync oops.
(edit) @5223   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5222   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5165   17 years vboxsync RTSemEventWaitNoResume
(edit) @5005   17 years vboxsync Failure logging
(edit) @4781   17 years vboxsync eol
(edit) @4751   17 years vboxsync eol
(edit) @4725   17 years vboxsync Use MmSecureVirtualMemory to have some limited protection with …
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4230   17 years vboxsync Ported time-r0drv to NT.
(edit) @4229   17 years vboxsync Ported thread2-r0drv to Nt (completely untested).
(edit) @4224   17 years vboxsync shouldn't be here.
(edit) @4223   17 years vboxsync bugfixes.
(edit) @4222   17 years vboxsync warning.
(edit) @4221   17 years vboxsync forgot one inverted assertion.
(edit) @4220   17 years vboxsync some ideas for virtual address reserving.
(edit) @4219   17 years vboxsync RTR0MemObj for NT (untested).
(edit) @4154   17 years vboxsync work in progress. (bed time)
(edit) @4136   17 years vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(edit) @4135   17 years vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3699   17 years vboxsync double underscore cleanup.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2652   18 years vboxsync The tag should be easy to spot (IPRT).
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(add) @1   55 years vboxsync import
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