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