1. 5d833a6 Merge branch 'pci/list-for-each-entry' into next by Bjorn Helgaas · 11 years ago
  2. 29e4e98 PCI: frv: replace now removed pci_bus_b() causing build failure by Paul Gortmaker · 11 years ago
  3. 94a5f85 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  4. 1e2571a PCI: Enable INTx if BIOS left them disabled by Bjorn Helgaas · 12 years ago
  5. ec5130b Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  6. 6354647 Merge branch 'pci/list-for-each-entry' into next by Bjorn Helgaas · 11 years ago
  7. 2613ba4 PCI: mvebu: Call request_resource() on the apertures by Jason Gunthorpe · 11 years ago
  8. a723e75 bus: mvebu-mbus: Fix incorrect size for PCI aperture resources by Jason Gunthorpe · 11 years ago
  9. c128856 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  10. c80ef97 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 11 years ago
  11. 25a712a Merge branch 'pci/scan-bridge' into next by Bjorn Helgaas · 11 years ago
  12. 94cccde vfio: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 12 years ago
  13. fc061d9 ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block() by Alexander Gordeev · 12 years ago
  14. bc03fd3 ahci: Fix broken fallback to single MSI mode by Alexander Gordeev · 12 years ago
  15. 058a2e1 ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA device by Sander Eikelenboom · 11 years ago
  16. d8801e4 x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA device by Sander Eikelenboom · 12 years ago
  17. 94e6a9b PCI: Remove pci_bus_b() and use list_for_each_entry() directly by Yijing Wang · 11 years ago
  18. 4f4bde1 PCI: mvebu: Fix potential issue in range parsing by Jean-Jacques Hiblot · 11 years ago
  19. 560698e pcmcia: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  20. 3bc9559 powerpc/PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  21. 59c1ad3b drm: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  22. f0197e0 ARM/PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  23. c6f0d5a ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  24. 5ee09ef PCI: Update outdated comment for pcibios_bus_report_status() by Yijing Wang · 11 years ago
  25. f7fc32c PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact() by Alexander Gordeev · 11 years ago
  26. fef0727 PCI/MSI: Fix cut-and-paste errors in documentation by Alexander Gordeev · 11 years ago
  27. 39656f2 PCI: Cleanup per-arch list of object files by Liviu Dudau · 12 years ago
  28. 357fe85 PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe() by Dan Carpenter · 11 years ago
  29. da5d727 x86/PCI: Fix function definition whitespace by Bjorn Helgaas · 12 years ago
  30. affbda8 x86/PCI: Reword comments by Bjorn Helgaas · 12 years ago
  31. 8928d5a x86/PCI: Remove unnecessary local variable initialization by Bjorn Helgaas · 12 years ago
  32. a760d2f PCI: mvebu: Use Device ID and revision from underlying endpoint by Andrew Lunn · 12 years ago
  33. fc1b253 PCI: Don't scan random busses in pci_scan_bridge() by Andreas Noever · 12 years ago
  34. c95b0bd PCI: Check for child busses which use more bus numbers than allocated by Andreas Noever · 12 years ago
  35. f5fb407 PCI: Remove pci_fixup_parent_subordinate_busnr() by Andreas Noever · 12 years ago
  36. d99321b PCI: Enable quirks for PCIe ACS on Intel PCH root ports by Alex Williamson · 12 years ago
  37. 5757a76 PCI: Add pci_dev_flag for ACS enable quirks by Alex Williamson · 12 years ago
  38. 2c74424 PCI: Add device-specific PCI ACS enable by Alex Williamson · 12 years ago
  39. 1820ffd PCI: Make sure bus number resources stay within their parents bounds by Andreas Noever · 12 years ago
  40. ced04d1 PCI: Use request_resource_conflict() instead of insert_ for bus numbers by Andreas Noever · 12 years ago
  41. 619c8c3 PCI: Assign CardBus bus number only during the second pass by Andreas Noever · 12 years ago
  42. 2ed8582 PCI: Clarify the "scan anyway" comment in pci_scan_bridge() by Andreas Noever · 12 years ago
  43. 9a4d7d8 PCI: Increment max correctly in pci_scan_bridge() by Andreas Noever · 12 years ago
  44. ce30000 PCI: Remove unnecessary list_empty(&pci_pme_list) check by Bjorn Helgaas · 12 years ago
  45. 9a8b0af PCI/MSI: Add pci_enable_msi() documentation back by Alexander Gordeev · 12 years ago
  46. 39af663 PCI/MSI: Fix pci_msix_vec_count() htmldocs failure by Masanari Iida · 12 years ago
  47. 13f81c0 PCI/MSI: Fix leak of msi_attrs by Greg Kroah-Hartman · 12 years ago
  48. b3bac8e PCI/MSI: Check kmalloc() return value, fix leak of name by Greg Kroah-Hartman · 12 years ago
  49. 17f2d86 Merge branch 'pci/numa-cleanup' into next by Bjorn Helgaas · 12 years ago
  50. beffbe5 ACPI / numa: Use __weak, not the gcc-specific version by Bjorn Helgaas · 12 years ago
  51. d79ed24 ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static by Bjorn Helgaas · 12 years ago
  52. 962fe9c ACPI / numa: Simplify acpi_get_node() style by Bjorn Helgaas · 12 years ago
  53. 486c79b ACPI / numa: Fix acpi_get_node() prototype by Bjorn Helgaas · 12 years ago
  54. b1e9cee ia64: Remove acpi_get_pxm() usage by Bjorn Helgaas · 12 years ago
  55. 10ee3d7 ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown node by Bjorn Helgaas · 12 years ago
  56. ab6ffce x86/PCI: Remove acpi_get_pxm() usage by Bjorn Helgaas · 12 years ago
  57. 8a3d01c x86/PCI: Use NUMA_NO_NODE, not -1, for unknown node by Bjorn Helgaas · 12 years ago
  58. 3323ab8 x86/PCI: Remove unnecessary list_empty(&pci_root_infos) check by Bjorn Helgaas · 12 years ago
  59. 25453e9 x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node() by Bjorn Helgaas · 12 years ago
  60. 6616dbd x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node() by Bjorn Helgaas · 12 years ago
  61. afcf21c2 x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI bus by Bjorn Helgaas · 12 years ago
  62. 49886cf x86/PCI: Drop return value of pcibios_scan_root() by Bjorn Helgaas · 12 years ago
  63. 289a24a x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() by Bjorn Helgaas · 12 years ago
  64. 3d2a366 x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node() by Bjorn Helgaas · 12 years ago
  65. 8d7d818 x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() by Bjorn Helgaas · 12 years ago
  66. f19e848 x86/PCI: Drop pcibios_scan_root() check for bus already scanned by Bjorn Helgaas · 12 years ago
  67. 38dbfb5 Linus 3.14-rc1 by Linus Torvalds · 12 years ago
  68. 69048e0 Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
  69. 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 12 years ago
  70. 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 12 years ago
  71. 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 12 years ago
  72. f5a408d parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc by Guy Martin · 12 years ago
  73. 9391bc7 parisc: convert uapi/asm/stat.h to use native types only by Helge Deller · 12 years ago
  74. 998bbb2 parisc: wire up sched_setattr and sched_getattr by Helge Deller · 12 years ago
  75. 57737c4 parisc: fix cache-flushing by Helge Deller · 12 years ago
  76. 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 12 years ago
  77. 602456b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  78. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  79. 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  80. e4c0da2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  81. 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 12 years ago
  82. 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 12 years ago
  83. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 12 years ago
  84. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 12 years ago
  85. 5cb480f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  86. 1bda2ac afs: proc cells and rootcell are writeable by Pali Rohár · 12 years ago
  87. 5a5e75f tile: remove compat_sys_lookup_dcookie declaration to fix compile error by Heiko Carstens · 12 years ago
  88. 0f44bc3 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  89. efc518e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  90. fea8893 Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  91. 0448009 Revert "PCI: Remove from bus_list and release resources in pci_release_dev()" by Rafael J. Wysocki · 12 years ago
  92. f39aa27 ARM: multi_v7_defconfig: remove redundant entries and re-enable TI_EDMA by Olof Johansson · 12 years ago
  93. ad0c07f ARM: multi_v7_defconfig: add mvebu drivers by Olof Johansson · 12 years ago
  94. 50ac206 clocksource: kona: Add basic use of external clock by Tim Kryger · 12 years ago
  95. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  96. 14864a5 Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  97. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  98. 7c76203 drivers: bus: fix CCI driver kcalloc call parameters swap by Lorenzo Pieralisi · 12 years ago
  99. 94db37a ARM: dts: bcm28155-ap: Fix Card Detection GPIO by Tim Kryger · 12 years ago
  100. a00928f Merge tag 'renesas-dt-fixes2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 12 years ago