VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38232   13 years vboxsync rtMpNotificationLinuxOnCurrentCpu must be declared as a callback.
(edit) @38199   13 years vboxsync mpnotification-r0drv-linux.c: More assertion details.
(edit) @37976   13 years vboxsync Runtime/r0drv/solaris/vbi: CTF support for probing offsets into kernel …
(edit) @37949   13 years vboxsync Runtime/r0drv/Solaris/vbi: cleanup.
(edit) @37948   13 years vboxsync Runtime/r0drv/Solaris/vbi: temporary t_preempt offset fix.
(edit) @37947   13 years vboxsync Runtime/r0drv/Solaris/vbi: temporary fix for modified t_preempt offset …
(edit) @37774   14 years vboxsync Build fixes for current FreeBSD 9 (Thanks to Bernhard Froehlich and …
(edit) @37672   14 years vboxsync warnings
(edit) @37597   14 years vboxsync darwin build fix
(edit) @37578   14 years vboxsync duh
(edit) @37577   14 years vboxsync IPRT/darwin-r0drv: Redid RTFileReadAt without using vn_rdwr which …
(edit) @37575   14 years vboxsync IPRT/darwin-r0drv: Implemented RTMpPokeCpu and …
(edit) @37573   14 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37569   14 years vboxsync IPRT: More in kernel file I/O code for darwin.
(edit) @37568   14 years vboxsync opening files from the kernel (darwin)…
(edit) @37566   14 years vboxsync more testing, bugfixing and docs.
(edit) @37565   14 years vboxsync mach_kernel-r0drv-darwin.cpp: Added a bunch of known symbols.
(edit) @37562   14 years vboxsync fixes.
(edit) @37561   14 years vboxsync build fix
(edit) @37560   14 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37379   14 years vboxsync blank lines
(edit) @37305   14 years vboxsync IPRT/FreeBSD: Fix running VMs on 7.4, the sleep queue lock is released …
(edit) @37297   14 years vboxsync Runtime/r0drv/linux: mpnotification, filter off unwanted events.
(edit) @37295   14 years vboxsync Runtime/r0drv/linux: Use RTThreadPreemptDisable/Enable wrappers so …
(edit) @37294   14 years vboxsync Runtime/r0drv/linux: Fixed Mp event notifications.
(edit) @37281   14 years vboxsync IPRT/r0drv/solaris: Working on large page allocation optimization. …
(edit) @37275   14 years vboxsync timer-r0drv-solaris.c: drop the vbi version check.
(edit) @37274   14 years vboxsync mpnotification-r0drv-solaris.c: drop the vbi version check.
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37111   14 years vboxsync Runtime/r0drv: delete unused file, confusing.
(edit) @37071   14 years vboxsync VMM: Online/offine CPUs, solaris debug build fix.
(edit) @37062   14 years vboxsync VMM: Support for online/offlining of CPUs.
(edit) @37055   14 years vboxsync threadpreempt-r0drv-darwin.cpp: g_aPreemptHacks is too small for snow …
(edit) @37054   14 years vboxsync mp-r0drv-darwin.cpp: Eliminate MY_DARWIN_MAX_CPUS - snow leopard …
(edit) @37041   14 years vboxsync IPRT: Refined the RTThreadPreemptIsPending fix.
(edit) @37040   14 years vboxsync RTThreadPreemptIsPending/darwin: Try to unbreak this on AMD64.
(edit) @36982   14 years vboxsync alloc-r0drv.cpp: Fixed bug in RTMemReallocTag when RTR0MEM_STRICT is …
(edit) @36979   14 years vboxsync semfastmutex-r0drv-linux.c: Check mutex ownership in strict builds, …
(edit) @36962   14 years vboxsync rtR0MemAllocEx/linux: Avoid vmalloc, it's has serious performance …
(edit) @36951   14 years vboxsync warnings
(edit) @36947   14 years vboxsync Runtime/r0drv: fix for Linux 2.4 kernels
(edit) @36623   14 years vboxsync Runtime/r0drv/solaris: 32-bit fix of r71000.
(edit) @36565   14 years vboxsync Runtime/r0drv/solaris: Use kernel pages from free and cachelists.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36540   14 years vboxsync memuserkernel-r0drv-darwin.cpp needs iprt/assert.h
(edit) @36505   14 years vboxsync Runtime/r0drv/solaris/vbi: log.
(edit) @36392   14 years vboxsync r0drv/solaris/solevent*: Must re-check the wait condition before going …
(edit) @36379   14 years vboxsync thread2-r0drv-linux.c: iprt-%s not vbox-%s as thread name (old …
(edit) @36378   14 years vboxsync thread2-r0drv-linux.c: Missing break in the RTTHREADTYPE_TIMER case. …
(edit) @36376   14 years vboxsync build fix
(edit) @36372   14 years vboxsync RTR0MemObjSize: Correct documentation and added alignment guarantee.
(edit) @36360   14 years vboxsync Runtime/r0drv/linux: fail to lock kernel memory for kmap()'ed memory
(edit) @36287   14 years vboxsync Runtime/r0drv/solaris: Fix for PIL changes while spinning across calls …
(edit) @36286   14 years vboxsync Warning again.
(edit) @36282   14 years vboxsync Supress a Warning.
(edit) @36264   14 years vboxsync mp-r0drv-darwin.cpp: Use the generic 'possible' implementation.
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36261   14 years vboxsync Runtime/r0drv/solaris/semeventwait: Assert that PIL should not be …
(edit) @36244   14 years vboxsync Runtime/r0drv/linux: fix for older kernels
(edit) @36242   14 years vboxsync burn fix
(edit) @36241   14 years vboxsync cosmetics
(edit) @36240   14 years vboxsync reverted values
(edit) @36239   14 years vboxsync IPRT: set Linux R0 thread priority, compilation warning
(edit) @36233   14 years vboxsync IPRT: linux R0 threads
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36192   14 years vboxsync typo
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @35960   14 years vboxsync IPRT/FreeBSD: uio_yield() was removed recently, use kern_yield()
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35603   14 years vboxsync Runtime/r0drv/linux/memobj: try a bit harder to allocate a page, …
(edit) @35294   14 years vboxsync Linux hosts: quick fix for CONFIG_DEBUG_SET_MODULE_RONX
(edit) @35165   14 years vboxsync memobj-r0drv-linux: defined is more correct here
(edit) @35051   14 years vboxsync warnings
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34256   14 years vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @33736   14 years vboxsync semeventwait-r0drv-solaris.h: Disabled deadlocking fallback code.
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33642   14 years vboxsync this flag is not available in Linux 2.4
(edit) @33641   14 years vboxsync bit more safety
(edit) @33640   14 years vboxsync Linux host page allocator: don't use system reserves for >=1M reqs
(edit) @33630   14 years vboxsync waitqueue-r0drv-linux.h: Use the RT_NS/US_1SEC constants.
(edit) @33619   14 years vboxsync Runtime/r0drv/memobj-r0drv-linux.c: set GFP_NOMEMALLOC when …
(edit) @33609   14 years vboxsync Runtime/r0drv/linux: fix absolute timeouts with Linux jiffies
(edit) @33603   14 years vboxsync timer-r0drv-linux: typo, fixes hangs with highres timers enabled
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33527   14 years vboxsync Fix name
(edit) @33441   14 years vboxsync Linux additions: symlinks only for Linux 2.6 guests
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33393   14 years vboxsync IPRT: Some old OS/2 build fixes.
(edit) @33384   14 years vboxsync FreeBSD: More fixes to the RTSemEventWaitEx code. tstSupSem passes …
(edit) @33381   14 years vboxsync FreeBSD: Fix absolut timeouts. The sleepq_* KPI takes uses only …
(edit) @33376   14 years vboxsync FreeBSD: Implement RTSemEvent{|Multi}WaitEx
(edit) @33373   14 years vboxsync semeventmulti-r0drv-linux: Missing release during destroy
(edit) @33358   14 years vboxsync Runtime/r0drv/linux: fix for debug builds on 2.4 kernels
(edit) @33311   14 years vboxsync comment
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33168   14 years vboxsync warning
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