aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many times.Eric W. Biederman1-5/+0
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman1-0/+1
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto1-0/+3
2007-02-11[PATCH] sort the devres mess outAl Viro1-0/+5
2007-02-09devres: device resource managementTejun Heo1-0/+9
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-10/+12
2007-02-07msi: Kill msi_lookup_irqEric W. Biederman1-0/+3
2007-02-07MSI: Remove pci_scan_msi_device()Michael Ellerman1-2/+0
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk1-6/+0
2007-02-07PCI: mark pci_find_device() as __deprecatedAdrian Bunk1-1/+1
2007-02-07PCI: remove pci_find_device_reverse()Adrian Bunk1-1/+0
2007-02-07PCI: define inline for test of channel error stateLinas Vepstas1-0/+5
2007-02-07PCI : Add selected_regions funcsHidetoshi Seto1-0/+3
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman1-2/+3
2006-12-20PCI: don't export device IDs to userspaceAdrian Bunk1-3/+3
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox1-0/+19
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman1-0/+2
2006-12-20pci: Introduce pci_find_presentAlan Cox1-0/+2
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-1/+2
2006-10-21[PATCH] pci: declare pci_get_device_reverse()Andrew Morton1-2/+11
2006-10-18PCI: optionally sort device lists breadth-firstMatt Domsch1-0/+1
2006-10-18pci: Additional search functionsAlan Cox1-1/+2
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman1-11/+0
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman1-67/+0
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman1-0/+17
2006-10-04[PATCH] genirq: msi: refactor the msi_opsEric W. Biederman1-0/+62
2006-10-04[PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman1-0/+6
2006-10-01[PATCH] PCI quirks updateAlan Cox1-2/+3
2006-09-26PCI: add pci_stop_bus_deviceSatoru Takeuchi1-0/+1
2006-09-26PCI: Multiprobe sanitizerAlan Cox1-0/+2
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-1/+1
2006-09-25add __must_check to device management codeAndrew Morton1-16/+18
2006-09-25PM: no suspend_prepare() phaseDavid Brownell1-1/+0
2006-09-25Suspend changes for PCI coreLinus Torvalds1-0/+3
2006-07-12[PATCH] PCI: PCIE power management quirkKristen Carlson Accardi1-0/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-6/+7
2006-06-21[PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li1-0/+2
2006-06-21[PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundationDoug Thompson1-0/+1
2006-06-21[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala1-0/+1
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-3/+2
2006-05-24[PATCH] Revive pci_find_ext_capabilityBrice Goglin1-0/+2
2006-04-29Don't include <linux/mod_devicetable.h> in public part of linux/pci.hDavid Woodhouse1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-14[PATCH] PCI: fix sparse warning about pci_bus_flagsRoland Dreier1-1/+1
2006-04-14[PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li1-0/+31
2006-03-23[PATCH] PCI: fix pci_request_region[s] argJeff Garzik1-2/+2
2006-03-23[PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin1-1/+6
2006-03-23[PATCH] PCI: return max reserved busnrKristen Accardi1-0/+1
2006-01-31[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()Adrian Bunk1-2/+0
2006-01-09[PATCH] PCI Error Recovery: header file patchlinas1-0/+67