1. a0f75f9 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  2. 15fd830 MAINTAINERS: Add ACPI folks for ACPI-related things under drivers/pci by Bjorn Helgaas · 12 years ago
  3. 91bbe92 PCI: Add CircuitCo vendor ID and subsystem ID by Darren Hart · 12 years ago
  4. b596913 Merge branch 'pci/alexander-msi' into next by Bjorn Helgaas · 12 years ago
  5. 728cdb7 PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM) by Yijing Wang · 12 years ago
  6. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 12 years ago
  7. 0501348 PCI: Return early on allocation failures to unindent mainline code by Bjorn Helgaas · 12 years ago
  8. dc087f2 PCI: Simplify IOV implementation and fix reference count races by Jiang Liu · 12 years ago
  9. d35329d PCI: Drop redundant setting of bus->is_added in virtfn_add_bus() by Jiang Liu · 12 years ago
  10. c13e396 unicore32/PCI: Remove redundant call of pci_bus_add_devices() by Jiang Liu · 12 years ago
  11. d9e6ba5 m68k/PCI: Remove redundant call of pci_bus_add_devices() by Jiang Liu · 12 years ago
  12. 726246d Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  13. fc6504b PCI / ACPI / PM: Use correct power state strings in messages by Rafael J. Wysocki · 12 years ago
  14. bd0c502 PCI: Fix comment typo for pcie_pme_remove() by Yijing Wang · 12 years ago
  15. 70efde2 PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev() by Jiang Liu · 12 years ago
  16. 343df77 PCI: Fix refcount issue in pci_create_root_bus() error recovery path by Jiang Liu · 12 years ago
  17. a649dbf ia64/PCI: Clean up pci_scan_root_bus() usage by Jiang Liu · 12 years ago
  18. 5899309 Merge branch 'pci/betty-aer-v3' into next by Bjorn Helgaas · 12 years ago
  19. 081d0fe PCI/AER: Reset link for devices below Root Port or Downstream Port by Betty Dall · 12 years ago
  20. 0ba98ec ACPI / APEI: Force fatal AER severity when component has been reset by Betty Dall · 12 years ago
  21. fde41b9 PCI/AER: Remove "extern" from function declarations by Betty Dall · 12 years ago
  22. 9e50a91 PCI/AER: Move AER severity defines to aer.h by Betty Dall · 12 years ago
  23. 8d2a171 PCI/AER: Set dev->__aer_firmware_first only for matching devices by Bjorn Helgaas · 12 years ago
  24. a6bd73c PCI/AER: Factor out HEST device type matching by Bjorn Helgaas · 12 years ago
  25. 8b8d2b6 PCI/AER: Don't parse HEST table for non-PCIe devices by Bjorn Helgaas · 12 years ago
  26. 8b1fce0 PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) by Gu Zheng · 12 years ago
  27. bb4bac9 Merge branch 'pci/jiang-iov-fixes' into next by Bjorn Helgaas · 12 years ago
  28. dfab88b PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functions by Jiang Liu · 12 years ago
  29. 06886e8 Merge branch 'pci/alexander-msi' into next by Bjorn Helgaas · 12 years ago
  30. 6ae32c5 PCI: Add pcibios_release_device() by Sebastian Ott · 12 years ago
  31. b1267d6 Merge branch 'pci/shane-amd-ahci-i2c' into next by Bjorn Helgaas · 12 years ago
  32. 13da7a3 x86/MSI: Conserve interrupt resources when using multiple-MSIs by Alexander Gordeev · 12 years ago
  33. 5fec945 x86/MSI: Conserve interrupt resources when using multiple-MSIs by Alexander Gordeev · 12 years ago
  34. 278934b Merge branch 'pci/jiang-remove-global-list' into next by Bjorn Helgaas · 12 years ago
  35. b996ac9 i2c-piix4: Add AMD CZ SMBus device ID by Shane Huang · 12 years ago
  36. fafe5c3d8 ahci: Add AMD CZ SATA device ID by Shane Huang · 12 years ago
  37. 6d481e2 PCI: Put Hudson-2 device IDs together by Shane Huang · 12 years ago
  38. 0345d3f Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  39. 9a994e8 PCI: Replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  40. fbf33f5 PCI: Finish SR-IOV VF setup before adding the device by Xudong Hao · 12 years ago
  41. cb93b18 PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPM by Yijing Wang · 12 years ago
  42. 6dc7d22 PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible by Jiang Liu · 12 years ago
  43. bbebed6 PCI/ACPI: Remove unused global list acpi_pci_roots by Jiang Liu · 12 years ago
  44. bfe2414 PCI/ACPI: Introduce "handle" local for economy of expression by Jiang Liu · 12 years ago
  45. 516ca22 PCI/ACPI: Combine duplicate adjacent "if" tests by Jiang Liu · 12 years ago
  46. 65f6ae6 PCI: Allocate only as many MSI vectors as requested by driver by Alexander Gordeev · 12 years ago
  47. e7d4515 PCI: Replace printks with appropriate pr_*() by Yijing Wang · 12 years ago
  48. 2dfca87 PCI: Fix kerneldoc for pci_disable_link_state() by Yijing Wang · 12 years ago
  49. ea221e6 x86/PCI: Increase info->res_num before checking pci_use_crs by Yijing Wang · 12 years ago
  50. bb5c2de PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin() by Wang Sheng-Hui · 12 years ago
  51. 54a5823 PCI: Convert ioapic.c to module_pci_driver by Libo Chen · 12 years ago
  52. 3c6e6ae PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() by Gu Zheng · 12 years ago
  53. fe830ef PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count by Jiang Liu · 12 years ago
  54. b194dbf Merge branch 'pci/kevin-bus-to-resource' into next by Bjorn Helgaas · 12 years ago
  55. cf4d1cf PCI: Unset resource if initial BAR value is invalid by Kevin Hao · 12 years ago
  56. 96ddef2 PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base() by Kevin Hao · 12 years ago
  57. 33963e30 PCI: Add 0x prefix to BAR register position in __pci_read_base() by Kevin Hao · 12 years ago
  58. 755bda3 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  59. 2add0ec PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do it by Bjorn Helgaas · 12 years ago
  60. de7f2b1 sparc/PCI: Use PCI_UNKNOWN for unknown power state by Bjorn Helgaas · 12 years ago
  61. c2defb5 powerpc/PCI: Use PCI_UNKNOWN for unknown power state by Bjorn Helgaas · 12 years ago
  62. f6c1c8f PCI/ACPI: Check acpi_resource_to_address64() return value by Bjorn Helgaas · 13 years ago
  63. 12b0318 PCI: Work around Ivytown NTB BAR size issue by Jon Mason · 12 years ago
  64. f722406 Linux 3.10-rc1 by Linus Torvalds · 12 years ago
  65. 26b840a Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  66. 607eeb0 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  67. 4c44450 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  68. ac4e010 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  69. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  70. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  71. a77c005 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  72. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  73. 6fad8d0 Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  74. f741df1 Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 12 years ago
  75. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  76. ec66715 Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  77. f755407 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  78. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 12 years ago
  79. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 12 years ago
  80. 05a88a4 Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  81. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  82. e689cf0 [SCSI] qla2xxx: Update firmware link in Kconfig file. by Chad Dupuis · 12 years ago
  83. 8526cb1 [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used by Mike Christie · 12 years ago
  84. aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
  85. a6cb3d0 [SCSI] pm80xx: thermal, sas controller config and error handling update by Sakthivel K · 12 years ago
  86. c6b9ef5 [SCSI] pm80xx: NCQ error handling changes by Sakthivel K · 12 years ago
  87. a33a015 [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllers by Sakthivel K · 12 years ago
  88. a70b8fc [SCSI] pm80xx: Changed module name and debug messages update by Sakthivel K · 12 years ago
  89. 1c75a67 [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it by Sakthivel K · 12 years ago
  90. 54792dc [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone by Sakthivel K · 12 years ago
  91. f586099 [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files by Sakthivel K · 12 years ago
  92. 1245ee5 [SCSI] pm80xx: MSI-X implementation for using 64 interrupts by Sakthivel K · 12 years ago
  93. f74cf27 [SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve by Sakthivel K · 12 years ago
  94. e590adf [SCSI] pm80xx: Multiple inbound/outbound queue configuration by Sakthivel K · 12 years ago
  95. e574210 [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC by Sakthivel K · 12 years ago
  96. 6a7252f [SCSI] lpfc: fix up Kconfig dependencies by James Bottomley · 12 years ago
  97. fc73648 [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd by Hannes Reinecke · 12 years ago
  98. 6019958 Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 12 years ago
  99. 977b58e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  100. f5b8fcb Merge tag 'for-linus' of git://github.com/realmz/blackfin-linux by Linus Torvalds · 12 years ago