aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-12PCI: Add 'nodomains' boot option, and pci_domains_supported globalGravatar Jeff Garzik 1-2/+5
2007-08-22PCI: make pcie_get_readrq visible in pci.hGravatar Brice Goglin 1-0/+1
2007-08-22PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hGravatar Kumar Gala 1-0/+3
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Gravatar Tejun Heo 1-1/+1
2007-07-24PCI: export __pci_reenable_device()Gravatar Tejun Heo 1-0/+1
2007-07-16fix jvc cdrom drive lockupGravatar Zhang, Yanmin 1-0/+3
2007-07-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-0/+1
2007-07-11PCI: add pci_try_set_mwiGravatar Randy Dunlap 1-0/+1
2007-07-11PCI: Fix typo in include/linux/pci.hGravatar Rolf Eike Beer 1-1/+1
2007-07-11PCI: read revision ID by defaultGravatar Auke Kok 1-0/+1
2007-07-11PCI: remove useless pci driver methodGravatar David Brownell 1-1/+0
2007-07-11+ pci_find_slot-mark-deprecated.patch added to -mm treeGravatar Alan Cox 1-1/+1
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsGravatar Michael Ellerman 1-1/+1
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Gravatar Michael Ellerman 1-0/+2
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesGravatar Peter Oruba 1-1/+6
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyGravatar John Keller 1-0/+1
2007-07-01pci.h stubs (for EDD build error)Gravatar Randy Dunlap 1-0/+11
2007-05-02PCI: the overdue removal of pci_module_init()Gravatar Adrian Bunk 1-6/+0
2007-05-02MSI: Remove dev->first_msi_irqGravatar Michael Ellerman 1-1/+0
2007-05-02MSI: Use a list instead of the custom link structureGravatar Michael Ellerman 1-0/+1
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devGravatar Michael Ellerman 1-0/+2
2007-05-02PCI: define pci_request/release_regions() for CONFIG_PCI=nGravatar Sergei Shtylyov 1-0/+3
2007-05-02pci: New PCI-E reset APIGravatar Brian King 1-0/+14
2007-04-28iomap: implement pcim_iounmap_regions()Gravatar Tejun Heo 1-0/+1
2007-04-27driver core: per-subsystem multithreaded probingGravatar Cornelia Huck 1-2/+0
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many ti...Gravatar Eric W. Biederman 1-5/+0
2007-03-05[PATCH] msi: sanely support hardware level msi disablingGravatar Eric W. Biederman 1-0/+1
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsGravatar Atsushi Nemoto 1-0/+3
2007-02-11[PATCH] sort the devres mess outGravatar Al Viro 1-0/+5
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+9
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 1-10/+12
2007-02-07msi: Kill msi_lookup_irqGravatar Eric W. Biederman 1-0/+3
2007-02-07MSI: Remove pci_scan_msi_device()Gravatar Michael Ellerman 1-2/+0
2007-02-07PCI: make isa_bridge Alpha-onlyGravatar Adrian Bunk 1-6/+0
2007-02-07PCI: mark pci_find_device() as __deprecatedGravatar Adrian Bunk 1-1/+1
2007-02-07PCI: remove pci_find_device_reverse()Gravatar Adrian Bunk 1-1/+0
2007-02-07PCI: define inline for test of channel error stateGravatar Linas Vepstas 1-0/+5
2007-02-07PCI : Add selected_regions funcsGravatar Hidetoshi Seto 1-0/+3
2007-02-07PCI: add the sysfs driver name to all modulesGravatar Greg Kroah-Hartman 1-2/+3
2006-12-20PCI: don't export device IDs to userspaceGravatar Adrian Bunk 1-3/+3
2006-12-20PCI: Fix multiple problems with VIA hardwareGravatar Alan Cox 1-0/+19
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesGravatar Michael Ellerman 1-0/+2
2006-12-20pci: Introduce pci_find_presentGravatar Alan Cox 1-0/+2
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableGravatar Inaky Perez-Gonzalez 1-1/+2
2006-10-21[PATCH] pci: declare pci_get_device_reverse()Gravatar Andrew Morton 1-2/+11
2006-10-18PCI: optionally sort device lists breadth-firstGravatar Matt Domsch 1-0/+1
2006-10-18pci: Additional search functionsGravatar Alan Cox 1-1/+2
2006-10-04[PATCH] htirq: tidy up the htirq codeGravatar Eric W. Biederman 1-11/+0
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeGravatar Eric W. Biederman 1-67/+0
2006-10-04[PATCH] Initial generic hypertransport interrupt supportGravatar Eric W. Biederman 1-0/+17