aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] add numa node information to struct deviceChristoph Hellwig2006-12-071-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\
| * [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0521-210/+257
|\|
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-0120-207/+254
| |\
| | * PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk2006-12-011-2/+2
| | * pciehp: remove unnecessary pci_disable_msiKenji Kaneshige2006-12-011-2/+0
| | * pciehp: remove unnecessary free_irqKenji Kaneshige2006-12-011-6/+1
| | * PCI: rpaphp: change device tree examinationJohn Rose2006-12-012-2/+2
| | * PCI: Change memory allocation for acpiphp slotsRolf Eike Beer2006-12-012-32/+7
| | * PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez2006-12-014-21/+57
| | * PCI: Block on access to temporarily unavailable pci deviceMatthew Wilcox2006-12-011-28/+47
| | * pci: fix __pci_register_driver error handlingAkinobu Mita2006-12-011-2/+5
| | * pci: clear osc support flags if no _OSC methodKristen Carlson Accardi2006-12-011-1/+9
| | * acpiphp: fix missing acpiphp_glue_exit()Akinobu Mita2006-12-011-1/+3
| | * acpiphp: fix use of list_for_each macroAkinobu Mita2006-12-011-6/+2
| | * Altix: Initial ACPI support - ROM shadowing.John Keller2006-12-011-3/+6
| | * Altix: SN ACPI hotplug support.John Keller2006-12-011-22/+13
| | * PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox2006-12-011-13/+18
| | * PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox2006-12-011-1/+7
| | * PCI: quirks: fix the festering mess that claims to handle IDE quirksAlan Cox2006-12-012-56/+30
| | * PCI: save/restore PCI-X stateStephen Hemminger2006-12-011-0/+44
| | * PCI: Make some MSI-X #defines genericMichael Ellerman2006-12-011-8/+0
| | * PCI: Let PCI_MULTITHREAD_PROBE not be brokenGreg Kroah-Hartman2006-12-011-1/+1
| * | Fix typos in doc and commentsJan Engelhardt2006-11-301-1/+1
| * | Fix misc .c/.h comment typosMatt LaPlante2006-11-301-1/+1
| * | Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
| |/
* | WorkStruct: make allyesconfigDavid Howells2006-11-223-12/+13
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-223-6/+6
|/
* [PATCH] revert "PCI: quirk for IBM Dock II cardbus controllers"Andrew Morton2006-11-141-27/+0
* [PATCH] pci: don't try to remove sysfs files before they are setup.David Miller2006-11-131-0/+3
* [PATCH] htirq: allow buggy drivers of buggy hardware to write the registersEric W. Biederman2006-11-081-5/+24
* [PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman2006-11-081-48/+24
* PCI: Let PCI_MULTITHREAD_PROBE depend on BROKENAdrian Bunk2006-11-031-1/+1
* PCI: Remove quirk_via_abnormal_poweroffKarsten Wiese2006-10-271-27/+0
* PCI: reset pci device state to unknown state for resumeShaohua Li2006-10-271-0/+13
* PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2006-10-272-48/+3
* acpiphp: fix latch statusMUNEDA Takahiro2006-10-271-3/+3
* Revert unintentional and bogus change to drivers/pci/quirks.cLinus Torvalds2006-10-231-2/+2
* [PKT_SCHED] netem: Orphan SKB when adding to queue.David S. Miller2006-10-221-2/+2
* [PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering2006-10-201-1/+1
* PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman2006-10-1823-257/+22
* change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2006-10-182-4/+2
* PCI: optionally sort device lists breadth-firstMatt Domsch2006-10-181-0/+92
* cpcihp_generic: prevent loading without "bridge" parameterAkinobu Mita2006-10-181-2/+2
* pci: Additional search functionsAlan Cox2006-10-181-2/+70
* PCI: quirks: switch quirks code offender to use pci_get APIAlan Cox2006-10-181-1/+2
* PCI: Improve pci_msi_supported() commentsBrice Goglin2006-10-181-7/+9
* PCI hotplug: ioremap balanced with iounmapAmol Lad2006-10-181-5/+14