History log of /vbox/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
Revision Date Author Comments Expand
46f291376409835286d1597c8ecefe2d88f1bf7a 50798 17-Mar-2014 vboxsync

vboxpci: make vboxPciOsDevInit() a bit less chatty.

c8c2c9838175c04ec59ae1021fec14dbc29f1399 50797 17-Mar-2014 vboxsync

vboxpci: convert some more printk() to vbpci_printk()

66d6402a02fd031f8e5ad7c0ce7e55a9dfcc165b 50782 14-Mar-2014 vboxsync

Define a printk() wrapper that prints pci device id if device is available. Can't use dev_printk() since device is bound to stub and also since older kernels don't handle NULL device pointer. Use the new wrapper in few places, with more clean up to come.

7c7e2cc552ffa768bdcc729b162fb41225297b1b 50781 14-Mar-2014 vboxsync

One semicolon is enough.

255122207a356877c162d879c4306bee8a743172 50780 14-Mar-2014 vboxsync

Condition ? 1 : 0 is pleonastic. While here, declare the flag bool.

a822858bf01e98b56ae4f8d0d80647eb849c4187 50779 13-Mar-2014 vboxsync

vboxpci: current code never calls unmap method, so we end up leaking mappings and keeping resources busy. To hack around this, map resources only once and return existing mapping on repeated requests, free them at once in vboxPciOsDevDeinit(). This makes it possible for the host driver to take back control of the device after VM terminates.

f576b52b66656e7b4db2a5e44d110cc27348c6b3 49137 16-Oct-2013 vboxsync

HostDrivers: Minor nit. Coding style.

3a4ee21d4b2c98a248da74953c58bd051fdc7865 45300 03-Apr-2013 vboxsync

Linux: more CONFIG_UIDGID_STRICT_TYPE_CHECKS fixes

e105915591573884573c48e9c9f9522ee19cbdf0 39432 28-Nov-2011 vboxsync

VBoxPci: Fedora 2.6.41 exception

0fa6a7de6c80ef88d3cf2f5b5dd84e7efbdafa3b 39224 08-Nov-2011 vboxsync

Linux 3.2-rc1 compile fixes

b5549cb781fe654c4bb48bcef3e3e4f40ee56192 38299 03-Aug-2011 vboxsync

VBoxPci/linux: adapt to new location/name of header file in Linux 3.1. Contributed by Larry Finger.

bf3b012fa8e7c10ec6b6e6d49618228650af3e5c 37868 11-Jul-2011 vboxsync

HostDrivers/VBoxPci: less noise

5cbc8e6f19327d4705c3e80af1f97ce630dd11de 37798 06-Jul-2011 vboxsync

fix OSE