Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
04c4d8d4d556256ca8131dd780427e2fbfbd0270
/
drivers
/
pci
/
bus.c
b838b39
PCI: Clear IORESOURCE_UNSET when clipping a bridge window
by Bjorn Helgaas
· 9 years ago
3a9ad0b
PCI: Add pci_bus_addr_t
by Yinghai Lu
· 9 years ago
14d76b6
PCI: Use common resource list management code instead of private implementation
by Jiang Liu
· 10 years ago
0f7e7ae
PCI: Add pci_bus_clip_resource() to clip to fit upstream window
by Yinghai Lu
· 10 years ago
b7fe943
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
by Ryan Desfosses
· 11 years ago
c893d13
PCI: Make pci_bus_add_device() void
by Yijing Wang
· 10 years ago
56a3d18
PCI: Remove unnecessary includes of <linux/init.h>
by Paul Gortmaker
· 11 years ago
664c284
PCI: Change pci_bus_alloc_resource() type_mask to unsigned long
by Bjorn Helgaas
· 11 years ago
aa11fc5
PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()
by Bjorn Helgaas
· 11 years ago
e20fa66
PCI: Don't check resource_size() in pci_bus_alloc_resource()
by Bjorn Helgaas
· 11 years ago
96702be
Merge branch 'pci/resource' into next
by Bjorn Helgaas
· 11 years ago
d56dbf5
PCI: Allocate 64-bit BARs above 4G when possible
by Yinghai Lu
· 11 years ago
f75b99d
PCI: Enforce bus address limits in resource allocation
by Yinghai Lu
· 11 years ago
36e097a
PCI: Split out bridge window override of minimum allocation address
by Bjorn Helgaas
· 11 years ago
ef37702
PCI: Move pci_proc_attach_device() to pci_bus_add_device()
by Yinghai Lu
· 11 years ago
928bea9
PCI: Delay enabling bridges until they're needed
by Yinghai Lu
· 11 years ago
fe830ef
PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count
by Jiang Liu
· 11 years ago
e253aaf
PCI: Delay final fixups until resources are assigned
by Yinghai Lu
· 11 years ago
723ec4d
Merge branch 'pci/cleanup' into next
by Bjorn Helgaas
· 12 years ago
9fc9eea
PCI: Warn about failures instead of "must_check" functions
by Bjorn Helgaas
· 12 years ago
981cf9e
PCI: Clean up usages of pci_bus->is_added
by Jiang Liu
· 12 years ago
4f53509
PCI: Put pci_dev in device tree as early as possible
by Yinghai Lu
· 12 years ago
58d9a38
PCI: Skip attaching driver in device_add()
by Yinghai Lu
· 12 years ago
3c449ed
PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses
by Yinghai Lu
· 12 years ago
72e1e86
Merge branch 'pci/mjg-pci-roms-from-efi' into next
by Bjorn Helgaas
· 12 years ago
eca0d46
PCI: Add pcibios_add_device
by Matthew Garrett
· 12 years ago
90b5c1d
PCI/PM: Fix deadlock when unbinding device if parent in D3cold
by Huang Ying
· 12 years ago
817a268
PCI: Use correct type when freeing bus resource list
by Yinghai Lu
· 12 years ago
95df8b8
PCI: fix undefined reference to 'pci_fixup_final_inited'
by Myron Stowe
· 12 years ago
735bff1
PCI: call final fixups hot-added devices
by Myron Stowe
· 12 years ago
0efd5aa
PCI: add struct pci_host_bridge_window with CPU/bus address offset
by Bjorn Helgaas
· 13 years ago
45ca9e9
PCI: add helpers for building PCI bus resource lists
by Bjorn Helgaas
· 13 years ago
dc2c2c9
PCI/sysfs: move bus cpuaffinity to class dev_attrs
by Yinghai Lu
· 13 years ago
6db45b7
Revert "PCI: allocate bus resources from the top down"
by Bjorn Helgaas
· 14 years ago
ac57cd5
Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"
by Bjorn Helgaas
· 14 years ago
82e3e76
PCI: fix pci_bus_alloc_resource() hang, prefer positive decode
by Bjorn Helgaas
· 14 years ago
18cb657
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
b126b47
PCI: allocate bus resources from the top down
by Bjorn Helgaas
· 14 years ago
7c94def
x86/PCI: Export pci_walk_bus function.
by Konrad Rzeszutek Wilk
· 15 years ago
2eb5ebd
PCI: check return value of pci_enable_device() when enabling bridges
by Junchang Wang
· 14 years ago
7736a05
PCI: sparse warning (trivial)
by Stephen Hemminger
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 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
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
70298c6
PCI AER: support Multiple Error Received and no error source id
by Zhang, Yanmin
· 15 years ago
1f82de1
PCI/x86: don't assume prefetchable ranges are 64bit
by Yinghai Lu
· 16 years ago
296ccb0
PCI: Setup disabled bridges even if buses are added
by Yuji Shimada
· 16 years ago
9dd90ca
PCI: do not enable bridges more than once
by Alex Chiang
· 16 years ago
c48f167
PCI: constify pci_bus_add_devices()
by akpm@linux-foundation.org
· 16 years ago
876e501
PCI: factor pci_bus_add_child() from pci_bus_add_devices()
by Yu Zhao
· 16 years ago
3fa16fd
PCI: cleanup pci_bus_add_devices()
by Yu Zhao
· 16 years ago
d3a5401
PCI: Add legacy_io/mem to all busses
by Benjamin Herrenschmidt
· 16 years ago
93ff68a
PCI: make CPU list affinity visible
by Mike Travis
· 16 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
cc74d96
PCI: fix issue with busses registering multiple times in sysfs
by Greg Kroah-Hartman
· 17 years ago
4725e7b
PCI: fix up error messages for pci_bus registering
by Greg Kroah-Hartman
· 17 years ago
fd7d1ce
PCI: make pci_bus a struct device
by Greg Kroah-Hartman
· 17 years ago
eb003ec
PCI: drivers/pci/: remove unused exports
by Adrian Bunk
· 17 years ago
96bde06
pci: do not mark exported functions as __devinit
by Sam Ravnborg
· 18 years ago
b19441a
PCI: fix __must_check warnings
by Greg Kroah-Hartman
· 18 years ago
e31dd6e
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
by Greg Kroah-Hartman
· 18 years ago
d71374d
[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev
by Zhang Yanmin
· 18 years ago
cecf486
[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)
by Paul Mackerras
· 19 years ago
95a6296
[PATCH] PCI: start paying attention to a lot of pci function return values
by Greg Kroah-Hartman
· 19 years ago
688d191
pci: make bus resource start address override minimum IO address
by Linus Torvalds
· 19 years ago
6ef6f0e
[PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on creation
by Rajesh Shah
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago