aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19PCI: Add informational printk for invalid BARsMyron Stowe1-1/+4
2014-11-13PCI: tegra: Add Kconfig help textThierry Reding1-0/+3
2014-11-13PCI: tegra: Do not build on 64-bit ARMThierry Reding1-1/+1
2014-11-13PCI: spear: Remove unnecessary OOM messageJingoo Han1-3/+1
2014-11-13PCI: mvebu: Add a blank line after declarationsJingoo Han1-0/+2
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han1-0/+1
2014-11-13PCI: exynos: Remove unnecessary return statementJingoo Han1-8/+0
2014-11-13PCI: imx6: Use tabs for indentationJingoo Han1-2/+2
2014-11-13PCI: keystone: Remove unnecessary OOM messageJingoo Han1-3/+2
2014-11-13PCI: Remove unused and broken to_hotplug_slot()Gavin Shan1-1/+0
2014-11-13PCI: Make FLR and AF FLR reset warning messages differentGavin Shan1-9/+3
2014-11-13PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()Jingoo Han1-2/+2
2014-11-13PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han1-2/+2
2014-11-13PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc.Jingoo Han1-4/+5
2014-11-13PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port()Jingoo Han1-3/+3
2014-11-13PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian5-0/+240
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2-4/+2
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang5-43/+11
2014-11-10PCI: Simplify if-return sequencesQuentin Lambert2-9/+2
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring4-8/+4
2014-11-10PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe1-46/+31
2014-11-10PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang3-1/+9
2014-11-06PCI: Allow numa_node override via sysfsPrarit Bhargava2-1/+39
2014-11-05xen/pcifront: Process failure for pcifront_(re)scan_root()Chen Gang1-0/+10
2014-11-05PCI: generic: Convert to DT resource parsing APILorenzo Pieralisi1-93/+27
2014-11-05PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi1-5/+5
2014-10-23PCI: rcar: Make rcar_pci staticJingoo Han1-1/+1
2014-10-23PCI: keystone: Make ks_dw_pcie_msi_domain_ops staticJingoo Han1-1/+1
2014-10-23PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()Jingoo Han1-5/+5
2014-10-19Linux 3.18-rc1Linus Torvalds1-2/+2
2014-10-19MAINTAINERS: corrected bcm2835 searchScott Branden1-6/+3
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-18sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller1-1/+2
2014-10-18sparc64: Fix corrupted thread fault code.David S. Miller2-6/+6
2014-10-18MAINTAINERS: Become the docs maintainerJonathan Corbet1-2/+1
2014-10-18x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-2/+14
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing1-0/+1
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-18futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas1-0/+2
2014-10-17bna: fix skb->truesize underestimationEric Dumazet1-1/+1
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2-0/+2
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-17netrom: use linux/uaccess.hFabian Frederick7-7/+7
2014-10-17dsa: Fix conversion from host device to mii busGuenter Roeck2-8/+22
2014-10-17tipc: fix bug in bundled buffer receptionJon Paul Maloy1-1/+6
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet5-15/+30
2014-10-17sfc: add support for skb->xmit_moreEdward Cree2-29/+43