VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33168   14 years vboxsync warning
(edit) @33166   14 years vboxsync semeventwait-r0drv-solaris.h: addressed a potential timeout race.
(edit) @33158   14 years vboxsync build fixes
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33152   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33151   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33150   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33149   14 years vboxsync IPRT/r0drv/solaris: Use timeout_generic for high resolution timeouts …
(edit) @33144   14 years vboxsync IPRT: Reimplemented ring-0 event semaphores for solaris.
(edit) @33092   14 years vboxsync IPRT: Fixed and enabled the new code in …
(edit) @33070   14 years vboxsync semeventmulti-r0drv-solaris.c: High resolution timeout hacking in …
(edit) @33047   14 years vboxsync IPRT: Implemented RTSemEventWaitEx* for r0drv darwin.
(edit) @33043   14 years vboxsync nt,linux: Added missing flag validation in the RTSemEventMultiWaitEx* …
(edit) @33042   14 years vboxsync IPRT: Implemented RTSemEventMultiWaitEx* for r0drv darwin.
(edit) @33038   14 years vboxsync IPRT: Implemented the RTSemEvent*WaitEx* APIs for ring-0 NT.
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33019   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33018   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33017   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33014   14 years vboxsync waitqueue-r0drv-linux.h: The init_wait() macro didn't put the argument …
(edit) @33012   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33006   14 years vboxsync IPRT: fixed rtR0MemObjLinuxAllocPages() which broke large pages on …
(edit) @32919   14 years vboxsync nits
(edit) @32757   14 years vboxsync more fudge.
(edit) @32748   14 years vboxsync r0drv/linux/timer-r0drv-linux.c: fixes for cpu specific timers.
(edit) @32737   14 years vboxsync timer-r0drv-linux.c: Fixes.
(edit) @32713   14 years vboxsync Runtime/alloc-r0drv: fixed invalid paramter return value
(edit) @32711   14 years vboxsync timer-r0drv-linux.c: incorrect check for cpu migration.
(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) @32670   14 years vboxsync timer-r0drv-linux.c: bug fixes. The ugly guest debugging tracking will …
(edit) @32648   14 years vboxsync IPRT: linux kernel timer changes, testcase. hrtimers are not working …
(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) @32485   14 years vboxsync timer-r0drv-linux.c: doc typo.
(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 …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30935   14 years vboxsync IPRT/RTSEMEVENT_MAGIC_DEAD: Undid the accidental killing of Gaiman! :-)
(edit) @30933   14 years vboxsync semevent-r0drv-solaris.c: review comments.
(edit) @30711   14 years vboxsync Runtime/r0drv/Solaris: SemEvent fixes.
(edit) @30579   14 years vboxsync semeventmulti-r0drv-solaris.c: Simplified it. No need to spend a lot …
(edit) @30578   14 years vboxsync semeventmulti-r0drv-solaris.c: The atomic+volatile mess isn't needed …
(edit) @30576   14 years vboxsync semeventmulti-r0drv-solaris.c: that the version changed is sufficient, …
(edit) @30552   14 years vboxsync Runtime/r0drv/solaris: SemEventMulti fix.
(edit) @30491   14 years vboxsync Runtime/r0drv/solaris: RTSemEvenMulti, remove temporary log line.
(edit) @30490   14 years vboxsync Runtime/r0drv/solaris: fix RTSemEventMulti for spurious wakeups (#5090)
(edit) @30472   14 years vboxsync Runtime/r0drv/Solaris: Fix RTSemEvent for spurious wakeups (#5090)
(edit) @30383   15 years vboxsync Solaris/memobj: comment fix.
(edit) @30378   15 years vboxsync Solaris/vbi: spaces->tabs.
(edit) @30374   15 years vboxsync Solaris/vbi: fake vbi_is_preempt_enabled when vbi_init has not been …
(edit) @30362   15 years vboxsync Exact version
(edit) @30359   15 years vboxsync Typo
(edit) @30340   15 years vboxsync DPC check for win7 x64
(edit) @30190   15 years vboxsync Solaris/VBI: fix segvbi_fault and segvbi_getprot routines. Some style …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29878   15 years vboxsync FreeBSD: Include header which declares kmem_alloc_attr or we crash …
(edit) @29877   15 years vboxsync memobj-r0drv-freebsd.c: Fix low allocs if kmem_alloc_attr is used
(edit) @29832   15 years vboxsync Fix
(edit) @29831   15 years vboxsync alloc-r0drv-freebsd.c: Simplify the allocation of executable memory …
(edit) @29765   15 years vboxsync *-r0drv-freebsd.c: Little cleanup and don't wire the pages twice …
(edit) @29763   15 years vboxsync FreeBSD: Wiring in a user map requires VM_MAP_WIRE_USER. Fixes guest …
(edit) @29739   15 years vboxsync memobj-r0drv-freebsd.cpp: Hopefully correct range check now…
(edit) @29738   15 years vboxsync Runtime: Added DPC queue depth offsets for 2003 Server SP2.
(edit) @29714   15 years vboxsync memobj-r0drv-freebsd.c: Correct range checks
(edit) @29711   15 years vboxsync memobj-r0drv-freebsd.c: Use kmem_alloc_attr if available
(edit) @29705   15 years vboxsync build fix
(edit) @29703   15 years vboxsync Runtime: NT4 fixes
(edit) @29661   15 years vboxsync IPRT: IPRT_DEBUG_SEMS cleanup - use macros.
(edit) @29648   15 years vboxsync Runtime: s/TASK_COMM_LEN/sizeof(current->comm)/ (fix debug builds …
(edit) @29500   15 years vboxsync Runtime/R0: FreeBSD build fixes
(edit) @29499   15 years vboxsync mp-r0drv-freebsd.c: Use smp_no_rendevous_barrier as teardown function
(edit) @29476   15 years vboxsync Tabs.
(edit) @29475   15 years vboxsync Solaris/r0drv: fixed double downgrading of a page lock.
(edit) @29300   15 years vboxsync RTMpPokeCpu-r0drv-solaris.c: needed assert.h.
(edit) @29284   15 years vboxsync r0drv/solaris: asm*.h fixes
(edit) @29281   15 years vboxsync iprt/r0drv/solaris: asm*.h fixes.
(edit) @29255   15 years vboxsync darwin+asm.h build fixes.
(edit) @29254   15 years vboxsync r0drv/nt: More fixes.
(edit) @29253   15 years vboxsync initterm-r0drv-nt.cpp: build fix.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28788   15 years vboxsync iprt/memobj: use the correct object for determining the cache policy
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28702   15 years vboxsync spinlock-r0drv-linux.c: Added checks for consistent NoIrq usage.
(edit) @28697   15 years vboxsync assert-r0drv-linux.c: added KERN_EMERG to the printk()s.
(edit) @28655   15 years vboxsync Solaris/r0drv: SemEventMulti fix double decrement.
(edit) @28633   15 years vboxsync Solaris/r0drv: RTSemMutex fix ref counting.
(edit) @28608   15 years vboxsync Solaris/r0drv: fixed ref counting.
(edit) @28566   15 years vboxsync Solaris/r0drv: semevent mutex fixes.
(edit) @28551   15 years vboxsync Comments and spaces.
(edit) @28533   15 years vboxsync Solaris/r0drv: RTSemMutex, removed cWaking, fSignaled added cRefs.
(edit) @28532   15 years vboxsync Solaris/r0drv: RTSemMutex implementation.
(edit) @28519   15 years vboxsync Compile 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