1. 9f3d162 Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  2. 3d9fecf x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing by Bjorn Helgaas · 10 years ago
  3. bf933db Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  4. 2393f79 PCI: imx6: Add #define PCIE_RC_LCSR by Bjorn Helgaas · 10 years ago
  5. 1c7fae1 PCI: imx6: Use "u32", not "uint32_t" by Bjorn Helgaas · 10 years ago
  6. 0ff9b9b Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  7. c030008 PCI: Remove unused pci_scan_bus_parented() by Yijing Wang · 10 years ago
  8. 515d425 xen/pcifront: Don't use deprecated function pci_scan_bus_parented() by Arnd Bergmann · 10 years ago
  9. a042746 PCI: imx6: Add speed change timeout message by Troy Kisky · 10 years ago
  10. 0c0cbb6 PCI/ASPM: Simplify Clock Power Management setting by Bjorn Helgaas · 10 years ago
  11. 6cbb247 PCI: designware: Wait for link to come up with consistent style by Bjorn Helgaas · 10 years ago
  12. 1d3f9ba PCI: layerscape: Factor out ls_pcie_establish_link() by Bjorn Helgaas · 10 years ago
  13. 1200edc PCI: layerscape: Use dw_pcie_link_up() consistently by Bjorn Helgaas · 10 years ago
  14. 30fb7ba PCI: dra7xx: Use dw_pcie_link_up() consistently by Bjorn Helgaas · 10 years ago
  15. 1dace01 x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A by Bjorn Helgaas · 10 years ago
  16. a5dd4b4 PCI: pciehp: Wait for hotplug command completion where necessary by Alex Williamson · 10 years ago
  17. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 10 years ago
  18. d59d36a PCI: Remove unused pcibios_select_root() (again) by Bjorn Helgaas · 10 years ago
  19. 633adc7 PCI: Remove unnecessary #includes of <asm/pci.h> by Bjorn Helgaas · 10 years ago
  20. cd11433 PCI: Include <linux/pci.h>, not <asm/pci.h> by Bjorn Helgaas · 10 years ago
  21. e1e6e5c arm64: dts: Add APM X-Gene PCIe MSI nodes by Duc Dang · 10 years ago
  22. dcd19de PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driver by Duc Dang · 10 years ago
  23. fd5da20 PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link() by Bjorn Helgaas · 10 years ago
  24. 917bfd9 ACPI / PCI: Account for ARI in _PRT lookups by Alex Williamson · 10 years ago
  25. 3a9ad0b PCI: Add pci_bus_addr_t by Yinghai Lu · 10 years ago
  26. 19bdb6e PCI: Move pci_ari_enabled() to global header by Alex Williamson · 10 years ago
  27. 777e61e PCI: Use dev->has_secondary_link to find downstream PCIe links by Yijing Wang · 10 years ago
  28. ef07991 PCI: iproc: Free resource list after registration by Hauke Mehrtens · 10 years ago
  29. 18c4342 PCI: iproc: Directly add PCI resources by Hauke Mehrtens · 10 years ago
  30. 528d4bc PCI: designware: Use pci_scan_root_bus() for simplicity by Yijing Wang · 10 years ago
  31. 915ad86 PCI: tegra: Remove tegra_pcie_scan_bus() by Yijing Wang · 10 years ago
  32. 2dead00 PCI: mvebu: Remove mvebu_pcie_scan_bus() by Yijing Wang · 10 years ago
  33. c8fc933 PCI/ASPM: Use dev->has_secondary_link to find downstream links by Yijing Wang · 10 years ago
  34. 0824965 PCI: Propagate the "ignore hotplug" setting to parent by Rafael J. Wysocki · 10 years ago
  35. d41be34 ACPI / hotplug / PCI: Check ignore_hotplug for all downstream devices by Rafael J. Wysocki · 10 years ago
  36. 2af31f4 PCI: pciehp: Drop pointless label from pciehp_probe() by Rafael J. Wysocki · 10 years ago
  37. d0751b9 PCI: Add dev->has_secondary_link to track downstream PCIe links by Yijing Wang · 10 years ago
  38. 247de69 PCI: Add function 1 DMA alias quirk for Marvell 9120 by Sakari Ailus · 10 years ago
  39. e705c29 PCI: pciehp: Drop pointless ACPI-based "slot detection" check by Rafael J. Wysocki · 10 years ago
  40. 2d91b49 PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM by Jisheng Zhang · 10 years ago
  41. 63503c8 PCI: designware: Consolidate outbound iATU programming functions by Jisheng Zhang · 10 years ago
  42. f9b8cd7 PCI/ASPM: Remove redundant PCIe port type checking by Yijing Wang · 10 years ago
  43. e127a04 PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter by Bjorn Helgaas · 10 years ago
  44. 4785ffb PCI: iproc: Add BCMA PCIe driver by Hauke Mehrtens · 10 years ago
  45. c1e02ce PCI: iproc: Allow override of device tree IRQ mapping function by Hauke Mehrtens · 10 years ago
  46. 5b0f073 PCI: designware: Add support for x8 links by Zhou Wang · 10 years ago
  47. 5dbb4c6 of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port by Zhichang Yuan · 10 years ago
  48. dca230d PCI: Add ACS quirks for Intel 9-series PCH root ports by Alex Williamson · 10 years ago
  49. c6201cd PCI/MSI: Remove unused pci_msi_off() by Bjorn Helgaas · 10 years ago
  50. 9680319 PCI/MSI: Drop pci_msi_off() calls from quirks by Michael S. Tsirkin · 10 years ago
  51. 8c9bb60 ntb: Drop pci_msi_off() call during probe by Michael S. Tsirkin · 10 years ago
  52. c1f4d88 virtio_pci: drop pci_msi_off() call during probe by Michael S. Tsirkin · 10 years ago
  53. 1851617 PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI by Michael S. Tsirkin · 10 years ago
  54. 6a25f5e PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl() by Michael S. Tsirkin · 10 years ago
  55. 61b64ab PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl() by Michael S. Tsirkin · 10 years ago
  56. 5ebe6afa Linux 4.1-rc2 by Linus Torvalds · 10 years ago
  57. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  58. 101a6fd Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  59. 71aee81 Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  60. df9ebeb Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 10 years ago
  61. 61f06db Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  62. 3333222 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  63. 180d89f Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  64. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 10 years ago
  65. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 10 years ago
  66. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 10 years ago
  67. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 10 years ago
  68. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 10 years ago
  69. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  70. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 10 years ago
  71. feda5f9 virtio: pass baton to Michael Tsirkin by Rusty Russell · 10 years ago
  72. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  73. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 10 years ago
  74. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 10 years ago
  75. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 10 years ago
  76. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 10 years ago
  77. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  78. 036f351 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  79. 0aab374 powerpc/powernv: Restore non-volatile CRs after nap by Sam Bobroff · 10 years ago
  80. d91dafc powerpc/eeh: Delay probing EEH device during hotplug by Gavin Shan · 10 years ago
  81. 1ae79b7 powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state() by Gavin Shan · 10 years ago
  82. f32393c powerpc/pseries: Correct cpu affinity for dlpar added cpus by Nathan Fontenot · 10 years ago
  83. 2fa30fe selftests/powerpc: Fix the pmu install rule by Michael Ellerman · 10 years ago
  84. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  85. 5a2e73b Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  86. e813bb2 net: fec: Fix RGMII-ID mode by Markus Pargmann · 10 years ago
  87. 07841f9 net/mlx4_en: Schedule napi when RX buffers allocation fails by Ido Shamay · 10 years ago
  88. c232d8a netxen_nic: use spin_[un]lock_bh around tx_clean_lock by Tony Camuso · 10 years ago
  89. 17d5ceb net/mlx4_core: Fix unaligned accesses by David Ahern · 10 years ago
  90. f94813f mlx4_en: Use correct loop cursor in error path. by Benjamin Poirier · 10 years ago
  91. 50904a7 Merge branches 'acpica', 'acpi-battery' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  92. 0ae3aba Merge tag 'asoc-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  93. 9dbbe3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  94. fb45f49 Merge tag 'dm-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  95. 9c4249c modsign: change default key details by David Howells · 10 years ago
  96. 9263a06 Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  97. dcca8de Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  98. 73be174 Merge tag 'renesas-sh-drivers-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 10 years ago
  99. aa6df8d dm: fix free_rq_clone() NULL pointer when requeueing unmapped request by Mike Snitzer · 10 years ago
  100. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 10 years ago