VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxPci

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @85939   4 years vboxsync Additions/linux/Makefile, HostDrivers/linux/Makefile: Many cleanups in …
(edit) @85698   4 years vboxsync IPRT,lnx-kmods: Use new linux kernel version checking macros. Moved …
(edit) @84947   4 years vboxsync /linux/Makefile*,++: BUILD_TYPE -> VBOX_KBUILD_TYPE; …
(edit) @83471   5 years vboxsync Linux: ticketref:19312 Linux: kernel 5.6 - we need changes
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78444   6 years vboxsync Installers/Linux: fixes after previous refactoring for generated Make …
(edit) @77727   6 years vboxsync IPRT,HostDrivers: Fixed some warnings.
(edit) @77722   6 years vboxsync Drivers/Linux: add missing init and exit markers. bugref:4567: …
(edit) @77718   6 years vboxsync Host drivers/Linux: use KERNEL_DS, not get_ds() in VBoxPci. …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77394   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @76568   6 years vboxsync HostDrivers: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76527   6 years vboxsync HostDrivers: scm --fix-header-guards. bugref:9344
(edit) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @76324   6 years vboxsync Config.kmk,drivers/Makefile.kmk: More cleanups around …
(edit) @76322   6 years vboxsync Reverted accidental commit r127614.
(edit) @76321   6 years vboxsync iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
(edit) @75599   6 years vboxsync HostDrivers: fix some warnings on old Linux kernels and add missing …
(edit) @75576   6 years vboxsync VBoxPci-linux.c: Shut up a couple of warnings.
(edit) @73084   6 years vboxsync VBoxPci-linux.c: fix an include path which broke Debian own builds. …
(edit) @72803   6 years vboxsync VBoxPci-linux.c: avoid -Wstringop-truncation
(edit) @72139   7 years vboxsync Patch to fix kernel API changes in 4.17 In kernel 4.17, …
(edit) @69744   7 years vboxsync VBoxPci-linux.c: use kernel_write instead of vfs_write as of Linux …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69371   7 years vboxsync HostDrivers: more scm updates
(edit) @69335   7 years vboxsync export_modules -> export_modules.sh
(edit) @69250   7 years vboxsync HostDrivers: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @68686   7 years vboxsync Split out the compile time assertions from iprt/assert.h and put them …
(edit) @68682   7 years vboxsync Drivers/Linux: make host kernel modules use make file templates. …
(edit) @67295   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67293   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67063   8 years vboxsync HostDrivers/Linux make files: added a todo.
(edit) @66073   8 years vboxsync build fix
(edit) @66072   8 years vboxsync HostDrivers, Additions: remove more rules for compiling Linux R0 modules
(edit) @65117   8 years vboxsync HostDrivers/VBoxPci: doxygen fixes
(edit) @63564   8 years vboxsync scm: cleaning up todos
(edit) @62490   8 years vboxsync (C) 2016
(edit) @61411   8 years vboxsync Linux hosts / guests: try to build the modules parallel
(edit) @61081   9 years vboxsync allow to compile with gcc configured with --enable-default-pie (e.g. …
(edit) @60592   9 years vboxsync Linux host/guest modules: added missing dependency
(edit) @60584   9 years vboxsync Linux host/guest modules: include the revision into the Linux kernel …
(edit) @59453   9 years vboxsync ticketref:15069: Minor issue with file permissions - fail SCAP …
(edit) @58963   9 years vboxsync VBoxPci/linux: Save and restore the AC bit properly when calling …
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57969   9 years vboxsync Installers/linux: drop DKMS support.
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57594   9 years vboxsync HostDrivers/VBoxPci: enclose find_module() calls by mutex_lock/unlock …
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @56293   9 years vboxsync HostDrivers: Updated (C) year.
(edit) @55508   10 years vboxsync HostDrivers/VBoxPci: Linux 4.1 compile fix
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @50798   11 years vboxsync vboxpci: make vboxPciOsDevInit() a bit less chatty.
(edit) @50797   11 years vboxsync vboxpci: convert some more printk() to vbpci_printk()
(edit) @50782   11 years vboxsync Define a printk() wrapper that prints pci device id if device is …
(edit) @50781   11 years vboxsync One semicolon is enough.
(edit) @50780   11 years vboxsync Condition ? 1 : 0 is pleonastic. While here, declare the flag bool.
(edit) @50779   11 years vboxsync vboxpci: current code never calls unmap method, so we end up leaking …
(edit) @49137   11 years vboxsync HostDrivers: Minor nit. Coding style.
(edit) @45300   12 years vboxsync Linux: more CONFIG_UIDGID_STRICT_TYPE_CHECKS fixes
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43265   12 years vboxsync HostDrivers/VBoxPci: fixed compilation if CONFIG_IOMMU_API is not …
(edit) @42905   12 years vboxsync Linux/dkms.conf: use LF eol-style and remove superfluous files
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40807   13 years vboxsync build fix
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @39432   13 years vboxsync VBoxPci: Fedora 2.6.41 exception
(edit) @39400   13 years vboxsync Linux modules: force disabling of CONFIG_MODULE_SIG when building the …
(edit) @39333   13 years vboxsync Installer/linux: more build_in_tmp simplificaion.
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39224   13 years vboxsync Linux 3.2-rc1 compile fixes
(edit) @38933   13 years vboxsync HostDrivers/VBoxPci: make it compilable without VBOX_WITH_VBOXDRV
(edit) @38299   13 years vboxsync VBoxPci/linux: adapt to new location/name of header file in Linux 3.1. …
(edit) @38183   13 years vboxsync kBuild,HostDrivers: Consolidate install targets using EXEC_SOURCES. …
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37868   13 years vboxsync HostDrivers/VBoxPci: less noise
(edit) @37798   13 years vboxsync fix OSE
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37009   14 years vboxsync VBoxPci: fixes
(edit) @36719   14 years vboxsync PCI: try to reattach previous PCI driver on VM exit
(edit) @36717   14 years vboxsync PCI: experimental code for shared interrupts support
(edit) @36678   14 years vboxsync PCI: cleanups, R3 mapping work
(edit) @36665   14 years vboxsync tweaks
(edit) @36621   14 years vboxsync VBoxPci: DECLCALLBACK
(edit) @36616   14 years vboxsync VBoxPci: static DECLHIDDEN is DoppelMoppel
(edit) @36528   14 years vboxsync PCI: fully reworked interrupts, now HDA audio device can be reasonably …
(edit) @36485   14 years vboxsync PCI: sync of interrupts rework
(edit) @36484   14 years vboxsync PCI: fix building on some setups
(edit) @36460   14 years vboxsync PCI: fixed init-order issue
(edit) @36448   14 years vboxsync PCI: refactoring, further IOMMU work
(edit) @36436   14 years vboxsync PCI: more IOMMU bits
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