aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11PCI: change PCI_MSI help text to recommend enablingJesse Barnes1-1/+1
2010-05-11PCI: Convert pci_lock to raw_spinlockThomas Gleixner1-17/+17
2010-05-11PCI: clearing wakeup flags not neededAlan Stern1-2/+0
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang2-0/+85
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel1-10/+12
2010-05-11PCI: make bitfield unsignedBill Pemberton1-1/+1
2010-04-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-0/+6
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2-0/+6
2010-04-23Merge branch 'master' into for-nextJiri Kosina36-68/+140
2010-04-22PCI: Ensure we re-enable devices on resumeMatthew Garrett1-5/+1
2010-04-22PCI: revert broken device warningBjorn Helgaas1-16/+7
2010-04-14intel-iommu: Fix boot inside 64bit virtualbox with io-apic disabledArnaud Patard1-0/+2
2010-04-09intel-iommu: use physfn to search drhd for VFYinghai1-1/+5
2010-04-09intel-iommu: Print out iommu seq_idYinghai Lu3-7/+11
2010-04-09intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supportedYinghai Lu1-2/+3
2010-04-09intel-iommu: Avoid global flushes with caching mode.Nadav Amit1-5/+14
2010-04-09intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit1-9/+9
2010-04-09intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit1-2/+1
2010-04-09intel-iommu: use for_each_set_bit()Akinobu Mita1-26/+7
2010-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse58-855/+2779
2010-04-08PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck1-2/+8
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-33/+3
2010-04-02PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch1-33/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo32-4/+28
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds6-63/+121
2010-03-25PCI: don't say we claimed a resource if we failedBjorn Helgaas1-2/+3
2010-03-25PCI quirk: Disable MSI on VIA K8T890 systemsMatthew Wilcox1-0/+1
2010-03-24PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch1-0/+33
2010-03-24PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is presentTim Yamin1-3/+17
2010-03-24PCI: complain about devices that seem to be brokenBjorn Helgaas1-7/+16
2010-03-24PCI: print resources consistently with %pRBjorn Helgaas2-8/+6
2010-03-24PCI: make disabled window printk style match the enabled onesBjorn Helgaas1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas1-10/+14
2010-03-24PCI: for address space collisions, show conflicting resourceBjorn Helgaas1-6/+8
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-03-19PCI: cleanup error return for pcix get and set mmrbc functionsDean Nelson1-20/+16
2010-03-19PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functionsDean Nelson1-5/+6
2010-03-19PCI: kill off pci_register_set_vga_state() symbol export.Paul Mundt1-1/+0
2010-03-19PCI: fix return value from pcix_get_max_mmrbc()Dean Nelson1-1/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useMel Gorman1-1/+1
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2010-03-16Fix typos in commentsThomas Weber2-2/+2
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown47-744/+2492
2010-03-14acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li1-0/+19
2010-03-12dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.hFUJITA Tomonori1-28/+0
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori1-4/+3
2010-03-12dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskFUJITA Tomonori1-6/+4
2010-03-11microblaze: Enable PCI, missing filesMichal Simek1-0/+1
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2-4/+4