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) @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
(edit) @12115   16 years vboxsync #3076: Re-enabled the current->euid == 0 check in VBoxDrvLinuxCreate.
(edit) @12099   16 years vboxsync iprt: splitting out some log stuff from log.cpp so we can avoid some …
(edit) @12011   16 years vboxsync #3076: hrmpf. typo, needs retesting.
(edit) @11879   16 years vboxsync SUPDrv-linux: Re-enabled root check (#3076).
(edit) @11866   16 years vboxsync typo fixed, and hardening partially disabled
(edit) @11865   16 years vboxsync #3076: check in VBoxDrvLinuxCreate that the caller euid is root.
(edit) @11752   16 years vboxsync #3076: edit linux/Makefile so VBOX_WITH_HARDENING is defined correctly.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11476   16 years vboxsync Linux support: define VBOX_WITH_64_BITS_GUESTS on AMD64 hosts; added …
(edit) @10680   16 years vboxsync Increase minor version, needed some timestamp functions.
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10313   16 years vboxsync left a test change in (26 instead of 24).
(edit) @10303   16 years vboxsync lose the space in ifeq.
(edit) @10266   16 years vboxsync EXPORT_SYMTAB on 2.4
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10258   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10255   16 years vboxsync SUPDRVShared.c -> SUPDrv.c
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10250   16 years vboxsync Cleaned out the last bits of the USE_NEW_OS_* stuff.
(edit) @10248   16 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @9992   16 years vboxsync HostDrivers/Support: fixed a typo in the Linux kernel module build script
(edit) @9977   16 years vboxsync is needed for some older kernels/distros
(edit) @9621   17 years vboxsync The TSC checks are now fully done in the generic code.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9526   17 years vboxsync Added missing RTR0MpNotificationTerm() call in VBoxDrvLinuxUnload().
(edit) @9494   17 years vboxsync fixed + re-enabled USE_NEW_OS_INTERFACE_FOR_GIP code for Linux
(edit) @9492   17 years vboxsync disabled the new GIP timer interface
(edit) @9488   17 years vboxsync fixed vboxdrv compilation
(edit) @9481   17 years vboxsync udivdi3
(edit) @9470   17 years vboxsync Generic timer code for async GIP mode.
(edit) @9236   17 years vboxsync Implemented RTTime for the linux kernel (not used yet).
(edit) @9059   17 years vboxsync cosmetical fix
(edit) @8837   17 years vboxsync We are not allowed to execute KeQueryActiveProcessors at DPC_LEVEL, so …
(edit) @8789   17 years vboxsync Windows host: also check for tsc consistency across cores/cpus. The …
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