Age | Commit message (Expand) | Author | Files | Lines |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -109/+181 |
2015-09-01 | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -2/+2 |
2015-09-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+14 |
2015-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+85 |
2015-09-01 | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 30 | -390/+647 |
2015-08-28 | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 11 | -65/+124 |
2015-08-26 | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code | Guilherme G. Piccoli | 1 | -1/+1 |
2015-08-25 | PCI: Add pci_ioremap_wc_bar() | Luis R. Rodriguez | 1 | -0/+14 |
2015-08-24 | PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCI | Zhang Rui | 1 | -0/+12 |
2015-08-24 | Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next | Bjorn Helgaas | 3 | -13/+4 |
2015-08-24 | PCI: Set MPS to match upstream bridge | Keith Busch | 3 | -4/+23 |
2015-08-21 | PCI: Don't use 64-bit bus addresses on PA-RISC | Bjorn Helgaas | 1 | -1/+1 |
2015-08-21 | PCI: Move MPS configuration check to pci_configure_device() | Bjorn Helgaas | 1 | -19/+24 |
2015-08-20 | PCI: Drop references acquired by of_parse_phandle() | Bjorn Helgaas | 2 | -0/+2 |
2015-08-20 | PCI/MSI: Remove unused pcibios_msi_controller() hook | Lorenzo Pieralisi | 1 | -16/+1 |
2015-08-20 | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2 | -6/+17 |
2015-08-20 | PCI: Add pci_scan_root_bus_msi() | Lorenzo Pieralisi | 1 | -2/+12 |
2015-08-20 | PCI: generic: Add arm64 support | Jayachandran C | 1 | -1/+1 |
2015-08-20 | PCI: Build setup-irq.o for arm64 | Jayachandran C | 1 | -0/+1 |
2015-08-20 | PCI: generic: Remove dependency on ARM-specific struct hw_pci | Jayachandran C | 1 | -19/+33 |
2015-08-20 | PCI: imx6: Simplify a trivial if-return sequence | Fabio Estevam | 1 | -10/+2 |
2015-08-20 | PCI: spear: Use BUG_ON() instead of condition followed by BUG() | Fabio Estevam | 1 | -2/+1 |
2015-08-20 | PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE() | Fabio Estevam | 1 | -1/+1 |
2015-08-20 | PCI: Tolerate hierarchies with no Root Port | Yijing Wang | 1 | -1/+6 |
2015-08-18 | PCI: xilinx: Fix typo in function name | Jiang Liu | 1 | -1/+1 |
2015-08-14 | Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next | Bjorn Helgaas | 4 | -32/+153 |
2015-08-14 | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 14 | -200/+165 |
2015-08-13 | PCI: Remove pci_ats_enabled() | Bjorn Helgaas | 1 | -3/+3 |
2015-08-13 | PCI: Stop caching ATS Invalidate Queue Depth | Bjorn Helgaas | 1 | -5/+4 |
2015-08-13 | PCI: Clean up ATS error handling | Bjorn Helgaas | 1 | -5/+5 |
2015-08-13 | PCI: Use pci_physfn() rather than looking up physfn by hand | Bjorn Helgaas | 1 | -4/+4 |
2015-08-13 | PCI: Inline the ATS setup code into pci_ats_init() | Bjorn Helgaas | 1 | -6/+1 |
2015-08-13 | PCI: Rationalize pci_ats_queue_depth() error checking | Bjorn Helgaas | 1 | -4/+4 |
2015-08-13 | PCI: Embed ATS info directly into struct pci_dev | Bjorn Helgaas | 2 | -41/+21 |
2015-08-13 | PCI: Allocate ATS struct during enumeration | Bjorn Helgaas | 3 | -56/+46 |
2015-08-11 | PCI: dra7xx: Add support to make GPIO drive PERST# line | Kishon Vijay Abraham I | 1 | -2/+22 |
2015-08-11 | PCI: dra7xx: Clear MSE bit during suspend so clocks will idle | Kishon Vijay Abraham I | 1 | -0/+40 |
2015-08-11 | PCI: dra7xx: Add PM support | Kishon Vijay Abraham I | 1 | -0/+51 |
2015-08-11 | PCI: dra7xx: Disable pm_runtime on get_sync failure | Kishon Vijay Abraham I | 1 | -1/+3 |
2015-08-11 | PCI: iproc: Allow BCMA bus driver to be built as module | Hauke Mehrtens | 1 | -1/+1 |
2015-08-11 | PCI: Add ACS quirks for Intel I219-LM/V | Alex Williamson | 1 | -0/+3 |
2015-08-11 | PCI: Kill off set_irq_flags() usage | Rob Herring | 7 | -9/+0 |
2015-08-10 | PCI: pciehp: Remove ignored MRL sensor interrupt events | Bjorn Helgaas | 2 | -20/+7 |
2015-08-10 | PCI: pciehp: Remove unused interrupt events | Bjorn Helgaas | 1 | -7/+3 |
2015-08-10 | PCI: pciehp: Handle invalid data when reading from non-existent devices | Jarod Wilson | 1 | -0/+17 |
2015-08-10 | PCI: Add quirk for Intel DH895xCC VF PCI config erratum | Tadeusz Struk | 1 | -0/+85 |
2015-08-05 | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 9 | -69/+180 |
2015-08-05 | Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' ... | Bjorn Helgaas | 4 | -12/+22 |
2015-08-01 | PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -8/+6 |
2015-07-31 | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 2 | -5/+12 |