VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18250   16 years vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @16958   16 years vboxsync mp-r0drv-darwin: don't use ml_get_max_cpus, it's obsolete.
(edit) @16722   16 years vboxsync runtime fix for solaris shared folders
(edit) @16720   16 years vboxsync handle upcoming xc_call() change and can build as part of VirtualBox
(edit) @16464   16 years vboxsync set VM_LOCKED to pin pages allocated with mmap()
(edit) @16354   16 years vboxsync mp-r0drv-darwin.cpp, the-darwin-kernel.h: ml_get_max_cpus() isn't …
(edit) @16332   16 years vboxsync time-r0drv-darwin.cpp: removed duplicated documentation.
(edit) @16331   16 years vboxsync time-r0drv-darwin.cpp: 10.6 build fix.
(edit) @16330   16 years vboxsync the-darwin-kernel.h: Added IOKit/IOBufferMemoryDescriptor.h and made …
(edit) @16329   16 years vboxsync memobj-r0drv-darwin.cpp: A few APIs was retired or deprecated in …
(edit) @16328   16 years vboxsync darwin-r0/RTMpGetSet: Generic implementation.
(edit) @16200   16 years vboxsync Solaris/vboxdrv: Use rwlock instead of mutex (#3021).
(edit) @15907   16 years vboxsync Solaris/vbi: implemented RTMpCpuWorkIsPending.
(edit) @15896   16 years vboxsync Oops
(edit) @15895   16 years vboxsync RTMpIsCpuWorkPending changed; previous code wasn't useful
(edit) @15851   16 years vboxsync small cosmetical fix
(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) @15835   16 years vboxsync rtR0MemObjNativeEnterPhys: Use method supporting 64-bit physical …
(edit) @15801   16 years vboxsync linux RTThreadPreemptDisable/Restore: Set and check dummy like on Solaris.
(edit) @15798   16 years vboxsync implemented RTThreadPreemptDisable() and RTThreadPreemptRestore
(edit) @15718   16 years vboxsync RTR0MemObjLockUser: Replaced the warnings with more useful information.
(edit) @14836   16 years vboxsync SUPDrv.c/memobj-r0drv-darwin.cpp: removed debug printf left behind …
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14743   16 years vboxsync alloc-r0drv: Fixed RTMemFree assertion.
(edit) @14518   16 years vboxsync nc
(edit) @14500   16 years vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14465   16 years vboxsync thread2-r0drv-linux.c: RTThreadPreemptIsEnabled, return false if …
(edit) @14423   16 years vboxsync Debug log mutex fix for linux in atomic context.
(edit) @14338   16 years vboxsync IPRT: Basic implementation of the MP API for ring-0 Darwin.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14069   16 years vboxsync alloc-r0drv.cpp: 64-bit MSC warning hunt.
(edit) @14068   16 years vboxsync alloc-r0drv.cpp: 64-bit MSC warning hunt.
(edit) @13994   16 years vboxsync better check
(edit) @13992   16 years vboxsync did not consider PAE
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13891   16 years vboxsync warning
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13770   16 years vboxsync superflous
(edit) @13764   16 years vboxsync EXPORT_SYMBOL must be placed after the function/variable was …
(edit) @13675   16 years vboxsync mark multiple allocated pages as compound
(edit) @13666   16 years vboxsync rtR0MemObjNativeMapUser/linux: vm_insert_page should not be used when …
(edit) @13665   16 years vboxsync rtMemAlloc/linux: Don't fool ourselves trying to allocate executable …
(edit) @13512   16 years vboxsync cast not necessary
(edit) @13489   16 years vboxsync ;
(edit) @13488   16 years vboxsync rtR0PowerNotificationInit bugfix.
(edit) @13487   16 years vboxsync Bugfix
(edit) @13486   16 years vboxsync quick workaround to unbust the mac driver.
(edit) @13478   16 years vboxsync IPRT: set all properties.
(edit) @13476   16 years vboxsync IPRT: don't OR together status codes.
(edit) @13475   16 years vboxsync compile fix
(edit) @13474   16 years vboxsync Compile fix
(edit) @13470   16 years vboxsync Compile fix
(edit) @13468   16 years vboxsync Export
(edit) @13466   16 years vboxsync Power notification API added.
(edit) @13323   16 years vboxsync vbi: fixes to vbi_stimer_begin.
(edit) @13319   16 years vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13313   16 years vboxsync fixed warnings.
(edit) @13312   16 years vboxsync fixed warnings.
(edit) @13310   16 years vboxsync build fix.
(edit) @13309   16 years vboxsync hrmpf. forgot iprt/asm.h, C compilers rock…
(edit) @13307   16 years vboxsync assert-r0drv-solaris: minor adjustments.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13299   16 years vboxsync iprt: removed code duplicated in r0drv/solaris/vbi, copy back later …
(edit) @13298   16 years vboxsync iprt/r0drv/solaris/RTTimerCreateEx: initialize fAllCpu(s) and …
(edit) @13297   16 years vboxsync Runtime/vbi: Use MUTEX_SPIN for vbi too.
(edit) @13275   16 years vboxsync iprt: reverted r37922, it is not needed after I purge out/
(edit) @13274   16 years vboxsync iprt: temporarily disable RTThreadPreemptRestore for Windows hosts as …
(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) @13248   16 years vboxsync Runtime/Solaris: Use MUTEX_SPIN with dispatch level. (Temporary …
(edit) @13103   16 years vboxsync warning
(edit) @13009   16 years vboxsync @todo is written always in a / */ or / comment, doxygen won't pick …
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12945   16 years vboxsync vbi v3
(edit) @12922   16 years vboxsync warnings
(edit) @12595   16 years vboxsync improved r36823 (handle jiffies wraparounds)
(edit) @12591   16 years vboxsync #2247 (public), #3193 (internal): handle jiffies wrap around
(edit) @12360   16 years vboxsync 2.6.27 vboxdrv compile fix
(edit) @12292   16 years vboxsync iprt: Fixed spinlock leak in rtR0MpNotification
(edit) @12160   16 years vboxsync IPRT/semfastmutex-r0drv-nt: Fail RTSemFastMutexRequest calls with IRQL …
(edit) @12141   16 years vboxsync timer-r0drv-linux. Fixed bug in RTTimerStart where changes to the +1 …
(edit) @12029   16 years vboxsync mpnotifications-r0drv-linux: added explanatory comments.
(edit) @12015   16 years vboxsync redhat/centos 5.2 fix
(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) @11873   16 years vboxsync Runtime/r0drv: Solaris non-vbi code build fix.
(edit) @11770   16 years vboxsync iprt: Pass TS_RUN to thread_create (non-vbi, solaris ring-0).
(edit) @11769   16 years vboxsync vbi thread fix.
(edit) @11768   16 years vboxsync vbi thread fix.
(edit) @11645   16 years vboxsync svn:executable
(edit) @11528   16 years vboxsync Solaris build fix.
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