summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox5-2/+26
2006-03-23[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk3-150/+0
2006-03-23[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead codeAdrian Bunk1-62/+14
2006-03-23[PATCH] acpiphp: fix bridge handleMUNEDA Takahiro1-2/+2
2006-03-23[PATCH] acpiphp - slot management fix - V4MUNEDA Takahiro3-98/+87
2006-03-23[PATCH] acpi: remove dock event handling from ibm_acpiKristen Accardi2-3/+22
2006-03-23[PATCH] acpiphp: add dock event handlingKristen Accardi5-24/+545
2006-03-23[PATCH] acpi: export acpi_bus_trimKristen Accardi2-2/+4
2006-03-23[PATCH] acpiphp: add new bus to acpiKristen Accardi1-2/+109
2006-03-23[PATCH] PCI: Move pci_dev_put outside a spinlockAlan Stern1-2/+2
2006-03-23[PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixBernhard Kaindl2-1/+35
2006-03-23[PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler1-13/+24
2006-03-23[PATCH] PCI: resource address mismatchLinus Torvalds2-6/+18
2006-03-23[PATCH] PCI: remove msi save/restore code in specific driverShaohua Li2-63/+4
2006-03-23[PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin4-3/+15
2006-03-23[PATCH] PCI: quirk for asus a8v and a8v delux motherboardsBauke Jan Douma1-0/+31
2006-03-23[PATCH] PCI: SMBus unhide on HP Compaq nx6110tomek@koprowski.org1-0/+6
2006-03-23[PATCH] PCI: Add pci_device_shutdown to pci_bus_typeBrian Gerst1-8/+1
2006-03-23[PATCH] shpchp: adapt to pci driver modelKenji Kaneshige2-23/+7
2006-03-23[PATCH] shpchp: Fix slot state handlingKenji Kaneshige3-61/+181
2006-03-23[PATCH] shpchp: event handling reworkKenji Kaneshige4-266/+119
2006-03-23[PATCH] shpchp: Remove unused wait_for_ctrl_irqKenji Kaneshige2-22/+1
2006-03-23[PATCH] shpchp: Remove unused pci_bus member from controller structureKenji Kaneshige2-13/+1
2006-03-23[PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning f...Ralf Baechle1-7/+8
2006-03-23[PATCH] PCI: Give PCI config access initialization a defined orderingAndi Kleen7-23/+40
2006-03-23[PATCH] shpchp - Fix incorrect return value of interrupt handlerKenji Kaneshige1-8/+3
2006-03-23[PATCH] shpchp - move slot name into struct slotKenji Kaneshige2-11/+5
2006-03-23[PATCH] shpchp - removed unncessary 'magic' member from slotKenji Kaneshige2-7/+0
2006-03-23[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Kenji Kaneshige2-13/+6
2006-03-23[PATCH] pcihp_skeleton.c cleanupKenji Kaneshige1-22/+11
2006-03-23[PATCH] shpchp - bugfix: add missing serializationKenji Kaneshige1-42/+24
2006-03-23[PATCH] shpchp - cleanup check command statusKenji Kaneshige3-123/+23
2006-03-23[PATCH] shpchp - cleanup controller listKenji Kaneshige3-21/+10
2006-03-23[PATCH] shpchp - cleanup slot listKenji Kaneshige2-23/+17
2006-03-23[PATCH] shpchp - cleanup shpchp_core.cKenji Kaneshige1-48/+36
2006-03-23[PATCH] shpchp - cleanup init_slots()Kenji Kaneshige2-64/+63
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar13-137/+143
2006-03-23[PATCH] PCI: quirk for IBM Dock II cardbus controllersKristen Accardi1-0/+27
2006-03-23[PATCH] PCI: really fix parent's subordinate busnrKristen Accardi1-0/+5
2006-03-23[PATCH] PCI: return max reserved busnrKristen Accardi2-2/+4
2006-03-23[PATCH] PCI: clean up msi.c a bitGrant Grundler2-23/+37
2006-03-23[PATCH] reduce size of bio mempoolsBenjamin LaHaise1-4/+4
2006-03-23[PATCH] __GENERIC_PER_CPU changesEric Dumazet1-6/+2
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton42-222/+137
2006-03-23[PATCH] Only allocate percpu data for possible CPUsEric Dumazet1-3/+8
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise3-15/+12
2006-03-23[PATCH] atomic: add_unless cmpxchg optimiseNick Piggin6-10/+50
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan3-18/+0
2006-03-23[PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk2-4/+2
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer1-27/+49