summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI: Convert pci_lock to raw_spinlockThomas Gleixner2010-05-111-17/+17
| * | PCI: clearing wakeup flags not neededAlan Stern2010-05-111-2/+0
| * | PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang2010-05-112-0/+85
* | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-213-118/+99
|\ \ \
| * | | intel-iommu: Set a more specific taint flag for invalid BIOS DMAR tablesBen Hutchings2010-05-191-12/+16
| * | | intel-iommu: Combine the BIOS DMAR table warning messagesBen Hutchings2010-05-191-34/+14
| * | | intel-iommu: intel_iommu_map_range failed at very end of address spaceTom Lyon2010-05-171-8/+3
| * | | intel-iommu: errors with smaller iommu widthsTom Lyon2010-05-171-19/+21
| * | | intel-iommu: Fix boot inside 64bit virtualbox with io-apic disabledArnaud Patard2010-04-141-0/+2
| * | | intel-iommu: use physfn to search drhd for VFYinghai2010-04-091-1/+5
| * | | intel-iommu: Print out iommu seq_idYinghai Lu2010-04-093-7/+11
| * | | intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supportedYinghai Lu2010-04-091-2/+3
| * | | intel-iommu: Avoid global flushes with caching mode.Nadav Amit2010-04-091-5/+14
| * | | intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit2010-04-091-9/+9
| * | | intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit2010-04-091-2/+1
| * | | intel-iommu: use for_each_set_bit()Akinobu Mita2010-04-091-26/+7
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-04-0958-855/+2779
| |\ \ \
| * | | | intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl.Luck, Tony2009-12-311-1/+1
* | | | | 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-121-112/+2
|/ / / / / /
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-04-292-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-221-5/+1
* | | | | | PCI: revert broken device warningBjorn Helgaas2010-04-221-16/+7
* | | | | | 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/+3
|\ \ \ \ \
| * | | | | PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch2010-04-021-33/+3
| | |_|_|/ | |/| | |
* | | | | 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-266-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/+6
| * | | | 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/+16
| * | | | 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/+0
OpenPOWER on IntegriCloud