Age | Commit message (Expand) | Author | Files | Lines |
2014-12-12 | Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+29 |
2014-12-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2014-12-11 | Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k... | Linus Torvalds | 1 | -1/+1 |
2014-12-04 | xen/pci: Use APIC directly when APIC virtualization hardware is available | Boris Ostrovsky | 1 | -0/+16 |
2014-12-04 | xen/pci: Defer initialization of MSI ops on HVM guests | Boris Ostrovsky | 1 | -2/+13 |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 1 | -1/+1 |
2014-11-23 | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() | Jiang Liu | 1 | -1/+1 |
2014-11-16 | x86: Use new cache mode type in arch/x86/pci | Juergen Gross | 1 | -2/+2 |
2014-11-12 | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" | Yijing Wang | 1 | -12/+1 |
2014-11-07 | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits | Yijing Wang | 1 | -0/+2 |
2014-11-04 | x86: numachip: APIC driver cleanups | Daniel J Blueman | 1 | -1/+1 |
2014-10-12 | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+0 |
2014-10-09 | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -32/+36 |
2014-09-24 | x86/PCI: Mark PCI BIOS initialization code as such | Mathias Krause | 1 | -4/+4 |
2014-09-24 | x86/PCI: Constify pci_mmcfg_probes[] array | Mathias Krause | 1 | -1/+1 |
2014-09-24 | x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst | Mathias Krause | 1 | -10/+14 |
2014-09-24 | x86/PCI: Move __init annotation to the correct place | Mathias Krause | 1 | -7/+7 |
2014-09-23 | x86: remove the Xen-specific _PAGE_IOMAP PTE flag | David Vrabel | 1 | -2/+0 |
2014-09-23 | x86/PCI: Mark DMI tables as initialization data | Mathias Krause | 1 | -10/+10 |
2014-09-19 | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -23/+1 |
2014-09-16 | vgaarb: Don't default exclusively to first video device with mem+io | Bruno Prémont | 1 | -23/+1 |
2014-08-29 | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu | 2 | -2/+2 |
2014-08-14 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -21/+35 |
2014-08-08 | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation | Jiang Liu | 2 | -2/+3 |
2014-07-16 | x86: don't exclude low BIOS area when allocating address space for non-PCI cards | Christoph Schulz | 1 | -0/+4 |
2014-07-11 | x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() | Bruno Prémont | 1 | -0/+21 |
2014-06-22 | x86, irq, SFI: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 1 | -0/+7 |
2014-06-22 | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 1 | -2/+11 |
2014-06-22 | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 1 | -12/+7 |
2014-06-22 | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 1 | -2/+0 |
2014-06-22 | x86, SFI, irq: Provide basic irqdomain support | Jiang Liu | 1 | -0/+3 |
2014-06-22 | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 1 | -3/+4 |
2014-06-22 | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu | 1 | -3/+3 |
2014-06-05 | x86: enable DMA CMA with swiotlb | Akinobu Mita | 1 | -4/+2 |
2014-05-29 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 1 | -3/+1 |
2014-05-29 | Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into next | Bjorn Helgaas | 2 | -30/+59 |
2014-05-28 | x86/PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -3/+1 |
2014-05-27 | x86/PCI: Clean up and mark early_root_info_init() as deprecated | Suravee Suthikulpanit | 1 | -30/+38 |
2014-05-23 | x86/PCI: Move pcibios_assign_resources() annotation to definition | Bjorn Helgaas | 1 | -6/+6 |
2014-05-21 | x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXM | Suravee Suthikulpanit | 1 | -4/+21 |
2014-05-21 | x86/PCI: Warn if we have to "guess" host bridge node information | Myron Stowe | 1 | -1/+5 |
2014-04-25 | x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXED | Bjorn Helgaas | 1 | -0/+14 |
2014-04-25 | x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources | Bjorn Helgaas | 1 | -5/+10 |
2014-04-25 | x86/PCI: Fix Broadcom CNB20LE unintended sign extension | Bjorn Helgaas | 1 | -2/+2 |
2014-04-08 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+4 |
2014-04-04 | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -9/+20 |
2014-04-03 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 4 | -259/+1 |
2014-03-20 | x86, pci, amd-bus: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+4 |
2014-03-18 | xen: add support for MSI message groups | Roger Pau Monne | 1 | -9/+20 |
2014-02-27 | x86, platforms: Remove NUMAQ | H. Peter Anvin | 2 | -166/+0 |