summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: check caps from sysfs file open to read device dependent config spaceChris Wright2010-05-211-1/+2
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-212-14/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-203-3/+3
|\
| * PCI: make bitfield unsignedBill Pemberton2010-05-111-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2010-04-2336-68/+140
| |\
| * | Fix typos in commentsThomas Weber2010-03-162-2/+2
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-10/+12
|\ \ \
| * \ \ Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-111-10/+12
| |\ \ \
| | * | | VT-d: Change {un}map_range functions to implement {un}map interfaceJoerg Roedel2010-03-071-10/+12
| | * | | iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel2010-03-071-2/+2
* | | | | Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds2010-05-131-112/+2Star
|/ / / /
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-04-302-0/+6
|\ \ \ \
| * | | | powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-282-0/+6
| | |_|/ | |/| |
* | | | PCI: Ensure we re-enable devices on resumeMatthew Garrett2010-04-231-5/+1Star
* | | | PCI: revert broken device warningBjorn Helgaas2010-04-231-16/+7Star
* | | | PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck2010-04-081-2/+8
|/ / /
* | | Merge branch 'master' into export-slabhTejun Heo2010-04-051-33/+3Star
|\ \ \
| * | | PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch2010-04-031-33/+3Star
* | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3032-4/+28
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-276-63/+121
|\ \ \
| * | | PCI: don't say we claimed a resource if we failedBjorn Helgaas2010-03-251-2/+3
| * | | PCI quirk: Disable MSI on VIA K8T890 systemsMatthew Wilcox2010-03-251-0/+1
| * | | PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch2010-03-241-0/+33
| * | | PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is presentTim Yamin2010-03-241-3/+17
| * | | PCI: complain about devices that seem to be brokenBjorn Helgaas2010-03-241-7/+16
| * | | PCI: print resources consistently with %pRBjorn Helgaas2010-03-242-8/+6Star
| * | | PCI: make disabled window printk style match the enabled onesBjorn Helgaas2010-03-241-3/+3
| * | | PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas2010-03-241-10/+14
| * | | PCI: for address space collisions, show conflicting resourceBjorn Helgaas2010-03-241-6/+8
| * | | PCI: cleanup error return for pcix get and set mmrbc functionsDean Nelson2010-03-191-20/+16Star
| * | | PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functionsDean Nelson2010-03-191-5/+6
| * | | PCI: kill off pci_register_set_vga_state() symbol export.Paul Mundt2010-03-191-1/+0Star
| * | | PCI: fix return value from pcix_get_max_mmrbc()Dean Nelson2010-03-191-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sysfs: Initialised pci bus legacy_mem field before useMel Gorman2010-03-191-1/+1
* | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-03-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | microblaze: Enable PCI, missing filesMichal Simek2010-03-111-0/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-1547-744/+2492
|\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | * | | | | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori2010-03-131-28/+0Star
| | | | * | | | | dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori2010-03-131-4/+3Star
| | | | * | | | | dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskFUJITA Tomonori2010-03-131-6/+4Star
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-091-0/+2
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | PCI/PM Runtime: Make runtime PM of PCI devices inactive by defaultRafael J. Wysocki2010-03-061-0/+2
| | | | * | | | Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-082-4/+4
| | | | * | | | sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell2010-03-081-2/+2
| | | | * | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-081-0/+5
| | | | * | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-082-2/+2
| | | | * | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-081-0/+43
| | | | |\ \ \ \
| | | | | * | | | PCI: Add pci_bus_find_ext_capabilityJesse Barnes2010-02-201-0/+43
| | | | | | |/ / | | | | | |/| |
| | | | * | | | ricoh_mmc: port from driver to pci quirkMaxim Levitsky2010-03-061-0/+85
| | | | | |/ / | | | | |/| |