1. 9ca678d Merge branches 'pci/enumeration' and 'pci/misc' into next by Bjorn Helgaas · 9 years ago
  2. 91f15fb PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCI by Zhang Rui · 9 years ago
  3. 2fc32c9 Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next by Bjorn Helgaas · 9 years ago
  4. 27d868b PCI: Set MPS to match upstream bridge by Keith Busch · 9 years ago
  5. 9dae3a9 PCI: Move MPS configuration check to pci_configure_device() by Bjorn Helgaas · 9 years ago
  6. 3a10766 PCI: Drop references acquired by of_parse_phandle() by Bjorn Helgaas · 9 years ago
  7. 2291ec0 PCI/MSI: Remove unused pcibios_msi_controller() hook by Lorenzo Pieralisi · 9 years ago
  8. b5e5e8a ARM/PCI: Remove msi_controller from struct pci_sys_data by Lorenzo Pieralisi · 9 years ago
  9. 8953aab ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() by Lorenzo Pieralisi · 9 years ago
  10. d2a7926 PCI: Add pci_scan_root_bus_msi() by Lorenzo Pieralisi · 9 years ago
  11. ada8b67 ARM/PCI: Replace panic with WARN messages on failures by Lorenzo Pieralisi · 9 years ago
  12. aa4a5c0 PCI: generic: Add arm64 support by Jayachandran C · 9 years ago
  13. 459a077 PCI: Build setup-irq.o for arm64 by Jayachandran C · 9 years ago
  14. 499733e PCI: generic: Remove dependency on ARM-specific struct hw_pci by Jayachandran C · 9 years ago
  15. 8d1ceb5 PCI: imx6: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
  16. 68ebb7c PCI: spear: Use BUG_ON() instead of condition followed by BUG() by Fabio Estevam · 9 years ago
  17. d3f4caa PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE() by Fabio Estevam · 9 years ago
  18. f0d9ac7 Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next by Bjorn Helgaas · 9 years ago
  19. 1f408d5 Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  20. f7ef134 PCI: Remove pci_ats_enabled() by Bjorn Helgaas · 9 years ago
  21. a71f938 PCI: Stop caching ATS Invalidate Queue Depth by Bjorn Helgaas · 9 years ago
  22. ff9bee8 PCI: Move ATS declarations to linux/pci.h so they're all together by Bjorn Helgaas · 9 years ago
  23. a021f30 PCI: Clean up ATS error handling by Bjorn Helgaas · 9 years ago
  24. c39127d PCI: Use pci_physfn() rather than looking up physfn by hand by Bjorn Helgaas · 9 years ago
  25. afdd596 PCI: Inline the ATS setup code into pci_ats_init() by Bjorn Helgaas · 9 years ago
  26. 3c76539 PCI: Rationalize pci_ats_queue_depth() error checking by Bjorn Helgaas · 9 years ago
  27. 6793099 PCI: Reduce size of ATS structure elements by Bjorn Helgaas · 9 years ago
  28. d544d75 PCI: Embed ATS info directly into struct pci_dev by Bjorn Helgaas · 9 years ago
  29. edc90fe PCI: Allocate ATS struct during enumeration by Bjorn Helgaas · 9 years ago
  30. 73c8f0c ARM: dts: am57xx-evm: Add 'gpios' property with gpio2_8 by Kishon Vijay Abraham I · 9 years ago
  31. 78bdcad PCI: dra7xx: Add support to make GPIO drive PERST# line by Kishon Vijay Abraham I · 9 years ago
  32. 389c709 PCI: dra7xx: Clear MSE bit during suspend so clocks will idle by Kishon Vijay Abraham I · 9 years ago
  33. e52eb44 PCI: dra7xx: Add PM support by Kishon Vijay Abraham I · 9 years ago
  34. 0e2bdb0 PCI: dra7xx: Disable pm_runtime on get_sync failure by Kishon Vijay Abraham I · 9 years ago
  35. 05aa7d6 PCI: iproc: Allow BCMA bus driver to be built as module by Hauke Mehrtens · 9 years ago
  36. 95e1658 PCI: Add ACS quirks for Intel I219-LM/V by Alex Williamson · 9 years ago
  37. 3e14675 PCI: Kill off set_irq_flags() usage by Rob Herring · 9 years ago
  38. 2db0f71 PCI: pciehp: Remove ignored MRL sensor interrupt events by Bjorn Helgaas · 9 years ago
  39. 58fa240 PCI: pciehp: Remove unused interrupt events by Bjorn Helgaas · 9 years ago
  40. 1469d17 PCI: pciehp: Handle invalid data when reading from non-existent devices by Jarod Wilson · 9 years ago
  41. 5a4f3cf Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  42. cd66d5c Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' into next by Bjorn Helgaas · 9 years ago
  43. 017ffe6 PCI: Hold pci_slot_mutex while searching bus->slots list by Yijing Wang · 9 years ago
  44. 6754676 PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem by Yijing Wang · 9 years ago
  45. 5f22699 PCI/MSI: Free legacy IRQ when enabling MSI/MSI-X by Jiang Liu · 9 years ago
  46. 811a4e6 PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed by Jiang Liu · 9 years ago
  47. 991de2e PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq() by Jiang Liu · 9 years ago
  48. 890e484 PCI: Add pcibios_alloc_irq() and pcibios_free_irq() by Jiang Liu · 9 years ago
  49. 24b390a PCI: Remove unused "pci_probe" flags by Bjorn Helgaas · 9 years ago
  50. dff22d2 PCI: Call pci_read_bridge_bases() from core instead of arch code by Lorenzo Pieralisi · 9 years ago
  51. 0f41421 PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set by Murali Karicheri · 9 years ago
  52. 808b27a5 ARM/PCI: Set MPS before pci_bus_add_devices() by Murali Karicheri · 9 years ago
  53. 8d9bfe3 PCI: iproc: Add arm64 support by Ray Jui · 9 years ago
  54. 7aa6ca4 PCI: Add VPD function 0 quirk for Intel Ethernet devices by Mark Rustad · 9 years ago
  55. 932c435 PCI: Add dev_flags bit to access VPD through function 0 by Mark Rustad · 9 years ago
  56. 8ef54f2 PCI: xgene: Add support for a 64-bit prefetchable memory window by Duc Dang · 9 years ago
  57. 80bb3ed arm64: dts: Add APM X-Gene PCIe 64-bit prefetchable window by Duc Dang · 9 years ago
  58. ccbc175 PCI: Restore ACS configuration as part of pci_restore_state() by Alexander Duyck · 9 years ago
  59. e4a8f8e PCI: xilinx: Check for MSI interrupt flag before handling as INTx by Russell Joyce · 9 years ago
  60. fb0cc3a iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth by Bjorn Helgaas · 9 years ago
  61. ac10836 PCI: pciehp: Simplify pcie_poll_cmd() by Yijing Wang · 9 years ago
  62. a6ed1f4 PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot by Yijing Wang · 9 years ago
  63. 113e0d1 PCI / ACPI: Fix pci_acpi_optimize_delay() comment by Srinidhi Kasagar · 9 years ago
  64. 46fd962 PCI: Remove a broken link in quirks.c by Rami Rosen · 9 years ago
  65. aaed816 PCI: Remove useless redundant code by Bjorn Helgaas · 9 years ago
  66. 0a1a9b4 PCI: Simplify pci_find_(ext_)capability() return value checks by Wei Yang · 9 years ago
  67. fff905f PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirks by Wei Yang · 9 years ago
  68. 4ef299d PCI: xgene: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  69. ffb4d60 PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports) by Bjorn Helgaas · 9 years ago
  70. 93972d1 PCI: iproc: Delete unnecessary checks before phy calls by Markus Elfring · 9 years ago
  71. e7f6c6d PCI: Fix pcie_port_device_resume() comment by Bjorn Helgaas · 9 years ago
  72. 2b4aed1 PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classes by Bjorn Helgaas · 9 years ago
  73. eefaf33 PCI: Revert aeb30016fec3 ("PCI: add Intel USB specific reset method") by Bjorn Helgaas · 9 years ago
  74. d1541dc PCI: Fix TI816X class code quirk by Bjorn Helgaas · 9 years ago
  75. e6323e3 PCI: Fix generic NCR 53c810 class code quirk by Bjorn Helgaas · 9 years ago
  76. cd76d10 PCI: Use PCI_CLASS_SERIAL_USB instead of bare number by Bjorn Helgaas · 9 years ago
  77. 3657ceb PCI: Add quirk for Intersil/Techwell TW686[4589] AV capture cards by Krzysztof =?utf-8?Q?Ha=C5=82asa?= · 9 years ago
  78. 4a11875 PCI: Remove Intel Cherrytrail D3 delays by Srinidhi Kasagar · 9 years ago
  79. bc0195a Linux 4.2-rc2 by Linus Torvalds · 9 years ago
  80. 01e2d06 Revert "drm/i915: Use crtc_state->active in primary check_plane func" by Linus Torvalds · 9 years ago
  81. c83727a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  82. 7fbb58a Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  83. 1daa1cf Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 7b73216 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. c4bc680 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 75a6f82 freeing unlinked file indefinitely delayed by Al Viro · 9 years ago
  87. 9391dd0 fix a braino in ovl_d_select_inode() by Al Viro · 9 years ago
  88. 0a73d0a 9p: don't leave a half-initialized inode sitting around by Al Viro · 9 years ago
  89. 59c3cb5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  90. e492519 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  91. 8a7b8ff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  92. 4322f02 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  93. 9cb1680 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  94. 2278cb0 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  95. 31b7a57 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  96. 84e3e9d Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  97. c4d029f tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 9 years ago
  98. b9243b5 Merge branch 'parisc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  99. 3dbbbe0 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linus2 by James Morris · 9 years ago
  100. 892e8ca selinux: fix mprotect PROT_EXEC regression caused by mm change by Stephen Smalley · 9 years ago