summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2004-04-14mergeGreg Kroah-Hartman
2004-04-11[PCMCIA] Re-export pci_bus_alloc_resource() from PCI code.Russell King
2004-03-30[PATCH] PCI: move DMA_nnBIT_MASK to linux/dma-mapping.hRandy Dunlap
2004-03-30[PATCH] PCI: add DMA_{64,32}BIT constantsRandy Dunlap
2004-03-30Cset exclude: jgarzik@redhat.com|ChangeSet|20040323051558|61282Greg Kroah-Hartman
2004-03-26Merge bk://kernel.bkbits.net/jgarzik/pci-dma-mask-2.6Greg Kroah-Hartman
2004-03-26PCI: add ability to access pci extended config space for PCI Express devicesGreg Kroah-Hartman
2004-03-22Create PCI_DMA_{64,32]BIT constants, for use in passing toJeff Garzik
2004-03-13[PATCH] move consistent_dma_mask to the generic deviceAndrew Morton
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton
2004-03-02[PATCH] PCI Hotplug: fixes for shpc and pcie hot-plug driversDely Sy
2004-02-23[PATCH] PCI: Introduce bus->bridge_ctl memberRussell King
2004-02-17[PATCH] PCI: remove unused defines in pci.hAdam Belay
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_pool, part 2Deepak Saxena
2004-01-30[PATCH] PCI: Remove uneeded resource structures from pci_devAdam Belay
2004-01-29[PATCH] PCI: name length changeKieran Morrissey
2004-01-29[PATCH] PCI: Allow pci hotplug drivers to initialize individual devices.John Rose
2004-01-28[PATCH] PCI: add pci_get_slot() functionMatthew Wilcox
2004-01-28[PATCH] PCI: add pci_bus sysfs classMatthew Dobson
2004-01-28[PATCH] Prevent PCI driver registration failure oopsingRussell King
2003-12-29[PATCH] ia32 Message Signalled Interrupt supportAndrew Morton
2003-09-25[pci] Remove ->save_state() from struct pci_driver.Patrick Mochel
2003-08-20PCI: added the pci_pretty_name() macro to pci.h as 2 arches already had it.Greg Kroah-Hartman
2003-08-20[PATCH] PCI: add PCI_NAME_SIZE instead of using DEVICE_NAME_SIZEGreg Kroah-Hartman
2003-08-18[PATCH] PCI: add PCI_DEVICE_CLASS() macro to match PCI_DEVICE() macro.Greg Kroah-Hartman
2003-08-12[PATCH] PCI: add PCI_DEVICE() macro to make pci_device_id tables easier to read.Greg Kroah-Hartman
2003-08-06[PATCH] PCI: remove all struct device.name usage from the PCI core code.Greg Kroah-Hartman
2003-07-16Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds
2003-07-16Revert PCI bus number size increase - it isn't even neededLinus Torvalds
2003-07-14Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-07-13[PATCH] Large PCI bus numbersJeff Garzik
2003-07-13PCI: fix up error for when CONFIG_PCI=n and scsi.h is included.Greg Kroah-Hartman
2003-07-03[PATCH] PCI: Remove pci_bus_existsMatthew Wilcox
2003-07-03[PATCH] PCI: pci_find_bus needs a domainMatthew Wilcox
2003-06-26[PATCH] PCI: create pci_name()Matthew Wilcox
2003-06-23[PATCH] PCI: pci_raw_ops devfnMatthew Wilcox
2003-06-19[PATCH] reimplement pci proc nameMatthew Wilcox
2003-06-19[PATCH] PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_...Greg Kroah-Hartman
2003-06-19[PATCH] PCI: pci_raw_ops patch to fix acpi on ia64Matthew Wilcox
2003-06-19PCI: add locking to the pci device lists.Greg Kroah-Hartman
2003-06-18[PATCH] PCI: move pci_domain_nr() inside "#ifdef CONFIG_PCI" bracketDavid Mosberger
2003-06-10Avoid warning by using an inline function rather than a macroLinus Torvalds
2003-06-10[PATCH] PCI: pci_present() can finally be removed, as there are no more users...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: remove pci_for_each_bus() macro as there are now no more users o...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: add pci_find_next_bus() function to prevent people from walking ...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: domain support for sysfsMatthew Wilcox
2003-06-04[PATCH] PCI: remove EXPORT_SYMBOL(pci_devices)Greg Kroah-Hartman
2003-06-04[PATCH] PCI: move pci_present() into drivers/pci/search.cGreg Kroah-Hartman
2003-06-04[PATCH] PCI: remove pci_for_each_dev_reverse() now that all users of it are g...Greg Kroah-Hartman
2003-06-04[PATCH] PCI: add pci_find_device_reverse() for users of pci_find_each_dev_rev...Greg Kroah-Hartman