index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2006-12-01
20
-207
/
+254
|
\
|
*
PCI: ibmphp_pci.c: fix NULL dereference
Adrian Bunk
2006-12-01
1
-2
/
+2
|
*
pciehp: remove unnecessary pci_disable_msi
Kenji Kaneshige
2006-12-01
1
-2
/
+0
|
*
pciehp: remove unnecessary free_irq
Kenji Kaneshige
2006-12-01
1
-6
/
+1
|
*
PCI: rpaphp: change device tree examination
John Rose
2006-12-01
2
-2
/
+2
|
*
PCI: Change memory allocation for acpiphp slots
Rolf Eike Beer
2006-12-01
2
-32
/
+7
|
*
PCI: switch pci_{enable,disable}_device() to be nestable
Inaky Perez-Gonzalez
2006-12-01
4
-21
/
+57
|
*
PCI: Block on access to temporarily unavailable pci device
Matthew Wilcox
2006-12-01
1
-28
/
+47
|
*
pci: fix __pci_register_driver error handling
Akinobu Mita
2006-12-01
1
-2
/
+5
|
*
pci: clear osc support flags if no _OSC method
Kristen Carlson Accardi
2006-12-01
1
-1
/
+9
|
*
acpiphp: fix missing acpiphp_glue_exit()
Akinobu Mita
2006-12-01
1
-1
/
+3
|
*
acpiphp: fix use of list_for_each macro
Akinobu Mita
2006-12-01
1
-6
/
+2
|
*
Altix: Initial ACPI support - ROM shadowing.
John Keller
2006-12-01
1
-3
/
+6
|
*
Altix: SN ACPI hotplug support.
John Keller
2006-12-01
1
-22
/
+13
|
*
PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWI
Matthew Wilcox
2006-12-01
1
-13
/
+18
|
*
PCI: Use pci_generic_prep_mwi on sparc64
Matthew Wilcox
2006-12-01
1
-1
/
+7
|
*
PCI: quirks: fix the festering mess that claims to handle IDE quirks
Alan Cox
2006-12-01
2
-56
/
+30
|
*
PCI: save/restore PCI-X state
Stephen Hemminger
2006-12-01
1
-0
/
+44
|
*
PCI: Make some MSI-X #defines generic
Michael Ellerman
2006-12-01
1
-8
/
+0
|
*
PCI: Let PCI_MULTITHREAD_PROBE not be broken
Greg Kroah-Hartman
2006-12-01
1
-1
/
+1
*
|
Fix typos in doc and comments
Jan Engelhardt
2006-11-30
1
-1
/
+1
*
|
Fix misc .c/.h comment typos
Matt LaPlante
2006-11-30
1
-1
/
+1
*
|
Fix misc Kconfig typos
Matt LaPlante
2006-11-30
1
-1
/
+1
|
/
*
[PATCH] revert "PCI: quirk for IBM Dock II cardbus controllers"
Andrew Morton
2006-11-14
1
-27
/
+0
*
[PATCH] pci: don't try to remove sysfs files before they are setup.
David Miller
2006-11-13
1
-0
/
+3
*
[PATCH] htirq: allow buggy drivers of buggy hardware to write the registers
Eric W. Biederman
2006-11-08
1
-5
/
+24
*
[PATCH] htirq: refactor so we only have one function that writes to the chip
Eric W. Biederman
2006-11-08
1
-48
/
+24
*
PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN
Adrian Bunk
2006-11-03
1
-1
/
+1
*
PCI: Remove quirk_via_abnormal_poweroff
Karsten Wiese
2006-10-27
1
-27
/
+0
*
PCI: reset pci device state to unknown state for resume
Shaohua Li
2006-10-27
1
-0
/
+13
*
PCI: fix pci_fixup_video as it blows up on sparc64
Eiichiro Oiwa
2006-10-27
2
-48
/
+3
*
acpiphp: fix latch status
MUNEDA Takahiro
2006-10-27
1
-3
/
+3
*
Revert unintentional and bogus change to drivers/pci/quirks.c
Linus Torvalds
2006-10-23
1
-2
/
+2
*
[PKT_SCHED] netem: Orphan SKB when adding to queue.
David S. Miller
2006-10-22
1
-2
/
+2
*
[PATCH] Fix up rpaphp driver for pci hotplug header move
Olaf Hering
2006-10-20
1
-1
/
+1
*
PCI Hotplug: move pci_hotplug.h to include/linux/
Greg Kroah-Hartman
2006-10-18
23
-257
/
+22
*
change pci hotplug subsystem maintainer to Kristen
Kristen Carlson Accardi
2006-10-18
2
-4
/
+2
*
PCI: optionally sort device lists breadth-first
Matt Domsch
2006-10-18
1
-0
/
+92
*
cpcihp_generic: prevent loading without "bridge" parameter
Akinobu Mita
2006-10-18
1
-2
/
+2
*
pci: Additional search functions
Alan Cox
2006-10-18
1
-2
/
+70
*
PCI: quirks: switch quirks code offender to use pci_get API
Alan Cox
2006-10-18
1
-1
/
+2
*
PCI: Improve pci_msi_supported() comments
Brice Goglin
2006-10-18
1
-7
/
+9
*
PCI hotplug: ioremap balanced with iounmap
Amol Lad
2006-10-18
1
-5
/
+14
*
shpchp: remove unnecessary cmd_busy member from struct controller
Kenji Kaneshige
2006-10-18
2
-5
/
+1
*
shpchp: fix command completion check
Kenji Kaneshige
2006-10-18
1
-5
/
+9
*
pci: Stamp out pci_find_* usage in fakephp
Alan Cox
2006-10-18
1
-3
/
+8
*
PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM error
Zhang, Yanmin
2006-10-18
1
-1
/
+1
*
PCI: Turn pci_fixup_video into generic for embedded VGA
eiichiro.oiwa.nm@hitachi.com
2006-10-18
2
-1
/
+49
*
PCI: add ICH7/8 ACPI/GPIO io resource quirks
Daniel Ritz
2006-10-18
1
-0
/
+6
*
PCI: pcie-check-and-return-bus_register-errors fix
Andrew Morton
2006-10-18
2
-3
/
+4
[next]