1. 356bd76 Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 12 years ago
  2. f36c493 Merge branch 'pci/gregkh-driver-core' into next by Bjorn Helgaas · 12 years ago
  3. eb36309 PCI: exynos: Remove redundant of_match_ptr by Sachin Kamat · 12 years ago
  4. 904d0e7 PCI: designware: Add irq_create_mapping() by Pratyush Anand · 12 years ago
  5. 73e4085 PCI: designware: Make dw_pcie_rd_own_conf(), etc., static by Bjorn Helgaas · 12 years ago
  6. 18edf45 PCI: designware: Add header guards by Seungwon Jeon · 12 years ago
  7. bf22c90 PCI: Make pci_bus_attrs, pci_dev_attrs, dev_rescan_attr, dev_remove_attr, vga_attr static by Sachin Kamat · 12 years ago
  8. 5136b2d PCI: convert bus code to use dev_groups by Greg Kroah-Hartman · 12 years ago
  9. 2229c1f PCI: convert bus code to use drv_groups by Greg Kroah-Hartman · 12 years ago
  10. 0f49ba5 PCI: convert bus code to use bus_groups by Greg Kroah-Hartman · 12 years ago
  11. f8db3c9 PCI: exynos: Add missing clk_disable_unprepare() on error path by Wei Yongjun · 12 years ago
  12. 605d240 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  13. 09a2c73 PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definition by Yijing Wang · 12 years ago
  14. d3c0279 Merge branch 'pci/host-tegra' into next by Bjorn Helgaas · 12 years ago
  15. d95d3d5 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 12 years ago
  16. bb38919 PCI: imx6: Add support for i.MX6 PCIe controller by Sean Cross · 12 years ago
  17. 8d6a35f ARM: imx6q: Add PCIe bits to GPR syscon definition by Sean Cross · 12 years ago
  18. 645e40f Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 12 years ago
  19. 43e7aa4 PCI: acpiphp_ibm: Convert to dynamic debug by Lan Tianyu · 12 years ago
  20. bd95079 PCI: acpiphp: Convert to dynamic debug by Lan Tianyu · 12 years ago
  21. 1e65249 PCI: tegra: Add missing __iomem annotation by Jingoo Han · 12 years ago
  22. f62b878 PCI: exynos: Turn off power of phy block when link failed by Jingoo Han · 12 years ago
  23. f342d94 PCI: exynos: Add support for MSI by Jingoo Han · 12 years ago
  24. 4af8225 MAINTAINERS: Add Jingoo Han as Samsung Exynos PCIe driver maintainer by Jingoo Han · 12 years ago
  25. b8cac70 PCI: Remove Intel Haswell D3 delays by Todd E Brandt · 12 years ago
  26. 3ad94b0 PCI: Pass type, width, and prefetchability for window alignment by Wei Yang · 12 years ago
  27. 77a0dfc PCI: Document reason for using pci_is_root_bus() by Bjorn Helgaas · 12 years ago
  28. 2ba29e2 PCI: Use pci_is_root_bus() to check for root bus by Wei Yang · 12 years ago
  29. 115e3bc PCI: Remove unused "is_pcie" from pci_dev structure by Yijing Wang · 12 years ago
  30. a37bee7 PCI: Update pci_find_slot() description in pci.txt by Yijing Wang · 12 years ago
  31. 62a276f [SCSI] qla2xxx: Use standard PCIe Capability Link register field names by Bjorn Helgaas · 12 years ago
  32. a895c28 PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie() by Joe Perches · 12 years ago
  33. a006482 PCI: Drop "setting latency timer" messages by Bjorn Helgaas · 12 years ago
  34. 63495ff Merge branch 'pci/yijing-pci_is_pcie-v2' into next by Bjorn Helgaas · 12 years ago
  35. 3ba8b7c Merge branch 'pci/bjorn-osc' into next by Bjorn Helgaas · 12 years ago
  36. 955f14b PCI/ACPI: Decode _OSC bitmasks symbolically by Bjorn Helgaas · 12 years ago
  37. de18966 PCI/ACPI: Separate out _OSC "we don't support enough services" path by Bjorn Helgaas · 12 years ago
  38. 43613a1 PCI/ACPI: Separate out _OSC "PCIe port services disabled" path by Bjorn Helgaas · 12 years ago
  39. 65afe91 PCI/ACPI: Skip _OSC control tests if _OSC support call failed by Bjorn Helgaas · 12 years ago
  40. 1b2a7be PCI/ACPI: Run _OSC only once for OSPM feature support by Bjorn Helgaas · 12 years ago
  41. b8eb67f PCI/ACPI: Split _OSC "support" and "control" flags into separate variables by Bjorn Helgaas · 12 years ago
  42. 3e43abb PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control() by Bjorn Helgaas · 12 years ago
  43. 4ffe6e5 PCI/ACPI: Drop unnecessary _OSC existence tests by Bjorn Helgaas · 12 years ago
  44. 7dab9ef PCI/ACPI: Name _OSC #defines more consistently by Bjorn Helgaas · 12 years ago
  45. 335b150 ACPI: Write OSC_PCI_CONTROL_MASKS like OSC_PCI_SUPPORT_MASKS by Bjorn Helgaas · 12 years ago
  46. b448193 ACPI: Remove unused OSC_PCI_NATIVE_HOTPLUG by Bjorn Helgaas · 12 years ago
  47. c867847 ACPI: Tidy acpi_run_osc() declarations by Bjorn Helgaas · 12 years ago
  48. b938a22 ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD by Bjorn Helgaas · 12 years ago
  49. dedf1e4 ACPI: Write _OSC bit field definitions in hex by Bjorn Helgaas · 12 years ago
  50. f030826 powerpc/pci: Use pci_is_pcie() to simplify code by Yijing Wang · 12 years ago
  51. ce9f7ed [SCSI] qla2xxx: Use pcie_is_pcie() to simplify code by Yijing Wang · 12 years ago
  52. ad4d35f [SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify code by Yijing Wang · 12 years ago
  53. c0102c0 [SCSI] bfa: Use pcie_set()/get_readrq() to simplify code by Yijing Wang · 12 years ago
  54. f8a26fe x86/pci: Use cached pci_dev->pcie_cap to simplify code by Yijing Wang · 12 years ago
  55. fdfe151 PCI: Use pci_is_pcie() to simplify code by Yijing Wang · 12 years ago
  56. 4a10c2a Linux 3.12-rc2 by Linus Torvalds · 12 years ago
  57. 9d23108 Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  58. e04a0a5 Merge tag 'usb-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  59. d8524ae Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  60. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  61. 0fbf2cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  62. f3cff25 cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 12 years ago
  63. 6174081 Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 12 years ago
  64. c43a385 Merge tag 'nfs-for-3.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  65. 75afb35 block: Add nr_bios to block_rq_remap tracepoint by Jun'ichi Nomura · 12 years ago
  66. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 12 years ago
  67. cbf8b8c btrfs: change extent-same to copy entire argument struct by Mark Fasheh · 12 years ago
  68. 93fd63c Btrfs: dir_inode_operations should use btrfs_update_time also by Guangyu Sun · 12 years ago
  69. 5138ccc btrfs: Add btrfs: prefix to kernel log output by Frank Holton · 12 years ago
  70. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 12 years ago
  71. 1cecf57 Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 by chandan · 12 years ago
  72. a0634be Btrfs: don't leak transaction in btrfs_sync_file() by Filipe David Borba Manana · 12 years ago
  73. a724b43 Btrfs: add the missing mutex unlock in write_all_supers() by Stefan Behrens · 12 years ago
  74. f4ab9ea Btrfs: iput inode on allocation failure by Josef Bacik · 12 years ago
  75. 363e4d3 Btrfs: remove space_info->reservation_progress by Josef Bacik · 12 years ago
  76. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 12 years ago
  77. c4fbb43 Btrfs: fix worst case calculator for space usage by Josef Bacik · 12 years ago
  78. 14575ae Revert "Btrfs: rework the overcommit logic to be based on the total size" by Josef Bacik · 12 years ago
  79. 652f25a Btrfs: improve replacing nocow extents by Josef Bacik · 12 years ago
  80. d555438 Btrfs: drop dir i_size when adding new names on replay by Josef Bacik · 12 years ago
  81. dd8e721 Btrfs: replay dir_index items before other items by Josef Bacik · 12 years ago
  82. a5874ce Btrfs: check roots last log commit when checking if an inode has been logged by Josef Bacik · 12 years ago
  83. de2b530 Btrfs: actually log directory we are fsync()'ing by Josef Bacik · 12 years ago
  84. 573aeca Btrfs: actually limit the size of delalloc range by Josef Bacik · 12 years ago
  85. a482039 Btrfs: allocate the free space by the existed max extent size when ENOSPC by Miao Xie · 12 years ago
  86. 13fd8da btrfs: add lockdep and tracing annotations for uuid tree by David Sterba · 12 years ago
  87. 79556c3 btrfs: show compiled-in config features at module load time by Stefan Behrens · 12 years ago
  88. cef2193 Btrfs: more efficient inode tree replace operation by Filipe David Borba Manana · 12 years ago
  89. 55e50e4 Btrfs: do not add replace target to the alloc_list by Ilya Dryomov · 12 years ago
  90. 83d4cfd Btrfs: fixup error handling in btrfs_reloc_cow by Josef Bacik · 12 years ago
  91. 07f0e62 Merge tag 'v3.11' into for-linus by Chris Mason · 12 years ago
  92. bda2f8f iio:buffer_cb: Add missing iio_buffer_init() by Lars-Peter Clausen · 12 years ago
  93. 0d5b7da iio: Prevent race between IIO chardev opening and IIO device free by Lars-Peter Clausen · 12 years ago
  94. cadc212 iio: fix: Keep a reference to the IIO device for open file descriptors by Lars-Peter Clausen · 12 years ago
  95. a87c82e iio: Stop sampling when the device is removed by Lars-Peter Clausen · 12 years ago
  96. d66e045 iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL by Peter Meerwald · 12 years ago
  97. a97dd06 iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 12 years ago
  98. 234efa1 iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 12 years ago
  99. d320f1b iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 12 years ago
  100. 2457aaf Merge tag 'pm+acpi-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago