index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
probe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-27
PCI: fix conflict between SR-IOV and config space sizing
Yu Zhao
1
-4
/
+3
2009-03-21
PCI: Introduce /sys/bus/pci/rescan
Alex Chiang
1
-2
/
+2
2009-03-21
PCI: Introduce pci_rescan_bus()
Alex Chiang
1
-0
/
+32
2009-03-21
PCI: always scan child buses
Alex Chiang
1
-14
/
+20
2009-03-21
PCI: pci_scan_slot() returns newly found devices
Trent Piepho
1
-24
/
+16
2009-03-21
PCI: don't scan existing devices
Trent Piepho
1
-0
/
+6
2009-03-20
PCI: centralize device setup code
Yu Zhao
1
-38
/
+40
2009-03-20
PCI: reserve bus range for SR-IOV device
Yu Zhao
1
-0
/
+3
2009-03-20
PCI: initialize and release SR-IOV capability
Yu Zhao
1
-0
/
+4
2009-03-20
PCI/x86: detect host bridge config space size w/o using quirks
Yinghai Lu
1
-1
/
+8
2009-03-20
PCI: Use kzalloc() in pci_create_bus()
Geert Uytterhoeven
1
-2
/
+1
2009-03-20
PCI: fix wrong assumption in pci_read_bridge_bases
Kenji Kaneshige
1
-1
/
+1
2009-01-10
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+4
2009-01-07
PCI: set device wakeup capable flag if platform support is present
Jesse Barnes
1
-0
/
+1
2009-01-07
PCI: allow pci_alloc_child_bus() to handle a NULL bridge
Yu Zhao
1
-2
/
+6
2009-01-07
PCI: export __pci_read_base()
Yu Zhao
1
-11
/
+9
2009-01-07
PCI: define PCI resource names in an 'enum'
Yu Zhao
1
-1
/
+1
2009-01-07
PCI: handle PCI state saving with interrupts disabled
Rafael J. Wysocki
1
-0
/
+3
2009-01-07
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-3
/
+3
2009-01-04
cpumask: update pci_bus_show_cpuaffinity to use new cpumask API
Mike Travis
1
-4
/
+4
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-2
/
+2
2008-10-24
PCI: remove unused resource assignment in pci_read_bridge_bases()
Zhao, Yu
1
-3
/
+0
2008-10-23
PCI: Workaround invalid P2P bridge bus numbers
Benjamin Herrenschmidt
1
-2
/
+10
2008-10-20
PCI: Add ability to mmap legacy_io on some platforms
Benjamin Herrenschmidt
1
-66
/
+0
2008-10-20
PCI: probing debug message uniformization
Vincent Legoll
1
-13
/
+12
2008-10-20
PCI: support PCIe ARI capability
Yu Zhao
1
-0
/
+3
2008-10-20
PCI: centralize the capabilities code in probe.c
Zhao, Yu
1
-7
/
+20
2008-10-20
PCI: fix 64-vbit prefetchable memory resource BARs
Peter Chubb
1
-1
/
+1
2008-10-20
PCI: replace cfg space size (256/4096) by macros.
Zhao, Yu
1
-3
/
+2
2008-10-20
PCI: connect struct pci_dev to struct pci_slot
Alex Chiang
1
-0
/
+5
2008-10-20
PCI: follow lspci device/vendor style
Bjorn Helgaas
1
-1
/
+1
2008-10-20
pci: Use new %pR to print resource ranges
Benjamin Herrenschmidt
1
-15
/
+13
2008-10-16
Driver core: add bus_sort_breadthfirst() function
Greg Kroah-Hartman
1
-45
/
+5
2008-09-13
PCI: re-add debug prints for unmodified BARs
Yinghai Lu
1
-4
/
+11
2008-09-09
PCI: Fix printk warnings in probe.c
Johann Felix Soden
1
-3
/
+8
2008-08-18
Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jesse Barnes
1
-0
/
+3
2008-08-07
PCI: check the return value of device_create_bin_file() in pci_create_bus()
Simon Horman
1
-16
/
+38
2008-07-29
PCI: disable ASPM on pre-1.1 PCIe devices
Shaohua Li
1
-1
/
+2
2008-07-29
PCI: handle 64-bit resources better on 32-bit machines
Matthew Wilcox
1
-2
/
+2
2008-07-29
PCI: rewrite PCI BAR reading code
Matthew Wilcox
1
-119
/
+123
2008-07-19
Merge branch 'linus' into pci-for-jesse
Ingo Molnar
1
-16
/
+22
2008-07-08
PCI ACPI: Rework PCI handling of wake-up
Rafael J. Wysocki
1
-44
/
+3
2008-07-03
PCI: handle pci_name() being const
Greg Kroah-Hartman
1
-3
/
+3
2008-06-28
PCI: fix pci_setup_device()'s sprinting into a const buffer
David Howells
1
-2
/
+3
2008-06-26
PCI: use dev_printk when possible
Bjorn Helgaas
1
-14
/
+15
2008-06-23
pci: debug extra pci resources range
Yinghai Lu
1
-0
/
+6
2008-06-11
PCI: introduce pci_slot
Alex Chiang
1
-0
/
+1
2008-06-10
PCI: Disable PME during PCI scan
Zhao Yakui
1
-0
/
+44
2008-04-30
x86/pci: remove flag in pci_cfg_space_size_ext
Yinghai Lu
1
-16
/
+17
2008-04-27
x86: multi pci root bus with different io resource range, on 64-bit
Yinghai Lu
1
-0
/
+6
[next]