Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3cf8b64380af6fd515740b010606ada4637818c5
/
drivers
/
pci
3cf8b64
PCI: print out PCI device info along with duration
by Yinghai Lu
· 13 years ago
2069ecf
PCI: Move "pci reassigndev resource alignment" out of quirks.c
by Yinghai Lu
· 13 years ago
40c9623
PCI: Use class for quirk for ti816x class fixup
by Yinghai Lu
· 13 years ago
4c5b28e
PCI: Use class for quirk for intel e100 interrupt fixup
by Yinghai Lu
· 13 years ago
08803ef
PCI: Use class for quirk for netmos class fixup
by Yinghai Lu
· 13 years ago
faa738b
PCI: Use class for quirk for legacy ATA NO_D3
by Yinghai Lu
· 13 years ago
ae9de56
PCI: Use class for quirk for cardbus_legacy
by Yinghai Lu
· 13 years ago
52d21b5
PCI: Use class for quirk for host bridge mmio_always_on
by Yinghai Lu
· 13 years ago
f4ca5c6
PCI: Add class support in quirk handling
by Yinghai Lu
· 13 years ago
ecd58d6
Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-helgaas/linux into linux-next
by Jesse Barnes
· 13 years ago
b07f2eb
PCI: add a PCI resource reallocation config option
by Yinghai Lu
· 13 years ago
eb572e7
PCI: print out suggestion about using pci=realloc
by Yinghai Lu
· 13 years ago
b55438f
PCI: prepare pci=realloc for multiple options
by Yinghai Lu
· 13 years ago
0c5be0c
PCI: Retry on IORESOURCE_IO type allocations
by Yinghai Lu
· 13 years ago
fb127cb
PCI: collapse pcibios_resource_to_bus
by Bjorn Helgaas
· 13 years ago
36a66cd
PCI: add generic pcibios_resource_to_bus()
by Bjorn Helgaas
· 13 years ago
5bfa14e
PCI: convert bus addresses to resource when reading BARs
by Bjorn Helgaas
· 13 years ago
0efd5aa
PCI: add struct pci_host_bridge_window with CPU/bus address offset
by Bjorn Helgaas
· 13 years ago
5a21d70
PCI: add struct pci_host_bridge and a list of all bridges found
by Bjorn Helgaas
· 13 years ago
a5390aa
PCI: don't publish new root bus until it's fully initialized
by Bjorn Helgaas
· 13 years ago
844393f
PCI: make pci_flags non-weak
by Bjorn Helgaas
· 13 years ago
4708770
PCI: make pci_flags always available
by Bjorn Helgaas
· 13 years ago
7570a33
PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver
by MUNEDA Takahiro
· 13 years ago
34a4876
PCI: move pci_find_saved_cap out of linux/pci.h
by Yinghai Lu
· 13 years ago
f796841
PCI: fix memleak for pci dev removing during hotplug
by Yinghai Lu
· 13 years ago
2dd8ba9
PCI: Fix device class print out
by Yinghai Lu
· 13 years ago
3796f1e
PCI: Skip cardbus assigned resource reset during pci bus rescan
by Yinghai Lu
· 13 years ago
1184893
PCI: Fix "cardbus bridge resources as optional" size handling
by Yinghai Lu
· 13 years ago
dcef0d0
PCI: Disable cardbus bridge MEM1 prefetchable bit
by Yinghai Lu
· 13 years ago
5b415f1
PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
by Rafael J. Wysocki
· 13 years ago
09cedbe
PCI: Fix /sys warning when sriov enabled and card is hot removed
by Yinghai Lu
· 13 years ago
ad71c96
PCI: pcie: Add support for setting default ASPM policy
by Matthew Garrett
· 13 years ago
f67fd55
PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs
by Thomas Jarosch
· 13 years ago
3209874
PCI: Annotate PCI quirks in initcall_debug style
by Arjan van de Ven
· 13 years ago
309c665
PCI hotplug: cpcihp: fix debug module parameter to be bool
by Danny Kukawka
· 13 years ago
26f4106
PCI: check for pci bar restore completion and retry
by Kay, Allen M
· 13 years ago
2debd92
PCI: pciehp: Disable/enable link during slot power off/on
by Yinghai Lu
· 13 years ago
7f82299
PCI: pciehp: Add Disable/enable link functions
by Yinghai Lu
· 13 years ago
bffe4f7
PCI: pciehp: Add pcie_wait_link_not_active()
by Yinghai Lu
· 13 years ago
4e2ce40
PCI: pciehp: make check_link_active more helpful
by Yinghai Lu
· 13 years ago
2f5d8e4
PCI: pciehp: replace unconditional sleep with config space access check
by Yinghai Lu
· 13 years ago
efdc87d
PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device
by Yinghai Lu
· 13 years ago
ac205b7
PCI: make sriov work with hotplug remove
by Yinghai Lu
· 13 years ago
67cc7e2
PCI: remove add_to_failed_list()
by Yinghai Lu
· 13 years ago
b592443
PCI: add debug print out for add_size
by Yinghai Lu
· 13 years ago
bffc56d
PCI: make free_list() into a function
by Yinghai Lu
· 13 years ago
b9b0bba
PCI: Rename dev_res_x to add_res or fail_res
by Yinghai Lu
· 13 years ago
764242a
PCI: Merge pci_dev_resource_x and pci_dev_resource
by Yinghai Lu
· 13 years ago
bdc4abe
PCI: Replace resource_list with generic list
by Yinghai Lu
· 13 years ago
2934a0d
PCI: Move struct resource_list to setup-bus.c
by Yinghai Lu
· 13 years ago
78c3b32
PCI: Move pdev_sort_resources() to setup-bus.c
by Yinghai Lu
· 13 years ago
19aa7ee
PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy
by Yinghai Lu
· 13 years ago
9b03088
PCI: Make pci_rescan_bus handle add_list
by Yinghai Lu
· 13 years ago
2f32052
PCI: Make rescan bus increase bridge resource size if needed
by Yinghai Lu
· 13 years ago
8424d75
PCI: Use add_list in pcie hotplug path.
by Yinghai Lu
· 13 years ago
3e6e0d8
PCI: try to assign required+option size first
by Yinghai Lu
· 13 years ago
1c37235
PCI: Move get_res_add_size() function
by Yinghai Lu
· 13 years ago
ef62dfe
PCI: Make add_to_list() return status
by Yinghai Lu
· 13 years ago
a4ac9fe
PCI : Calculate right add_size
by Yinghai Lu
· 13 years ago
0dea210
PCI: Fix typo in setup-res.c
by Masanari Iida
· 13 years ago
6fbf9e7
PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.
by Konrad Rzeszutek Wilk
· 13 years ago
8f0cddd
PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmap
by Julia Lawall
· 13 years ago
f382a08
PCI: Can continually add funcs after adding func0
by Amos Kong
· 13 years ago
6535943f
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list
by Myron Stowe
· 13 years ago
351fc6d
PCI: Fix starting basis for resource requests
by Myron Stowe
· 13 years ago
3682a39
PCI: Fix pci cardbus removal
by Yinghai Lu
· 13 years ago
8161fe9
PCI: set pci sriov page size before reading SRIOV BAR
by Vaidyanathan Srinivasan
· 13 years ago
71f6bd4
PCI: workaround hard-wired bus number V2
by Yinghai Lu
· 13 years ago
6e9292c
kernel-doc: fix new warnings in pci
by Randy Dunlap
· 13 years ago
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
7b67e75
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
1c81065
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 13 years ago
9016037
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
00fb543
Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next
by Joerg Roedel
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
76ccc29
x86/PCI: Expand the x86_msi_ops to have a restore MSIs.
by Konrad Rzeszutek Wilk
· 13 years ago
67b0243
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1900ca1
PCI: Enable ATS at the device state restore
by Hao, Xudong
· 13 years ago
424eb39
PCI: msi: fix imbalanced refcount of msi irq sysfs objects
by Neil Horman
· 13 years ago
d56641c
PCI: kconfig: English typo in pci/pcie/Kconfig
by P. Christeas
· 13 years ago
85b8582
PCI/PM/Runtime: make PCI traces quieter
by Vincent Palatin
· 13 years ago
118faaf
PCI: remove pci_create_bus()
by Bjorn Helgaas
· 13 years ago
7e00fe2
PCI: deprecate pci_scan_bus_parented()
by Bjorn Helgaas
· 13 years ago
1e39ae9
PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()
by Bjorn Helgaas
· 13 years ago
de4b2f7
PCI: convert pci_scan_bus() to use pci_create_root_bus()
by Bjorn Helgaas
· 13 years ago
a2ebb82
PCI: add pci_scan_root_bus() that accepts resource list
by Bjorn Helgaas
· 13 years ago
166c637
PCI: add pci_create_root_bus() that accepts resource list
by Bjorn Helgaas
· 13 years ago
a9d9f52
PCI: show host bridges and root bus resources
by Bjorn Helgaas
· 13 years ago
45ca9e9
PCI: add helpers for building PCI bus resource lists
by Bjorn Helgaas
· 13 years ago
afd24ec
PCI: delay configuration of SRIOV capability
by Ram Pai
· 13 years ago
79cc960
PCI: Only call pci_stop_bus_device() one time for child devices at remove
by Yinghai Lu
· 13 years ago
f676678
PCI: latency timer doesn't apply to PCIe
by Myron Stowe
· 13 years ago
96c5590
PCI: Pull PCI 'latency timer' setup up into the core
by Myron Stowe
· 13 years ago
a2e2778
PCI: Introduce INTx check & mask API
by Jan Kiszka
· 13 years ago
fb51ccb
PCI: Rework config space blocking services
by Jan Kiszka
· 13 years ago
68e35c9
PCI: fix a brace coding style issue in probe.c
by Zac Storer
· 13 years ago
82440a8
PCI: pci_has_legacy_pm_support add driver and device to WARN
by David Fries
· 13 years ago
d5dea7d
PCI: msi: Disable msi interrupts when we initialize a pci device
by Eric W. Biederman
· 13 years ago
4716a45
PCI/ACPI/PM: Avoid resuming devices that don't signal PME
by Rafael J. Wysocki
· 13 years ago
Next »