VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(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) @36360   14 years vboxsync Runtime/r0drv/linux: fail to lock kernel memory for kmap()'ed memory
(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) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(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) @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) @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) @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) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33043   14 years vboxsync nt,linux: Added missing flag validation in the RTSemEventMultiWaitEx* …
(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) @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) @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) @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) @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) @28469   15 years vboxsync semmutex-r0drv-linux.c: fairness fix.
(edit) @28466   15 years vboxsync semmutex-r0drv-linux.c: bug fix.
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28436   15 years vboxsync IPRT: Reimplemented RTSemMutex for ring-0 linux - untested.
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @27669   15 years vboxsync Runtime/r0drv/linux: fixed RTR0MemKernelIsValidAddr() for AMD64
(edit) @27199   15 years vboxsync r0drv/linux/timer: hrtimer pinning fix for Linux >= 2.6.31 (code not …
(edit) @27198   15 years vboxsync r0drv/linux/timer: be consistent, this is SMP only
(edit) @27196   15 years vboxsync build fix
(edit) @27194   15 years vboxsync r0drv/linux/timer: adapt to Linux kernels >= 2.6.31 where …
(edit) @26869   15 years vboxsync Runtime/r0drv/memobj-linux: added printk debugging output for path in …
(edit) @26866   15 years vboxsync Runtime/r0drv/memobj-linux: alignment for …
(edit) @26864   15 years vboxsync Runtime/r0drv/memobj-linux: alignment for rtR0MemObjNativeAllocPhys()
(edit) @26847   15 years vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @25951   15 years vboxsync Runtime: gcc warning
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25722   15 years vboxsync iprt/RTSemFastMutex: A little cleanup.
(edit) @25721   15 years vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
(edit) @25720   15 years vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 years vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25714   15 years vboxsync iprt: Adjuested the remaining RTSemMutex implementations.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25591   15 years vboxsync fix for compiling against Linux 2.6.33+
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25530   15 years vboxsync rtR0AssertNativeMsg2V: fixes all over the place.
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25427   15 years vboxsync Runtime/r0drv/timer-linux: make the hrtimer code work, requires Linux …
(edit) @25425   15 years vboxsync the-linux-kernel.h: PAGE_KERNEL_EXEC was introduced with 2.6.8.
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
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