VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8023   17 years vboxsync solaris mp: Explicitly disable/enable preemption, fix for r29671.
(edit) @8013   17 years vboxsync Use X_CALL_LOPRI since X_CALL_HIPRI seems to imply that we've taken …
(edit) @7966   17 years vboxsync soalris vboxdrv: proper priority values and locking in …
(edit) @7913   17 years vboxsync Check for NIL_CPUID in RTMpOnSpecific.
(edit) @7798   17 years vboxsync rtR0MemObjNativeAllocPhysNC
(edit) @7783   17 years vboxsync Don't try implement rtR0MemObjNativeAllocPhysNC without an optimal …
(edit) @7554   17 years vboxsync typo
(edit) @7553   17 years vboxsync vboxdrv: re-added sanity check
(edit) @7532   17 years vboxsync typo
(edit) @7531   17 years vboxsync vboxdrv: set_pages_attr is not available for 2.6.25 anymore
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7506   17 years vboxsync Made assertion private
(edit) @7490   17 years vboxsync RTTimerCreate is in generic code for a year now.
(edit) @7459   17 years vboxsync More comments
(edit) @7458   17 years vboxsync Comment
(edit) @7419   17 years vboxsync Added missing RTMpGetMaxCpuId.
(edit) @7391   17 years vboxsync OSE
(edit) @7352   17 years vboxsync smp_call_function_single only exists starting 2.6.19. Added missing …
(edit) @7347   17 years vboxsync Fixed typo in fallback code.
(edit) @7337   17 years vboxsync Enabled RTMp on linux.
(edit) @7331   17 years vboxsync Solaris RTMp implementation (untested).
(edit) @7271   17 years vboxsync Implemented MP api for NT
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @7245   17 years vboxsync Must update cbReq.
(edit) @7244   17 years vboxsync Fixed corruption in RTMemExecAlloc when fencing was enabled …
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7062   17 years vboxsync build fix.
(edit) @7042   17 years vboxsync Fence the r0drv heap routines for strict builds.
(edit) @7032   17 years vboxsync Ring-0 semaphore debugging aid (linux).
(edit) @6846   17 years vboxsync Fix for previous change, move vermagic.h include back to where it was.
(edit) @6845   17 years vboxsync Fix a soon to appear post-2.6.24 linux kernel issue dropping a macro …
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @6477   17 years vboxsync Handle RTR0MEMOBJTYPE_PHYS_NC during free.
(edit) @6416   17 years vboxsync Applied [27227] to the trunk: make it compile with older 2.6 kernels, …
(edit) @6147   17 years vboxsync Solaris RTLogWriteDebugger and guest r0 logging changes.
(edit) @6033   17 years vboxsync vboxadd changes.
(edit) @6021   17 years vboxsync Solaris 64-bit vboxadd fix.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5948   17 years vboxsync drv_usectohz returns clock_t not int.
(edit) @5947   17 years vboxsync Use default sysclass priority for threads.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5381   17 years vboxsync Fixed a typo in the-linux-kernel.h
(edit) @5358   17 years vboxsync pThis
(edit) @5355   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5354   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5351   17 years vboxsync page align the segkmem_alloc/free size.
(edit) @5349   17 years vboxsync need to take the cpu_lock before calling into cyclic.
(edit) @5335   17 years vboxsync all threads must wakeup on destroy; check for the right macro (bug …
(edit) @5334   17 years vboxsync check the right magic.
(edit) @5333   17 years vboxsync all threads must wakeup on destroy
(edit) @5325   17 years vboxsync use segkmem_alloc on 64-bit solaris because of gcc and its kernel code …
(edit) @5305   17 years vboxsync fixed rtR0MemObjNativeGetPagePhysAddr prototype mismatch.
(edit) @5230   17 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5229   17 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   17 years vboxsync use the right magic.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(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) @5212   17 years vboxsync Solaris.
(edit) @5165   17 years vboxsync RTSemEventWaitNoResume
(edit) @5125   17 years vboxsync solaris build fix.
(edit) @5005   17 years vboxsync Failure logging
(edit) @4989   17 years vboxsync physnc fix.
(edit) @4981   17 years vboxsync as locking... hope it works.
(edit) @4869   17 years vboxsync warning
(edit) @4867   17 years vboxsync Drop noisy logging.
(edit) @4850   17 years vboxsync removed annoying message.
(edit) @4819   17 years vboxsync Don't assert on invalid handles as it upsets the dprintf2 logging in …
(edit) @4781   17 years vboxsync eol
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4751   17 years vboxsync eol
(edit) @4725   17 years vboxsync Use MmSecureVirtualMemory to have some limited protection with …
(edit) @4717   17 years vboxsync Solaris changes.
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4544   17 years vboxsync 'u' is #defined by sys/user.h when in _KERNEL mode, that's great since …
(edit) @4543   17 years vboxsync Spaces.
(edit) @4542   17 years vboxsync Some freebsd fixes.
(edit) @4474   17 years vboxsync Solaris.
(edit) @4287   17 years vboxsync Solaris
(edit) @4233   17 years vboxsync please keep in mind that this file is part of the Linux kernel module …
(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) @4179   17 years vboxsync Solaris changes.
(edit) @4178   17 years vboxsync Solaris changes.
(edit) @4160   17 years vboxsync Some bug fixes and allocation fallbacks.
(edit) @4159   17 years vboxsync Changed from $ to $.
(edit) @4158   17 years vboxsync Fixed build error and changed from $ to $.
(edit) @4155   17 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4154   17 years vboxsync work in progress. (bed time)
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