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) @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   17 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10313   17 years vboxsync left a test change in (26 instead of 24).
(edit) @10303   17 years vboxsync lose the space in ifeq.
(edit) @10266   17 years vboxsync EXPORT_SYMTAB on 2.4
(edit) @10263   17 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10258   17 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   17 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10255   17 years vboxsync SUPDRVShared.c -> SUPDrv.c
(edit) @10254   17 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10250   17 years vboxsync Cleaned out the last bits of the USE_NEW_OS_* stuff.
(edit) @10248   17 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @9992   17 years vboxsync HostDrivers/Support: fixed a typo in the Linux kernel module build script
(edit) @9977   17 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 …
(edit) @8506   17 years vboxsync remove old DKMS modules as well when installing the host kernel module
(edit) @8447   17 years vboxsync DKMS support for Linux guest kernel modules
(edit) @8347   17 years vboxsync gcc warnings
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8133   17 years vboxsync rebrand the Linux host support driver
(edit) @7985   17 years vboxsync clean rule
(edit) @7902   17 years vboxsync the asynchronous TSC detection code is generic code
(edit) @7869   17 years vboxsync Linux: detect asynchronous TSCs
(edit) @7521   17 years vboxsync vboxdrv: made it compile with Linux 2.6.24 if …
(edit) @7396   17 years vboxsync not needed here anymore (stuff now done in Runtime/r0drv)
(edit) @7344   17 years vboxsync Linking fix.
(edit) @7343   17 years vboxsync Compilation fix.
(edit) @7337   17 years vboxsync Enabled RTMp on linux.
(edit) @7276   17 years vboxsync RTMpOn stubs for linux.
(edit) @7272   17 years vboxsync Use MP functions in the runtime.
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7130   17 years vboxsync Linux kmod: VBOX_REDHAT_KABI
(edit) @7041   17 years vboxsync dkms autoinstall
(edit) @7032   17 years vboxsync Ring-0 semaphore debugging aid (linux).
(edit) @7014   17 years vboxsync Making the logging more useful.
(edit) @7005   17 years vboxsync Installer/Linux: added support for DKMS to the all distributions Linux …
(edit) @7004   17 years vboxsync Installer/Linux: added support for DKMS to the all distributions Linux …
(edit) @6857   17 years vboxsync Linux modules: unbreak compilation against Linux 2.4
(edit) @6846   17 years vboxsync Fix for previous change, move vermagic.h include back to where it was.
(edit) @6845   17 years vboxsync Fix a soon to appear post-2.6.24 linux kernel issue dropping a macro …
(edit) @6574   17 years vboxsync Linux kernel modules: added override
(edit) @6571   17 years vboxsync Linux kernel modules: allow to build from kBuild (KERNELRELEASE set), …
(edit) @6530   17 years vboxsync Support driver (Linux): added gcc (u)div/mod support
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6418   17 years vboxsync cosmetics on the hrtimer stuff.
(edit) @6342   17 years vboxsync fix build
(edit) @6341   17 years vboxsync made vboxdrv compile with 2.4.x again
(edit) @6340   17 years vboxsync vboxdrv: added support for Linux high-res timers (disabled), added …
(edit) @6159   17 years vboxsync Linux kernel module Makefiles: use KDIR if set
(edit) @6046   17 years vboxsync vboxdrv: KERN_INFO => KERN_DEBUG (ensure that messages are not print …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5989   17 years vboxsync
(edit) @5986   17 years vboxsync a little bit more specific
(edit) @5985   17 years vboxsync Linux support module: print version of module into kernel log when …
(edit) @5425   17 years vboxsync IPRT reorg
(edit) @5257   17 years vboxsync less magic
(edit) @5234   17 years vboxsync improve kernel version check
(edit) @5227   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5177   17 years vboxsync disable IDT_PATCHING code in the Linux vboxdrv module
(edit) @5169   17 years vboxsync Use unlocked_ioctl when available, otherwise leave the kernel lock.
(edit) @5138   17 years vboxsync vboxdrv: TICK_NSEC as macro
(edit) @4985   17 years vboxsync RTAssertDoBreakpoint
(edit) @4925   17 years vboxsync Added a LogRel with additional driver open info. Return the …
(edit) @4882   17 years vboxsync Fixed casing of suplibOsIOCtlFast.
(edit) @4831   17 years vboxsync Removed the old MM code.
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4827   17 years vboxsync fixed for high ksoftireq load.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
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