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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-01
pci: rename __pci_reenable_device() to pci_reenable_device()
Tejun Heo
2
-5
/
+4
2007-07-31
kernel-doc fixes for PCI and drivers/base/
Randy Dunlap
1
-1
/
+1
2007-07-30
ACPI: restore CONFIG_ACPI_SLEEP
Len Brown
1
-0
/
+4
2007-07-25
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
3
-9
/
+29
2007-07-25
PCI: export __pci_reenable_device()
Tejun Heo
2
-1
/
+1
2007-07-22
ACPI: ignore _PSx method for hotplugable PCI devices
Shaohua Li
1
-0
/
+4
2007-07-22
ACPI: Use ACPI methods to select PCI device suspend state
Shaohua Li
3
-9
/
+25
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-17
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
1
-3
/
+3
2007-07-16
Remove capability.h from mm.h
Alexey Dobriyan
2
-2
/
+2
2007-07-16
use no_pci_devices() in pci/search.c
Andrew Morton
1
-2
/
+2
2007-07-16
fix jvc cdrom drive lockup
Zhang, Yanmin
1
-0
/
+12
2007-07-13
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
1
-29
/
+44
2007-07-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
25
-239
/
+488
2007-07-12
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2
-8
/
+16
2007-07-12
sysfs: kill unnecessary attribute->owner
Tejun Heo
3
-7
/
+0
2007-07-12
PCI: Only build PCI syscalls on architectures that want them
Matthew Wilcox
1
-3
/
+1
2007-07-12
PCI: limit pci_get_bus_and_slot to domain 0
Randy Dunlap
1
-2
/
+5
2007-07-12
PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug fai...
Gary Hade
1
-2
/
+46
2007-07-12
PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridge
Gary Hade
1
-0
/
+3
2007-07-12
PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3
Gary Hade
3
-2
/
+7
2007-07-12
PCI: hotplug: pciehp: wait for 1 second after power off slot
Kenji Kaneshige
1
-0
/
+12
2007-07-12
PCI: pci_set_power_state(): check for PM capabilities earlier
Andrew Lunn
1
-7
/
+7
2007-07-12
PCI: cpci_hotplug: Convert to use the kthread API
Scott Murray
1
-45
/
+21
2007-07-12
PCI: add pci_try_set_mwi
Randy Dunlap
1
-4
/
+24
2007-07-12
PCI: pcie: remove SPIN_LOCK_UNLOCKED
Milind Arun Choudhary
1
-1
/
+1
2007-07-12
PCI: ROUND_UP macro cleanup in drivers/pci
Milind Arun Choudhary
2
-7
/
+3
2007-07-12
PCI: pci-x-pci-express-read-control-interfaces cleanups
Andrew Morton
2
-6
/
+4
2007-07-12
PCI: Change all drivers to use pci_device->revision
Auke Kok
2
-17
/
+9
2007-07-12
PCI: read revision ID by default
Auke Kok
1
-0
/
+1
2007-07-12
PCI: unexport pci_proc_attach_device
Adrian Bunk
1
-1
/
+0
2007-07-12
PCI aer: add pci_cleanup_aer_correct_aer_status
Stephen Hemminger
1
-0
/
+16
2007-07-12
PCI: fix AER driver error information
Zhang, Yanmin
6
-47
/
+34
2007-07-12
PCI: hotplug: pciehp: Fix possible race condition in writing slot
Kenji Kaneshige
2
-90
/
+102
2007-07-12
PCI: Make pcibios_add_platform_entries() return errors
Michael Ellerman
1
-3
/
+7
2007-07-12
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
Michael Ellerman
1
-0
/
+5
2007-07-12
PCI: add PCI-X/PCI-Express read control interfaces
Peter Oruba
2
-0
/
+176
2007-07-12
pci syscall.c: Switch to refcounting API
Alan Cox
1
-9
/
+11
2007-07-12
PCI: point people to Bernhard instead of the linux-kernel list
Greg Kroah-Hartman
1
-1
/
+1
2007-07-10
[IA64] SN: Correct ROM resource length for BIOS copy
John Keller
1
-29
/
+44
2007-06-14
[POWERPC] Rewrite IO allocation & mapping on powerpc64
Benjamin Herrenschmidt
1
-3
/
+3
2007-06-01
msi: mask the msix vector before we unmap it
Eric W. Biederman
1
-3
/
+3
2007-06-01
msi: fix the ordering of msix irqs
Eric W. Biederman
1
-2
/
+2
2007-06-01
PCI: quirk disable MSI on via vt3351
Jay Cliburn
1
-0
/
+1
2007-06-01
PCI: Fix pci_find_present
Ben Gardner
1
-1
/
+2
2007-06-01
PCI: disable MSI by default on systems with Serverworks HT1000 chips
Andy Gospodarek
1
-0
/
+1
2007-06-01
msi: fix ARM compile
Dan Williams
1
-1
/
+1
2007-05-31
pci-quirks: fix MSI disabling on RS400-200 and RS480
Tejun Heo
1
-9
/
+9
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
2
-0
/
+2
2007-05-16
rpadlpar breakage - fallout of struct subsystem removal
Al Viro
1
-2
/
+3
[next]