Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0718b334068475d5eac4e25f1a88981880917f1d
/
drivers
/
xen
/
xen-pciback
5584ea2
xen: modify xenstore watch event interface
by Juergen Gross
· 8 years ago
4e81f1c
xen: make use of xenbus_read_unsigned() in xen-pciback
by Juergen Gross
· 8 years ago
b057878
xen/pciback: support driver_override
by Juergen Gross
· 8 years ago
9f8bee9
xen/pciback: avoid multiple entries in slot list
by Juergen Gross
· 8 years ago
1af916b
xen/pciback: simplify pcistub device handling
by Juergen Gross
· 8 years ago
1ad6344
xen-pciback: drop superfluous variables
by Jan Beulich
· 8 years ago
ee87d6d
xen-pciback: short-circuit read path used for merging write values
by Jan Beulich
· 8 years ago
5852036
xen-pciback: use const and unsigned in bar_init()
by Jan Beulich
· 8 years ago
c8670c2
xen-pciback: simplify determination of 64-bit memory resource
by Jan Beulich
· 8 years ago
6ad2655
xen-pciback: fold read_dev_bar() into its now single caller
by Jan Beulich
· 8 years ago
664093b
xen-pciback: drop rom_init()
by Jan Beulich
· 8 years ago
6c6e4ca
xen-pciback: drop unused function parameter of read_dev_bar()
by Jan Beulich
· 8 years ago
429eafe
xen: xen-pciback: Remove create_workqueue
by Bhaktipriya Shridhar
· 9 years ago
d2bd05d
xen-pciback: return proper values during BAR sizing
by Jan Beulich
· 8 years ago
02ef871
xen/pciback: Fix conf_space read/write overlap check.
by Andrey Grodzovsky
· 8 years ago
55fc733
Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
59aa56b
xen: audit usages of module.h ; remove unnecessary instances
by Paul Gortmaker
· 9 years ago
d159457
xen/pciback: Save the number of MSI-X entries to be copied later.
by Konrad Rzeszutek Wilk
· 9 years ago
8d47065
xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
by Konrad Rzeszutek Wilk
· 9 years ago
584a561
xen-pciback: fix up cleanup path when alloc fails
by Doug Goldstein
· 9 years ago
408fb0e
xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.
by Konrad Rzeszutek Wilk
· 9 years ago
7cfb905
xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled.
by Konrad Rzeszutek Wilk
· 10 years ago
a396f3a
xen/pciback: Do not install an IRQ handler for MSI interrupts.
by Konrad Rzeszutek Wilk
· 9 years ago
5e0ce14
xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MSI-X enabled
by Konrad Rzeszutek Wilk
· 9 years ago
56441f3
xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI-X enabled
by Konrad Rzeszutek Wilk
· 10 years ago
8135cf8
xen/pciback: Save xen_pci_op commands before processing it
by Konrad Rzeszutek Wilk
· 9 years ago
8014bcc
xen-pciback: Add name prefix to global 'permissive' variable
by Ben Hutchings
· 10 years ago
ccc9d90
xenbus_client: Extend interface to support multi-page ring
by Wei Liu
· 10 years ago
278edfc
xen-pciback: also support disabling of bus-mastering and memory-write-invalidate
by Jan Beulich
· 10 years ago
74beaf6
xen/pciback: Don't print scary messages when unsupported by hypervisor.
by Konrad Rzeszutek Wilk
· 10 years ago
af6fc85
xen-pciback: limit guest control of command register
by Jan Beulich
· 10 years ago
6945c59
xen-pciback: drop SR-IOV VFs when PF driver unloads
by Jan Beulich
· 10 years ago
b1df4a5
xen/pciback: Restore configuration space when detaching from a guest.
by Konrad Rzeszutek Wilk
· 10 years ago
c1a0433
xen/pciback: Remove tons of dereferences
by Konrad Rzeszutek Wilk
· 10 years ago
1539061
xen/pciback: Print out the domain owning the device.
by Konrad Rzeszutek Wilk
· 10 years ago
b5d5121
xen/pciback: Include the domain id if removing the device whilst still in use
by Konrad Rzeszutek Wilk
· 10 years ago
ac80102
driver core: Provide an wrapper around the mutex to do lockdep warnings
by Konrad Rzeszutek Wilk
· 10 years ago
e8801a7
xen/pciback: Don't deadlock when unbinding.
by Konrad Rzeszutek Wilk
· 10 years ago
81ae31d
Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
95afae4
xen: remove DEFINE_XENBUS_DRIVER() macro
by David Vrabel
· 10 years ago
be507fd
xen/pciback: Use PCI device flag helper functions
by Ethan Zhao
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
2ef7603
xen/pciback: Fix error return code in xen_pcibk_attach()
by Wei Yongjun
· 10 years ago
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
0a9fd01
xen/pciback: Document the entry points for 'pcistub_put_pci_dev'
by Konrad Rzeszutek Wilk
· 11 years ago
24d8bf1
xen/pciback: Document when the 'unbind' and 'bind' functions are called.
by Konrad Rzeszutek Wilk
· 11 years ago
8be9df6
xen-pciback: Document when we FLR an PCI device.
by Konrad Rzeszutek Wilk
· 11 years ago
fcb8ce9
xen-pciback: First reset, then free.
by Konrad Rzeszutek Wilk
· 11 years ago
8899035
xen-pciback: Cleanup up pcistub_put_pci_dev
by Konrad Rzeszutek Wilk
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
c0914e6
xen-pciback: silence an unwanted debug printk
by Dan Carpenter
· 11 years ago
cea37f8
xen: fix memory leak in __xen_pcibk_add_pci_dev()
by Daeseok Youn
· 11 years ago
efdfa3e
xen-pciback: Use pci_enable_msix_exact() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
283c097
xen: Convert printks to pr_<level>
by Joe Perches
· 11 years ago
405010d
xen-pciback: fix error return code in pcistub_irq_handler_switch()
by Wei Yongjun
· 12 years ago
d69c0e3
xen-pciback: more uses of cached MSI-X capability offset
by Jan Beulich
· 12 years ago
909b3fd
xen-pciback: notify hypervisor about devices intended to be assigned to guests
by Jan Beulich
· 12 years ago
bdc5c18
xen/pciback: Don't disable a PCI device that is already disabled.
by Konrad Rzeszutek Wilk
· 12 years ago
a04521a
Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
51ac889
xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()
by Jan Beulich
· 12 years ago
5c69bed
Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
6337a23
x86/xen : Fix the wrong check in pciback
by Yang Zhang
· 12 years ago
345a525
Drivers: xen: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
896ea17
Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
744627e9
treewide: fix printk typo in multiple drivers
by Masanari Iida
· 12 years ago
b3e40b7
xen-pciback: reject out of range inputs
by Jan Beulich
· 12 years ago
5b71fbd
xen-pciback: simplify and tighten parsing of device IDs
by Jan Beulich
· 12 years ago
e05dacd
Merge commit 'v3.7-rc1' into stable/for-linus-3.7
by Konrad Rzeszutek Wilk
· 12 years ago
8a5248f
xen PV passthru: assign SR-IOV virtual functions to separate virtual slots
by Laszlo Ersek
· 12 years ago
56d92aa
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
c341ca4
xen/pciback: Restore the PCI config space after an FLR.
by Konrad Rzeszutek Wilk
· 12 years ago
e6aa70a
xen-pciback: properly clean up after calling pcistub_device_find()
by Jan Beulich
· 12 years ago
c3cb470
xen-pciback: support wild cards in slot specifications
by Jan Beulich
· 12 years ago
78890b5
Merge commit 'v3.6-rc5' into next
by Bjorn Helgaas
· 12 years ago
1d35203
make drivers with pci error handlers const
by Stephen Hemminger
· 12 years ago
80ba77d
xen/pciback: Fix proper FLR steps.
by Konrad Rzeszutek Wilk
· 12 years ago
a696165
PCI: create common pcibios_err_to_errno
by Alex Williamson
· 12 years ago
9479f0f
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
0ee46ec
xen/pciback: fix XEN_PCI_OP_enable_msix result
by Jan Beulich
· 13 years ago
d4c6fa7
Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
e4de866
xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.
by Konrad Rzeszutek Wilk
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
cd9db80
xen/pciback: Support pci_reset_function, aka FLR or D3 support.
by Konrad Rzeszutek Wilk
· 13 years ago
6c254de
xen/pciback: Expand the warning message to include domain id.
by Konrad Rzeszutek Wilk
· 13 years ago
3167355
xen/pciback: Fix "device has been assigned to X domain!" warning
by Konrad Rzeszutek Wilk
· 13 years ago
97309d3
xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"
by Konrad Rzeszutek Wilk
· 13 years ago
73db144
Xen: consolidate and simplify struct xenbus_driver instantiation
by Jan Beulich
· 13 years ago
72ee511
xen: Add module.h to modular drivers/xen users.
by Paul Gortmaker
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
4645bf3
xen/pciback: Check if the device is found instead of blindly assuming so.
by Konrad Rzeszutek Wilk
· 13 years ago
72bf809
xen/pciback: Do not dereference psdev during printk when it is NULL.
by Konrad Rzeszutek Wilk
· 13 years ago
e1db4ce
xen/pciback: double lock typo
by Dan Carpenter
· 13 years ago
cf177fd
xen/pciback: Add flag indicating device has been assigned by Xen
by Konrad Rzeszutek Wilk
· 13 years ago
74d33de
xen/pciback: use mutex rather than spinlock in vpci backend
by Konrad Rzeszutek Wilk
· 13 years ago
b1766b6
xen/pciback: Use mutexes when working with Xenbus state transitions.
by Konrad Rzeszutek Wilk
· 13 years ago
402c5e1
xen/pciback: miscellaneous adjustments
by Jan Beulich
· 13 years ago
04df355
xen/pciback: use mutex rather than spinlock in passthrough backend
by Jan Beulich
· 13 years ago
5fa9991
xen/pciback: use resource_size()
by Thomas Meyer
· 13 years ago
f45c078
xen/pciback: remove duplicated #include
by Huang Weiyi
· 13 years ago
2ebdc42
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI
by Konrad Rzeszutek Wilk
· 13 years ago
Next »