Age | Commit message (Expand) | Author | Files | Lines |
2010-11-08 | xen-pcifront: fix PCI reference leak | Jiri Slaby | 1 | -2/+3 |
2010-11-08 | xen-pcifront: Remove duplicate inclusion of headers. | Jesper Juhl | 1 | -1/+0 |
2010-10-29 | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 5 | -2/+1184 |
2010-10-28 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 15 | -22/+206 |
2010-10-28 | proc_bus_pci_ioctl: remove pointless BKL usage | Linus Torvalds | 1 | -3/+0 |
2010-10-27 | PCI: allocate bus resources from the top down | Bjorn Helgaas | 1 | -5/+48 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+2 |
2010-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 8 | -55/+49 |
2010-10-23 | Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai... | Stefano Stabellini | 8 | -227/+1239 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-22 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -6/+7 |
2010-10-22 | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+5 |
2010-10-20 | Merge branch 'linus' into irq/core | Ingo Molnar | 1 | -0/+20 |
2010-10-18 | xen-pcifront: Xen PCI frontend driver. | Ryan Wilson | 3 | -0/+1171 |
2010-10-18 | msi: Introduce default_[teardown|setup]_msi_irqs with fallback. | Thomas Gleixner | 1 | -2/+12 |
2010-10-18 | x86/PCI: Export pci_walk_bus function. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+2 |
2010-10-18 | shpchp: update workqueue usage | Tejun Heo | 4 | -30/+25 |
2010-10-18 | pciehp: update workqueue usage | Tejun Heo | 4 | -25/+24 |
2010-10-18 | PCI: Add support for polling PME state on suspended legacy PCI devices | Matthew Garrett | 1 | -0/+77 |
2010-10-18 | PCI: Export some PCI PM functionality | Matthew Garrett | 1 | -3/+0 |
2010-10-18 | PCI: fix message typo | Bjorn Helgaas | 1 | -1/+1 |
2010-10-18 | PCI: log vendor/device ID always | Bjorn Helgaas | 1 | -2/+2 |
2010-10-18 | PCI: use new ccflags variable in Makefile | matt mooney | 1 | -3/+1 |
2010-10-18 | PCI: add PCI_MSIX_TABLE/PBA defines | Hidetoshi Seto | 1 | -2/+2 |
2010-10-16 | PCI: add quirk for non-symmetric-mode irq routing to versions 0 and 4 of the ... | Neil Horman | 1 | -0/+31 |
2010-10-16 | PCI/PCIe/AER: Disable native AER service if BIOS has precedence | Rafael J. Wysocki | 4 | -2/+39 |
2010-10-16 | PCI hotplug: ibmphp-hpc: semaphore cleanup | Thomas Gleixner | 1 | -2/+2 |
2010-10-16 | PCI: aerdrv: fix uninitialized variable warning | Bill Pemberton | 1 | -1/+1 |
2010-10-16 | PCI: kill BKL in /proc/pci | Arnd Bergmann | 1 | -3/+1 |
2010-10-16 | PCI: Adjust confusing if indentation in pcie_get_readrq | Julia Lawall | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-12 | x86: Speed up the irq_remapped check in hot pathes | Thomas Gleixner | 1 | -7/+0 |
2010-10-12 | intr_remap: Simplify the code further | Thomas Gleixner | 1 | -84/+29 |
2010-10-12 | intr_remap: Use irq_2_iommu in struct irq_cfg | Thomas Gleixner | 1 | -36/+3 |
2010-10-12 | x86: Embedd irq_2_iommu into irq_cfg | Thomas Gleixner | 1 | -7/+0 |
2010-10-12 | pci: intr_remap: Remove unused functions | Thomas Gleixner | 1 | -47/+0 |
2010-10-12 | pci: intr_remap: Use irq_data | Thomas Gleixner | 1 | -31/+8 |
2010-10-12 | pci: intr-remap: Free irte memory if SPARSE_IRQ=y | Thomas Gleixner | 1 | -0/+14 |
2010-10-12 | ht: Convert to new irq_chip functions | Thomas Gleixner | 1 | -14/+8 |
2010-10-12 | dmar: Convert to new irq chip functions | Thomas Gleixner | 1 | -4/+4 |
2010-10-12 | pci: Cleanup the irq_desc mess in msi | Thomas Gleixner | 1 | -15/+9 |
2010-10-12 | pci: Convert msi to new irq_chip functions | Thomas Gleixner | 1 | -7/+7 |
2010-10-05 | drivers: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -6/+7 |
2010-09-29 | Merge branch 'meego-7093' into idle-release | Len Brown | 1 | -0/+20 |
2010-09-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2 | -3/+4 |
2010-09-27 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 1 | -0/+27 |
2010-09-25 | intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang | Len Brown | 1 | -0/+20 |
2010-09-23 | drivers/pci/intel-iommu.c: fix build with older gcc's | Andrew Morton | 1 | -47/+43 |
2010-09-22 | intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/a | Adam Jackson | 1 | -2/+12 |