Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
aad4f4000cecec9c80b5f9aff91043dc104d61a0
/
include
/
linux
/
pci.h
aad4f40
PCI: Add helper macro for pci_register_driver boilerplate
by Greg Kroah-Hartman
· 13 years ago
fb7ebfe
PCI: Increase resource array mask bit size in pcim_iomap_regions()
by Yinghai Lu
· 13 years ago
cda57bf
PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES
by Yinghai Lu
· 13 years ago
118faaf
PCI: remove pci_create_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
45ca9e9
PCI: add helpers for building PCI bus resource lists
by Bjorn Helgaas
· 13 years ago
96c5590
PCI: Pull PCI 'latency timer' setup up into the core
by Myron Stowe
· 13 years ago
cfce9fb
PCI: add declaration for pcibios_set_master() to pci 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
da8d1c8
PCI/sysfs: add per pci device msi[x] irq listing (v5)
by Neil Horman
· 13 years ago
466b3dd
PCI: Fix compile errors with PCI_ATS and !PCI_IOV
by Joerg Roedel
· 13 years ago
0e59e7e7
Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
379021d
PCI / PM: Extend PME polling to all PCI devices
by Rafael J. Wysocki
· 13 years ago
e244427
PCI: Make pci_setup_bridge() non-static for use by arch code
by Benjamin Herrenschmidt
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
5f39e67
PCI: Disable MPS configuration by default
by Jon Mason
· 13 years ago
fb7a6d4
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 13 years ago
6777829
pci: Add flag indicating device has been assigned by KVM
by Greg Rose
· 13 years ago
2bbc694
PCI : ability to relocate assigned pci-resources
by Ram Pai
· 13 years ago
b03e749
PCI: Set PCI-E Max Payload Size on fabric
by Jon Mason
· 13 years ago
f85f19d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
6d16d6d
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
d534194
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
by Ralf Baechle
· 14 years ago
688398b
PCI: Assign values to 'pci_obff_signal_type' enumeration constants
by Myron Stowe
· 14 years ago
166e927
x86/ia64: intel-iommu: move to drivers/iommu/
by Ohad Ben-Cohen
· 14 years ago
ef3b4f8
pci/of: Consolidate pci_bus_to_OF_node()
by Benjamin Herrenschmidt
· 14 years ago
64099d9
pci/of: Consolidate pci_device_to_OF_node()
by Benjamin Herrenschmidt
· 14 years ago
98d9f30c8
pci/of: Match PCI devices to OF nodes dynamically
by Benjamin Herrenschmidt
· 14 years ago
98b98d3
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
ffbdd3f
PCI: Add interfaces to store and load the device saved state
by Alex Williamson
· 14 years ago
24a4742
PCI: Track the size of each saved capability data area
by Alex Williamson
· 14 years ago
51c2e0a
PCI: add latency tolerance reporting enable/disable support
by Jesse Barnes
· 14 years ago
48a92a8
PCI: add OBFF enable/disable support
by Jesse Barnes
· 14 years ago
b48d442
PCI: add ID-based ordering enable/disable support
by Jesse Barnes
· 14 years ago
3448a19
vgaarb: use bridges to control VGA routing where possible.
by Dave Airlie
· 15 years ago
8b8bae9
PCI/ACPI: Report ASPM support to BIOS if not disabled from command line
by Rafael J. Wysocki
· 14 years ago
9975961
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
d4894f3
tg3: Add code to verify RODATA checksum of VPD
by Matt Carlson
· 14 years ago
3449248
PCI: fix tlan build when CONFIG_PCI is not enabled
by Randy Dunlap
· 14 years ago
ab0724f
PCI / ACPI: Fix build issue in pci_root.c for !CONFIG_PCIEPORTBUS
by Markus Trippelsdorf
· 14 years ago
b6e335a
PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events
by Rafael J. Wysocki
· 14 years ago
415e12b
PCI/ACPI: Request _OSC control once for each root bridge (v3)
by Rafael J. Wysocki
· 14 years ago
1d3c16a
PCI: make pci_restore_state return void
by Jon Mason
· 14 years ago
bf4d290
PCI: Export some PCI PM functionality
by Matthew Garrett
· 14 years ago
42b2193
PCI: pci_driver make name const
by Stephen Hemminger
· 14 years ago
92298e6
PCI: provide stub pci_domain_nr function for !CONFIG_PCI configs
by Dave Airlie
· 14 years ago
253d2e5
PCI: disable mmio during bar sizing
by Jacob Pan
· 15 years ago
58c84ed
PCI: fall back to original BIOS BAR addresses
by Bjorn Helgaas
· 15 years ago
9a9620d
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
by Linus Torvalds
· 15 years ago
9a90e09
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 15 years ago
affb72c
ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup
by Huang Ying
· 15 years ago
d1fd4fb
i7core_edac: Add a code to probe Xeon 55xx bus
by Mauro Carvalho Chehab
· 16 years ago
dda5654
intel-iommu: use physfn to search drhd for VF
by Yinghai
· 15 years ago
5f3cd1e
dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h
by FUJITA Tomonori
· 15 years ago
f41b177
pci-dma: add linux/pci-dma.h to linux/pci.h
by FUJITA Tomonori
· 15 years ago
322aafa
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
c7e1589
Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
4067a85
pci: Add helper to search for VPD keywords
by Matt Carlson
· 15 years ago
e1d5bda
pci: Add VPD information field helper functions
by Matt Carlson
· 15 years ago
b55ac1b
pci: Add helper to find a VPD resource data type
by Matt Carlson
· 15 years ago
7ad506f
pci: Add large and small resource data type code
by Matt Carlson
· 15 years ago
a2ce766
pci: Add PCI LRDT tag size and section size
by Matt Carlson
· 15 years ago
2fe2abf
PCI: augment bus resource table with a list
by Bjorn Helgaas
· 15 years ago
89a74ec
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
by Bjorn Helgaas
· 15 years ago
6cbf821
PCI PM: Run-time callbacks for PCI bus type
by Rafael J. Wysocki
· 15 years ago
b67ea76
PCI / ACPI / PM: Platform support for PCI PME wake-up
by Rafael J. Wysocki
· 15 years ago
c7f4865
PCI PM: PCIe PME root port service driver
by Rafael J. Wysocki
· 15 years ago
6d3be84
PCI: mark is_pcie obsolete
by Kenji Kaneshige
· 15 years ago
6841ec6
PCI: introduce pci_assign_unassigned_bridge_resources
by Yinghai Lu
· 15 years ago
41a68a7
PCI: push deprecated pci_find_device() function to last user
by Tilman Schmidt
· 15 years ago
3b7a17f
resource/PCI: mark struct resource as const
by Dominik Brodowski
· 15 years ago
b26b2d4
resource/PCI: align functions now return start of resource
by Dominik Brodowski
· 15 years ago
93177a7
PCI: Clean up build for CONFIG_PCI_QUIRKS unset
by Rafael J. Wysocki
· 15 years ago
9dfd97f
PCI: Add support for reporting PCIe 3.0 speeds
by Matthew Wilcox
· 15 years ago
45b4cdd5
PCI: Add support for AGP in cur/max bus speed
by Matthew Wilcox
· 15 years ago
3749c51
PCI: Make current and maximum bus speeds part of the PCI core
by Matthew Wilcox
· 15 years ago
536c8cb
PCI: Unify pcie_link_speed and pci_bus_speed
by Matthew Wilcox
· 15 years ago
cf4c43d
PCI: Add pci_bus_find_ext_capability
by Jesse Barnes
· 16 years ago
2bb4646
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
fb8a0d9
pci: Add SR-IOV convenience functions and macros
by Williams, Mitch A
· 15 years ago
95a8b6e
pci: Update pci_set_vga_state() to call arch functions
by Mike Travis
· 15 years ago
bb209c8
powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()
by Benjamin Herrenschmidt
· 15 years ago
1ae861e
PCI/PM: Use per-device D3 delays
by Rafael J. Wysocki
· 15 years ago
2d1c861
PCI/cardbus: Add a fixup hook and fix powerpc
by Benjamin Herrenschmidt
· 15 years ago
491424c
PCI: Global variable decls must match the defs in section attributes
by David Howells
· 15 years ago
5d990b6
PCI: add pci_request_acs
by Chris Wright
· 15 years ago
7eb776c
PCI: introduce pci_is_pcie()
by Kenji Kaneshige
· 15 years ago
d7b7e60
PCI: introduce pci_pcie_cap()
by Kenji Kaneshige
· 15 years ago
0efea00
PCI: cache PCIe capability offset
by Kenji Kaneshige
· 15 years ago
3c299dc
PCI: add pci_get_domain_bus_and_slot function
by Andrew Patterson
· 15 years ago
0584396
PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
by Matt Domsch
· 15 years ago
15ea76d
pccard: configure CLS on attach
by Tejun Heo
· 15 years ago
ac1aa47
PCI: determine CLS more intelligently
by Jesse Barnes
· 15 years ago
e80bb09
PCI PM: Introduce device flag wakeup_prepared
by Rafael J. Wysocki
· 15 years ago
2876048
PCI: pcie: Ensure hotplug ports have a minimum number of resources
by Eric W. Biederman
· 15 years ago
Next »