Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bbe09cbe3f082b0af8fd83ccdf5ce1cf005da3eb
/
include
/
linux
/
pci.h
dc7c65d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
337001b
PCI: Simplify PCI device PM code
by Rafael J. Wysocki
· 16 years ago
404cc2d
PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep
by Rafael J. Wysocki
· 16 years ago
c6c4f07
PCI: make pci_name use dev_name
by Greg KH
· 16 years ago
80be038
PCI: add stub for pci_set_consistent_dma_mask()
by Randy Dunlap
· 16 years ago
9433f6d
PCI: Fix comment of pci_dynids
by Wang Chen
· 16 years ago
45aec1ae
x86: PAT export resource_wc in pci sysfs
by venkatesh.pallipadi@intel.com
· 17 years ago
f46753c
PCI: introduce pci_slot
by Alex Chiang
· 16 years ago
bbb44d9
PCI: implement new suspend/resume callbacks
by Rafael J. Wysocki
· 17 years ago
e1a2a51
Suspend/Resume bug in PCI layer wrt quirks
by Rafael J. Wysocki
· 17 years ago
19792a0
PCI: drivers/pci/pci.c: add prototypes
by Adrian Bunk
· 17 years ago
70b9f7d
x86/pci: remove flag in pci_cfg_space_size_ext
by Yinghai Lu
· 17 years ago
98db6f1
x86: fix section mismatch in pci_scan_bus
by Sam Ravnborg
· 17 years ago
a217656
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 17 years ago
d52877c
pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2
by Yinghai Lu
· 17 years ago
ee69439c
PCI: don't expose struct pci_vpd to userspace
by Jesse Barnes
· 17 years ago
30a18d6
x86: multi pci root bus with different io resource range, on 64-bit
by Yinghai Lu
· 17 years ago
bb63b42
x86 pci: remove checking type for mmconfig probe
by Yinghai Lu
· 17 years ago
57741a7
x86_64: set cfg_size for AMD Family 10h in case MMCONFIG
by Yinghai Lu
· 17 years ago
7752d5c
x86: validate against acpi motherboard resources
by Robert Hancock
· 17 years ago
94e6108
PCI: Expose PCI VPD through sysfs
by Ben Hutchings
· 17 years ago
842de40
PCI: add generic pci_enable_resources()
by Bjorn Helgaas
· 17 years ago
7d715a6
PCI: add PCI Express ASPM support
by Shaohua Li
· 17 years ago
5ff580c
PCI: remove global list of PCI devices
by Greg Kroah-Hartman
· 17 years ago
8a1bc90
PCI: add is_added flag to struct pci_dev
by Greg Kroah-Hartman
· 17 years ago
95247b5
PCI: clean up search.c a lot
by Greg Kroah-Hartman
· 17 years ago
3422090
PCI: remove pci_get_device_reverse
by Greg Kroah-Hartman
· 17 years ago
448432c
PCI: remove pci_find_present
by Greg Kroah-Hartman
· 17 years ago
2baad5f
PCI: #if 0 pci_assign_resource_fixed()
by Adrian Bunk
· 17 years ago
49741c4
PCI: revert "pcie: utilize pcie transaction pending bit"
by Andrew Morton
· 17 years ago
916fbfb
devres: implement pcim_iomap_regions_request_all()
by Tejun Heo
· 17 years ago
cc74d96
PCI: fix issue with busses registering multiple times in sysfs
by Greg Kroah-Hartman
· 17 years ago
9f9351b
rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE
by Andrew Morton
· 17 years ago
90a1ba0
PCI: Add DECLARE_PCI_DEVICE_TABLE macro
by Jonas Bonn
· 17 years ago
b6ce068
Change pci_raw_ops to pci_raw_read/write
by Matthew Wilcox
· 17 years ago
59fc67d
iommu sg merging: PCI: add dma segment boundary support
by FUJITA Tomonori
· 17 years ago
4d57cdf
iommu sg merging: PCI: add device_dma_parameters support
by FUJITA Tomonori
· 17 years ago
cc3a137
Revert "PCI: PCIE ASPM support"
by Greg Kroah-Hartman
· 17 years ago
fd7d1ce
PCI: make pci_bus a struct device
by Greg Kroah-Hartman
· 18 years ago
05cca6e
PCI: fix codingstyle issues in include/linux/pci.h
by Greg Kroah-Hartman
· 17 years ago
6c723d5
PCI: PCIE ASPM support
by Shaohua Li
· 17 years ago
7cbe5b6
PCI: Remove pci_enable_device_bars()
by Benjamin Herrenschmidt
· 17 years ago
b718989
PCI: Add pci_enable_device_{io,mem} intefaces
by Benjamin Herrenschmidt
· 17 years ago
c40a22e
PCI: Fix bus resource assignment on 32 bits with 64b resources
by Benjamin Herrenschmidt
· 17 years ago
94688cf
PCI: export pci_restore_msi_state()
by Linas Vepstas
· 17 years ago
10d7425
PCI: get rid of pci_dev::{vendor,device}_compatible fields
by Lennert Buytenhek
· 17 years ago
4348a2d
pcie: utilize pcie transaction pending bit
by Shaohua Li
· 17 years ago
b09549e
PCI: drivers/pci/rom.c: #if 0 two functions
by Adrian Bunk
· 17 years ago
ad668599
PCI: make pci_restore_bars() static
by Adrian Bunk
· 17 years ago
3ff6eec
remove __attribute_used__
by Adrian Bunk
· 17 years ago
bd3989e
PCI: Add Kconfig option to disable deprecated pci_find_* API
by Jeff Garzik
· 17 years ago
d73460d
PCI: make pci_match_device() static
by Adrian Bunk
· 17 years ago
ba698ad
PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.
by David Miller
· 17 years ago
994a65e
Intel IOMMU: PCI generic helper function
by Keshavamurthy, Anil S
· 17 years ago
32a2eea
PCI: Add 'nodomains' boot option, and pci_domains_supported global
by Jeff Garzik
· 17 years ago
2637e5b
PCI: make pcie_get_readrq visible in pci.h
by Brice Goglin
· 17 years ago
ce5ccde
PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h
by Kumar Gala
· 17 years ago
0b62e13
pci: rename __pci_reenable_device() to pci_reenable_device()
by Tejun Heo
· 17 years ago
f0a664b
PCI: export __pci_reenable_device()
by Tejun Heo
· 17 years ago
ed4aaad
fix jvc cdrom drive lockup
by Zhang, Yanmin
· 17 years ago
0806ca2
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 17 years ago
694625c
PCI: add pci_try_set_mwi
by Randy Dunlap
· 17 years ago
579082d
PCI: Fix typo in include/linux/pci.h
by Rolf Eike Beer
· 17 years ago
b8a3a52
PCI: read revision ID by default
by Auke Kok
· 17 years ago
56906c6
PCI: remove useless pci driver method
by David Brownell
· 18 years ago
adf809d
+ pci_find_slot-mark-deprecated.patch added to -mm tree
by Alan Cox
· 18 years ago
a2cd52c
PCI: Make pcibios_add_platform_entries() return errors
by Michael Ellerman
· 18 years ago
575e334
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
by Michael Ellerman
· 18 years ago
d556ad4
PCI: add PCI-X/PCI-Express read control interfaces
by Peter Oruba
· 18 years ago
d7ad225
[IA64] SN: Correct ROM resource length for BIOS copy
by John Keller
· 17 years ago
d80d021
pci.h stubs (for EDD build error)
by Randy Dunlap
· 17 years ago
ecf3650
PCI: the overdue removal of pci_module_init()
by Adrian Bunk
· 18 years ago
314e77b
MSI: Remove dev->first_msi_irq
by Michael Ellerman
· 18 years ago
4aa9bc9
MSI: Use a list instead of the custom link structure
by Michael Ellerman
· 18 years ago
6589121
PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev
by Michael Ellerman
· 18 years ago
0da0ead
PCI: define pci_request/release_regions() for CONFIG_PCI=n
by Sergei Shtylyov
· 18 years ago
f7bdd12
pci: New PCI-E reset API
by Brian King
· 18 years ago
ec04b07
iomap: implement pcim_iounmap_regions()
by Tejun Heo
· 18 years ago
21c7f30
driver core: per-subsystem multithreaded probing
by Cornelia Huck
· 18 years ago
9f35575
[PATCH] pci: Repair pci_save/restore_state so we can restore one save many times.
by Eric W. Biederman
· 18 years ago
f5f2b13
[PATCH] msi: sanely support hardware level msi disabling
by Eric W. Biederman
· 18 years ago
4516a61
PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options
by Atsushi Nemoto
· 18 years ago
5ea8176
[PATCH] sort the devres mess out
by Al Viro
· 18 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago
78149df
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 18 years ago
ded86d8
msi: Kill msi_lookup_irq
by Eric W. Biederman
· 18 years ago
0fcfdab
MSI: Remove pci_scan_msi_device()
by Michael Ellerman
· 18 years ago
8255cf3
PCI: make isa_bridge Alpha-only
by Adrian Bunk
· 18 years ago
429538a
PCI: mark pci_find_device() as __deprecated
by Adrian Bunk
· 18 years ago
fd9b37c
PCI: remove pci_find_device_reverse()
by Adrian Bunk
· 18 years ago
a7369f1
PCI: define inline for test of channel error state
by Linas Vepstas
· 18 years ago
c87deff
PCI : Add selected_regions funcs
by Hidetoshi Seto
· 18 years ago
725522b
PCI: add the sysfs driver name to all modules
by Greg Kroah-Hartman
· 18 years ago
7e7a43c
PCI: don't export device IDs to userspace
by Adrian Bunk
· 18 years ago
1597cac
PCI: Fix multiple problems with VIA hardware
by Alan Cox
· 18 years ago
687d5fe
PCI: Add pci_find_ht_capability() for finding Hypertransport capabilities
by Michael Ellerman
· 18 years ago
d86f90f
pci: Introduce pci_find_present
by Alan Cox
· 18 years ago
bae94d0
PCI: switch pci_{enable,disable}_device() to be nestable
by Inaky Perez-Gonzalez
· 18 years ago
d42552c
[PATCH] pci: declare pci_get_device_reverse()
by Andrew Morton
· 18 years ago
6b4b78f
PCI: optionally sort device lists breadth-first
by Matt Domsch
· 18 years ago
Next »