Age | Commit message (Expand) | Author | Files | Lines |
2009-03-20 | PCI: constify pci_bus_add_devices() | akpm@linux-foundation.org | 1 | -1/+1 |
2009-03-20 | PCI/MSI: Allow arch code to return the number of MSI-X available | Michael Ellerman | 1 | -9/+12 |
2009-03-20 | PCI hotplug: shpchp: fix bus number check to avoid false positive | Roel Kluin | 1 | -1/+1 |
2009-03-20 | PCI/ACPI: rename pci_osc_control_set() | Kenji Kaneshige | 2 | -4/+3 |
2009-03-20 | PCI/ACPI: move _OSC code to pci_root.c | Kenji Kaneshige | 1 | -215/+0 |
2009-03-20 | PCI: Speed up device reset function | Sheng Yang | 1 | -17/+29 |
2009-03-20 | PCI quirk: don't mark one netmos as class other | Jiri Slaby | 1 | -1/+5 |
2009-03-20 | PCI: enhance physical slot debug information | Alex Chiang | 1 | -10/+8 |
2009-03-20 | PCI: pciehp: make cmd_busy flag one bit | Kenji Kaneshige | 1 | -1/+1 |
2009-03-20 | PCI: pciehp: enable software notification on empty slots | Kenji Kaneshige | 2 | -20/+12 |
2009-03-20 | PCI: pciehp: fix possible endless loop in pcie_isr | Kenji Kaneshige | 1 | -1/+2 |
2009-03-20 | PCI: introduce missing kfree | Julia Lawall | 1 | -2/+3 |
2009-03-20 | PCI: add missing KERN_* constants to printks | Frank Seidel | 3 | -11/+11 |
2009-03-20 | PCI: check if a bus is added when removing it | Yu Zhao | 1 | -0/+3 |
2009-03-20 | PCI/MSI: Use #ifdefs instead of weak functions | Michael Ellerman | 1 | -17/+9 |
2009-03-20 | PCI/PCIe portdrv: Fix allocation of interrupts | Rafael J. Wysocki | 2 | -39/+173 |
2009-03-20 | PCI/MSI: Introduce pci_msix_table_size() | Rafael J. Wysocki | 1 | -5/+19 |
2009-03-20 | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+2 |
2009-03-20 | PCI: PCIe portdrv: Remove struct pcie_port_service_id | Rafael J. Wysocki | 7 | -57/+22 |
2009-03-20 | PCI: PCIe portdrv: Simplily probe callback of service drivers | Rafael J. Wysocki | 4 | -8/+5 |
2009-03-20 | PCI: PCIe portdrv: Remove unnecessary function | Rafael J. Wysocki | 1 | -6/+1 |
2009-03-20 | PCI: PCIe portdrv: Do not enable port device before setting up interrupts | Rafael J. Wysocki | 2 | -18/+31 |
2009-03-20 | PCI: PCIe portdrv: Aviod using service devices with wrong interrupts | Rafael J. Wysocki | 1 | -13/+28 |
2009-03-20 | PCI: PCIe portdrv: Use driver data to simplify code | Rafael J. Wysocki | 2 | -61/+39 |
2009-03-20 | PCI: __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 1 | -2/+2 |
2009-03-18 | Merge branch 'linus' into core/iommu | Ingo Molnar | 4 | -2/+35 |
2009-03-18 | x86, dmar: use atomic allocations for QI and Intr-remapping init | Suresh Siddha | 2 | -5/+5 |
2009-03-18 | x86, intr-remapping: fix free_irte() to clear all the IRTE entries | Suresh Siddha | 1 | -1/+1 |
2009-03-18 | x86, dmar: start with sane state while enabling dma and interrupt-remapping | Suresh Siddha | 3 | -4/+47 |
2009-03-18 | x86, dmar: routines for disabling queued invalidation and intr remapping | Suresh Siddha | 2 | -0/+63 |
2009-03-18 | x86, x2apic: enable fault handling for intr-remapping | Suresh Siddha | 3 | -21/+86 |
2009-03-18 | x86, dmar: move page fault handling code to dmar.c | Suresh Siddha | 2 | -188/+191 |
2009-03-18 | x86, x2apic: fix lock ordering during IRQ migration | Suresh Siddha | 1 | -25/+33 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 14 | -83/+302 |
2009-03-13 | Merge branch 'x86/core' into x86/kconfig | Ingo Molnar | 2 | -2/+6 |
2009-03-13 | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust... | Ingo Molnar | 1 | -2/+1 |
2009-03-13 | Merge commit 'v2.6.29-rc8' into cpus4096 | Ingo Molnar | 4 | -2/+35 |
2009-03-13 | cpumask: replace node_to_cpumask with cpumask_of_node. | Rusty Russell | 1 | -2/+1 |
2009-03-12 | PCIe: portdrv: call pci_disable_device during remove | Alex Chiang | 1 | -0/+1 |
2009-03-12 | pci: Fix typo in message while disabling HT MSI mapping | Prakash Punnoor | 1 | -1/+1 |
2009-03-12 | pci: don't disable too many HT MSI mapping | Prakash Punnoor | 1 | -0/+4 |
2009-03-12 | powerpc/pseries: The RPA PCI hotplug driver depends on EEH | Michael Ellerman | 1 | -1/+1 |
2009-03-12 | PCIe: AER: during disable, check subordinate before walking | Alex Chiang | 1 | -0/+3 |
2009-03-12 | PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598 | Alexander Duyck | 1 | -0/+25 |
2009-03-05 | Merge branch 'linus' into core/iommu | Ingo Molnar | 19 | -261/+549 |
2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 8 | -61/+229 |
2009-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 6 | -35/+161 |
2009-02-27 | PCI: AMD 813x B2 devices do not need boot interrupt quirk | Stefan Assmann | 1 | -0/+3 |
2009-02-25 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2 | -26/+68 |
2009-02-24 | PCI: Enable PCIe AER only after checking firmware support | Andrew Patterson | 2 | -11/+39 |