1. 47e0ab3 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  2. f72e111 Merge branch 'pci/deletion' into next by Bjorn Helgaas · 11 years ago
  3. 9dc1d43 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 11 years ago
  4. fc05ea7 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  5. 4bd70bc Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  6. 52179dc PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int by Alexander Gordeev · 11 years ago
  7. 2adc790 PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails by Alexander Gordeev · 11 years ago
  8. fce8591 PCI: designware: Fix I/O transfers by using CPU (not realio) address by Pratyush Anand · 11 years ago
  9. a01ef59 PCI: designware: Add dw_pcie prefix before cfg_read/write by Pratyush Anand · 11 years ago
  10. ca16589 PCI: designware: Fix missing MSI IRQs by Harro Haan · 11 years ago
  11. 1c51b50 PCI/MSI: Export MSI mode using attributes, not kobjects by Greg Kroah-Hartman · 11 years ago
  12. e75f34c PCI/portdrv: Remove extra get_device()/put_device() for pcie_device by Bjorn Helgaas · 11 years ago
  13. f398620 PCI/portdrv: Add put_device() after device_register() failure by Levente Kurusa · 11 years ago
  14. 8f3acca PCI/portdrv: Cleanup error paths by Bjorn Helgaas · 11 years ago
  15. 339135f PCI: mvebu: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  16. bc9ef77 PCI: imx6: Fix bugs in PCIe startup code by Richard Zhu · 11 years ago
  17. fa33a6d PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode by Marek Vasut · 11 years ago
  18. 66a60f9 PCI: imx6: Factor out link up wait loop by Marek Vasut · 11 years ago
  19. 982aa23 PCI: imx6: Factor out PHY reset by Marek Vasut · 11 years ago
  20. 7f9f40c PCI: imx6: Report "link up" only after link training completes by Marek Vasut · 11 years ago
  21. c28f8a1 PCI: imx6: Make reset-gpio optional by Marek Vasut · 11 years ago
  22. 608235a Merge branch 'pci/vc' into next by Bjorn Helgaas · 11 years ago
  23. a737f76 Merge branch 'pci/pciehp' into next by Bjorn Helgaas · 11 years ago
  24. 765147f Merge branch 'pci/host-tegra' into next by Bjorn Helgaas · 11 years ago
  25. 1c898ba Merge branch 'pci/host-rcar' into next by Bjorn Helgaas · 11 years ago
  26. 7160266 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  27. ed00f97 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  28. c354e811 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 11 years ago
  29. 330ebfe Merge branch 'pci/deletion' into next by Bjorn Helgaas · 11 years ago
  30. d9cdfb8 Merge branch 'pci/aer' into next by Bjorn Helgaas · 11 years ago
  31. e338e49 Merge branch 'eisa' into next by Bjorn Helgaas · 11 years ago
  32. ef83b07 PCI: Remove from bus_list and release resources in pci_release_dev() by Yinghai Lu · 11 years ago
  33. ef37702 PCI: Move pci_proc_attach_device() to pci_bus_add_device() by Yinghai Lu · 11 years ago
  34. e3b439e PCI: Use device_release_driver() in pci_stop_root_bus() by Yinghai Lu · 11 years ago
  35. c4a0a5d PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev() by Rafael J. Wysocki · 11 years ago
  36. 274127a PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2 by Alex Williamson · 11 years ago
  37. 425c1b2 PCI: Add Virtual Channel to save/restore support by Alex Williamson · 11 years ago
  38. fd0f7f7 PCI: Add support for save/restore of extended capabilities by Alex Williamson · 11 years ago
  39. 157e876 PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction()) by Alex Williamson · 11 years ago
  40. af9ab79 PCI: pciehp: Move Attention & Power Indicator support tests to accessors by Bjorn Helgaas · 11 years ago
  41. e7b4f0d7 PCI: pciehp: Use symbolic constants for Slot Control fields by Bjorn Helgaas · 11 years ago
  42. df72648 PCI: pciehp: Use symbolic constants, not hard-coded bitmask by Bjorn Helgaas · 11 years ago
  43. 2f2ed41c PCI: pciehp: Simplify "Power Fault Detected" checking/clearing by Bjorn Helgaas · 11 years ago
  44. afe2478 PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc) by Bjorn Helgaas · 11 years ago
  45. 6dae620 PCI: pciehp: Make various functions void since they can't fail by Bjorn Helgaas · 11 years ago
  46. 1a84b99 PCI: pciehp: Remove error checks when accessing PCIe Capability by Bjorn Helgaas · 11 years ago
  47. cd84d34 PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers by Bjorn Helgaas · 12 years ago
  48. 3620437 PCI/AER: Consolidate HEST error source parsers by Bjorn Helgaas · 11 years ago
  49. 8e7f8d0 PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse() by Betty Dall · 11 years ago
  50. 1c38108 PCI/AER: Clean up error printing code a bit by Borislav Petkov · 11 years ago
  51. fab4c25 PCI/AER: Add a TLP header print helper by Borislav Petkov · 11 years ago
  52. 04df008 EISA: Call put_device() if device_register() fails by Levente Kurusa · 11 years ago
  53. 1d72e71 Merge branch 'pci/yijing-dev_is_pci' into next by Bjorn Helgaas · 11 years ago
  54. 6c52f51 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  55. 5b764b8 PCI: Stop clearing bridge Secondary Status when setting up I/O aperture by Bjorn Helgaas · 11 years ago
  56. d2f54d9 PCI: Prevent bus conflicts while checking for bridge apertures by Bjorn Helgaas · 11 years ago
  57. ac8344c PCI: Drop "irq" param from *_restore_msi_irqs() by DuanZhenzhong · 11 years ago
  58. 6f825b7 PCI/portdrv: Remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  59. 40c368c PCI: Use dev_is_pci() to identify PCI devices by Yijing Wang · 11 years ago
  60. 84f4719 PCI: mvebu: Remove duplicate of_clk_get_by_name() call by Andrew Lunn · 11 years ago
  61. fb178d8 PCI: rcar: Add runtime PM support by Valentine Barshak · 11 years ago
  62. b391bf3 PCI: imx6: Remove unneeded 'goto err' by Fabio Estevam · 11 years ago
  63. 0b8cfb6 PCI: designware: Use typical "for" loop idiom by Bjorn Helgaas · 11 years ago
  64. 64989e7 PCI: designware: Remove redundant call to pci_write_config_word() by Bjørn Erik Nilsen · 11 years ago
  65. be3f48c PCI: designware: Fix crash in dw_msi_teardown_irq() by Bjørn Erik Nilsen · 11 years ago
  66. ebb034a PCI: imx6: Remove unneeded check of platform_get_resource() by Fabio Estevam · 11 years ago
  67. c176d1c PCI: rcar: Fix rcar_pci_probe() return value check by Wei Yongjun · 11 years ago
  68. 17bd86c PCI: Disable Gen2 for Tegra20 and Tegra30 by Eric Brower · 11 years ago
  69. 4fc9bbf PCI: Disable Bus Master only on kexec reboot by Khalid Aziz · 11 years ago
  70. 641e674 PCI: mvebu: Support a bridge with no IO port window by Jason Gunthorpe · 11 years ago
  71. 43a16f94 PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits by Jason Gunthorpe · 11 years ago
  72. f407dae PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin by Jason Gunthorpe · 11 years ago
  73. 2850b05 PCI: mvebu: Drop writes to bridge Secondary Status register by Jason Gunthorpe · 11 years ago
  74. 4bff674 PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev() by Rafael J. Wysocki · 11 years ago
  75. 12c3156 PCI: Avoid unnecessary CPU switch when calling driver .probe() method by Alexander Duyck · 11 years ago
  76. 045cc22 PCI: Clear NumVFs when disabling SR-IOV in sriov_init() by ethan.zhao · 11 years ago
  77. aecde27 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  78. e341478 Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  79. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  80. 0032cde Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  81. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  82. a5d6e63 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  83. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  84. 51a0d03 ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown by Johan Hovold · 11 years ago
  85. 044c8d4 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly by Yuanhan Liu · 11 years ago
  86. db739ef xen-netback: stop the VIF thread before unbinding IRQs by David Vrabel · 11 years ago
  87. 78ef359 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  88. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  89. 760c960 drm/sysfs: fix hotplug regression since lifetime changes by David Herrmann · 11 years ago
  90. c3bddbd drm/exynos: g2d: fix memory leak to userptr by Inki Dae · 11 years ago
  91. 27946e9 Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  92. 28adb30 Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  93. cf969677 Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  94. ded5107 Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  95. 86784c6 iscsi-target: chap auth shouldn't match username with trailing garbage by Eric Seppanen · 11 years ago
  96. 369653e iscsi-target: fix extract_param to handle buffer length corner case by Eric Seppanen · 11 years ago
  97. 3fb69bc net/phy: Add the autocross feature for forced links on VSC82x4 by Madalin Bucur · 11 years ago
  98. 06ae4f8 net/phy: Add VSC8662 support by Sandeep Singh · 11 years ago
  99. c2efef7 net/phy: Add VSC8574 support by shaohui xie · 11 years ago
  100. 0508019 net/phy: Add VSC8234 support by Andy Fleming · 11 years ago