VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35495   14 years vboxsync header included twice
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35294   14 years vboxsync Linux hosts: quick fix for CONFIG_DEBUG_SET_MODULE_RONX
(edit) @34856   14 years vboxsync The gip timer is not high-res on linux.
(edit) @33940   14 years vboxsync Support/linux: cosmetics
(edit) @33939   14 years vboxsync Support/linux: the user does not need to disable the Local APIC …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32537   14 years vboxsync Linux host drivers: another fix for the clean rule (the kernel …
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32256   14 years vboxsync Linux host kernel modules: some minor Makefile fixes
(edit) @32183   14 years vboxsync Linux Installer/Additions: attempt to properly register the host/guest …
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31840   14 years vboxsync Linux support kernel module build fix
(edit) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @31250   14 years vboxsync adding missing files for compiling Linux host kernel modules
(edit) @31245   14 years vboxsync HostDrivers/*/linux/Makefile: Disabled IPRT_DEBUG_SEMS.
(edit) @30961   14 years vboxsync IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29246   15 years vboxsync files_*: iprt/asm-amd64-x86.h
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
(edit) @28278   15 years vboxsync Rebranding: Linux modules
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(edit) @27334   15 years vboxsync Linux hosts: properly suspend/resume during host hibernation
(edit) @26512   15 years vboxsync HostDrivers: tabs -> spaces.
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @25606   15 years vboxsync addendum to r56287
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25532   15 years vboxsync files_*,Makefile: s/RTAssertMsg2V/RTAssertMsg2/
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25484   15 years vboxsync SUPDrv: Fixed recent regression that may cause the SUPDRVSESSION …
(edit) @25465   15 years vboxsync SUPDrv,++: Made SUPDrv.c platform agnostic and renamed …
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25366   15 years vboxsync addendum to r55979
(edit) @25365   15 years vboxsync Linux support driver: adapted the CONFIG_PERF_* heuristics to 2.6.32 …
(edit) @25278   15 years vboxsync SUPDrv: Major IOC version change - preparing to use the native ring-0 …
(edit) @25260   15 years vboxsync SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER
(edit) @25258   15 years vboxsync SUPDrv: Sketched out support for native module loading. (OS parts are …
(edit) @25097   15 years vboxsync Linux installer: depmod -ae => depmod -a (the latter is …
(edit) @25090   15 years vboxsync HostDrivers/Support/linux: typo in a message
(edit) @24181   15 years vboxsync VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23725   15 years vboxsync SUPDrv: Started splitting out platform agonstic code to avoid clashes …
(edit) @23710   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23316   15 years vboxsync warning
(edit) @22632   15 years vboxsync fixed wrong Linux host kernel version check
(edit) @22618   15 years vboxsync build fix 2
(edit) @22615   15 years vboxsync refined r51666
(edit) @22609   15 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @21955   15 years vboxsync Linux host driver: workaround for the 2.6.31 performance counter …
(edit) @21949   15 years vboxsync Linux host kernel module: adapted platform power management interface …
(edit) @21720   15 years vboxsync iprt/stdint.h: Replaced by stdint-new.h.
(edit) @21719   15 years vboxsync HostDrv-Linux: fix building
(edit) @21682   15 years vboxsync HostDrivers: xstr -> RT_XSTR.
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21354   15 years vboxsync typo
(edit) @21351   15 years vboxsync HstDrv: Made vboxnetadp and vboxnetflt use IPRT from vboxdrv.
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21285   15 years vboxsync SUPDrv: Export the RTR0MemUser/Kernel APIs. (Needed for the …
(edit) @19938   16 years vboxsync HostDrivers/*/linux/Makefile: Added --no-print-directory to the …
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19455   16 years vboxsync linux kernel modules: prevent some superflous output during build
(edit) @18254   16 years vboxsync leftover
(edit) @18250   16 years vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @17935   16 years vboxsync Additions/linux: fixed kernel detection
(edit) @17064   16 years vboxsync Linux hostdrivers: removed Linux 2.4.x compatibility
(edit) @16446   16 years vboxsync spaces, doxy
(edit) @15999   16 years vboxsync hrmpf
(edit) @15993   16 years vboxsync cosmetical fix
(edit) @15992   16 years vboxsync Linux vboxdrv: 2.6.29-rc1 compile fix; small cosmetical fixes
(edit) @15691   16 years vboxsync Linux host kernel modules: removed 2.4 cruft; fixed …
(edit) @15689   16 years vboxsync ... and removed the old script
(edit) @14655   16 years vboxsync Linux drivers: try to hack around the DKMS problem with module dependencies
(edit) @14645   16 years vboxsync SUP, VMM: Moved the max alloc/map page count to VBox/param.h
(edit) @14436   16 years vboxsync deb/rpm: fixed vboxnetflt module compilation
(edit) @14432   16 years vboxsync fix linux builds
(edit) @13939   16 years vboxsync siwtch to the older R0 notification mechanism
(edit) @13934   16 years vboxsync backed out r38943
(edit) @13924   16 years vboxsync vboxdrv: R0 suspend/resume notifier
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13861   16 years vboxsync Compile fixes
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13773   16 years vboxsync clean one more file
(edit) @13715   16 years vboxsync disabled VBOX_USE_INSERT_PAGE by default - somewhat unclear what goes …
(edit) @13668   16 years vboxsync SUPDrv-linux.c: print g_abExecMemory address for #3280.
(edit) @13651   16 years vboxsync set VBOX_USE_INSERT_PAGE = 1 as default linux host kernel module flag
(edit) @13473   16 years vboxsync Linux module fixes
(edit) @13320   16 years vboxsync small fix
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12961   16 years vboxsync suplibOsInit/linux: use local hDevice like the rest of the gang.
(edit) @12908   16 years vboxsync fixed error check (hDevice is unsigned)
(edit) @12360   16 years vboxsync 2.6.27 vboxdrv 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