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
2006-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2006-06-26
[PATCH] x86_64: msi_apic.c build fix
Christian Kujau
1
-0
/
+1
2006-06-26
spelling fixes
Andreas Mohr
1
-1
/
+1
2006-06-21
[PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible
Brice Goglin
1
-0
/
+19
2006-06-21
[PATCH] PCI: Bus Parity Status sysfs interface
Doug Thompson
1
-0
/
+24
2006-06-21
[PATCH] PCI: MSI-K8T-Neo2-Fir: run only where needed
Chris Wedgwood
1
-7
/
+10
2006-06-21
[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev
Zhang Yanmin
5
-43
/
+41
2006-06-21
[PATCH] PCI: remove unneeded msi code
Grant Grundler
1
-44
/
+1
2006-06-21
[PATCH] PCI: don't move ioapics below PCI bridge
Kimball Murray
1
-2
/
+3
2006-06-21
[PATCH] PCI: cleanup unused variable about msi driver
bibo,mao
1
-5
/
+0
2006-06-21
[PATCH] PCI: disable msi mode in pci_disable_device
Shaohua Li
2
-3
/
+12
2006-06-21
[PATCH] PCI: Allow MSI to work on kexec kernel
Rajesh Shah
1
-4
/
+3
2006-06-21
[PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?
Brice Goglin
1
-2
/
+12
2006-06-21
[PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundation
Doug Thompson
1
-0
/
+11
2006-06-21
[PATCH] PCI ACPI: Rename the functions to avoid multiple instances.
Muthu Kumar
1
-8
/
+8
2006-06-21
[PATCH] PCI: don't enable device if already enabled
Kristen Accardi
1
-1
/
+6
2006-06-21
[PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow users...
Arjan van de Ven
1
-0
/
+21
2006-06-21
[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments
Kumar Gala
1
-0
/
+40
2006-06-21
[PATCH] PCI: fix to pci ignore pre-set 64-bit bars on 32-bit platforms
Bjorn Helgaas
1
-1
/
+1
2006-06-21
[PATCH] PCI: Ignore pre-set 64-bit BARs on 32-bit platforms
H. Peter Anvin
1
-11
/
+17
2006-06-21
[PATCH] PCI: altix: msi support
Mark Maule
1
-4
/
+196
2006-06-21
[PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
Mark Maule
1
-1
/
+5
2006-06-21
[PATCH] PCI: msi abstractions and support for altix
Mark Maule
5
-144
/
+325
2006-06-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
15
-661
/
+1091
2006-06-20
[PATCH] PCI Hotplug: Fix recovery path from errors during pcie_init()
Jan Beulich
1
-5
/
+20
2006-06-20
[PATCH] PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controlle...
Eric Sesterhenn
1
-6
/
+6
2006-06-20
[PATCH] shpchp: Cleanup improper info messages
Kenji Kaneshige
2
-19
/
+19
2006-06-20
[PATCH] shpchp: Remove Unused hpc_evelnt_lock
Kenji Kaneshige
1
-8
/
+0
2006-06-20
[PATCH] shpchp: Cleanup interrupt polling timer
Kenji Kaneshige
1
-33
/
+26
2006-06-20
[PATCH] shpchp: Cleanup SHPC commands
Kenji Kaneshige
1
-50
/
+48
2006-06-20
[PATCH] shpchp: Cleanup interrupt handler
Kenji Kaneshige
1
-68
/
+57
2006-06-20
[PATCH] shpchp: Remove unnecessary hpc_ctlr_handle check
Kenji Kaneshige
1
-181
/
+16
2006-06-20
[PATCH] pciehp: Implement get_address callback
Kenji Kaneshige
1
-0
/
+14
2006-06-20
[PATCH] pciehp: Add missing pci_dev_put
Kenji Kaneshige
1
-0
/
+2
2006-06-20
[PATCH] pciehp: Replace pci_find_slot() with pci_get_slot()
Kenji Kaneshige
1
-2
/
+7
2006-06-20
[PATCH] SGI Hotplug: Incorrect power status
Mike Habeck
1
-1
/
+3
2006-06-20
[PATCH] shpchp: Create shpchpd at controller probe time
Kenji Kaneshige
2
-8
/
+19
2006-06-20
[PATCH] shpchp: Mask Global SERR and Intr at controller release time
Kenji Kaneshige
1
-1
/
+10
2006-06-20
[PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits access
Kenji Kaneshige
1
-5
/
+20
2006-06-20
[PATCH] SHPC: Fix SHPC Logical Slot Register bits access
Kenji Kaneshige
1
-9
/
+40
2006-06-20
[PATCH] SHPC: Cleanup SHPC Logical Slot Register bits access
Kenji Kaneshige
1
-87
/
+64
2006-06-20
[PATCH] SHPC: Cleanup SHPC Logical Slot Register access
Kenji Kaneshige
1
-13
/
+18
2006-06-20
[PATCH] SHPC: Cleanup SHPC register access
Kenji Kaneshige
1
-80
/
+112
2006-06-20
[PATCH] pciehp: Fix programming hotplug parameters
Kenji Kaneshige
1
-2
/
+139
2006-06-20
[PATCH] acpi_pcihp: Add support for _HPX
Kenji Kaneshige
4
-36
/
+262
2006-06-20
[PATCH] acpi_pcihp: Remove improper error message about OSHP
Kenji Kaneshige
1
-2
/
+19
2006-06-20
[PATCH] acpi_pcihp: Fix programming _HPP values
Kenji Kaneshige
5
-14
/
+29
2006-06-20
[PATCH] pciehp: dont call pci_enable_dev
Kristen Accardi
1
-3
/
+0
2006-06-20
[PATCH] PCI Hotplug: don't use acpi_os_free
Kristen Accardi
3
-11
/
+11
2006-06-20
[PATCH] acpiphp: turn off slot power at error case
MUNEDA Takahiro
1
-1
/
+7
[next]