1. 792688f Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra', 'pci/msi', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 11 years ago
  2. e11ece5 PCI/MSI: Use irq_get_msi_desc() to simplify code by Yijing Wang · 11 years ago
  3. 0dae508 PCI/MSI: Remove unused list access in __pci_restore_msix_state() by Yijing Wang · 11 years ago
  4. a281b78 PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_dev by Yijing Wang · 11 years ago
  5. 4cc9016 PCI/MSI: Remove unused function msi_remove_pci_irq_vectors() by Yijing Wang · 11 years ago
  6. d873b4d PCI/MSI: Add msi_setup_entry() to clean up MSI initialization by Yijing Wang · 11 years ago
  7. 1f6ae47 PCI: Configure ASPM when enabling device by Vidya Sagar · 11 years ago
  8. cbace46 x86: don't exclude low BIOS area when allocating address space for non-PCI cards by Christoph Schulz · 11 years ago
  9. eed6542 PCI: generic: Fix GPL v2 license string typo by Bjorn Helgaas · 11 years ago
  10. 68947eb PCI: rcar: Fix GPL v2 license string typo by Bjorn Helgaas · 11 years ago
  11. d975cb5 PCI: tegra: Fix GPL v2 license string typo by Thierry Reding · 11 years ago
  12. 505d865 PCI: mvebu: Fix GPL v2 license string typo by Thierry Reding · 11 years ago
  13. 8e2614bb PCI: Add include guard to include/linux/pci_ids.h by Rasmus Villemoes · 11 years ago
  14. 20cde69 x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() by Bruno Prémont · 11 years ago
  15. 1d0df48 Merge branches 'pci/host-rcar', 'pci/hotplug', 'pci/iommu', 'pci/misc' and 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  16. 64da465 PCI: Tidy resource assignment messages by Bjorn Helgaas · 11 years ago
  17. 9477883 PCI: Return conventional error values from pci_revert_fw_address() by Bjorn Helgaas · 11 years ago
  18. 28f6dbe PCI: Cleanup control flow by Bjorn Helgaas · 11 years ago
  19. 096d422 PCI: Support BAR sizes up to 128GB by Yinghai Lu · 11 years ago
  20. 5d37818 PCI: cpqphp: Remove unnecessary null test before debugfs_remove() by Fabian Frederick · 11 years ago
  21. 0d25d35 PCI: pciehp: Clear Data Link Layer State Changed during init by Myron Stowe · 11 years ago
  22. 8ab4abb PCI: Add bridge DMA alias quirk for Intel 82801 bridge by Alex Williamson · 11 years ago
  23. 0549252 PCI: rcar: Remove rcar_pcie_setup_window() resource argument by Phil Edworthy · 11 years ago
  24. b7718849 PCI: rcar: Cleanup style and formatting by Phil Edworthy · 11 years ago
  25. 2c3fd4c PCI: rcar: Use correct initial HW settings by Phil Edworthy · 11 years ago
  26. 8eb12c3 PCI: rcar: Remove redundant config accessor register number checks by Sergei Shtylyov · 11 years ago
  27. 6c1a32e PCI: pciehp: Remove struct controller.no_cmd_complete by Rajat Jain · 11 years ago
  28. c333770 PCI: Keep original resource if we fail to expand it by Guo Chao · 11 years ago
  29. 31ea5d4 PCI/MSI: Cache Multiple Message Capable in struct msi_desc by Yijing Wang · 11 years ago
  30. 199596e PCI/MSI: Remove unused msi_enabled_mask() by Yijing Wang · 11 years ago
  31. 66f0d0c PCI/MSI: Add internal msix_clear_and_set_ctrl() function by Yijing Wang · 11 years ago
  32. 21dd5a4 powerpc/pci: Remove duplicate logic by Gavin Shan · 11 years ago
  33. 9e33002 PCI: Make resetting secondary bus logic common by Gavin Shan · 11 years ago
  34. dcfa9be ACPI / PCI: Fix sysfs acpi_index and label errors by Simone Gotti · 11 years ago
  35. 7f105d3 PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe ports by Jiang Liu · 11 years ago
  36. 2cc56f3 PCI: pciehp: Remove assumptions about which commands cause completion events by Bjorn Helgaas · 11 years ago
  37. 40b9608 PCI: pciehp: Compute timeout from hotplug command start time by Bjorn Helgaas · 11 years ago
  38. 3461a06 PCI: pciehp: Wait for hotplug command completion lazily by Bjorn Helgaas · 11 years ago
  39. 4283c70 PCI: pciehp: Make pcie_wait_cmd() self-contained by Bjorn Helgaas · 11 years ago
  40. 62e4492 PCI: Prevent NULL dereference during pciehp probe by Andreas Noever · 11 years ago
  41. 7171511 Linux 3.16-rc1 by Linus Torvalds · 11 years ago
  42. a9be224 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  43. dd1845a Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  44. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  45. b58537a net: sctp: fix permissions for rto_alpha and rto_beta knobs by Daniel Borkmann · 11 years ago
  46. e4f7ae9 Merge branch 'csum_fixes' by David S. Miller · 11 years ago
  47. f79b064 vxlan: Checksum fixes by Tom Herbert · 11 years ago
  48. e5eb4e3 net: add skb_pop_rcv_encapsulation by Tom Herbert · 11 years ago
  49. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 11 years ago
  50. 46fb51e net: Fix save software checksum complete by Tom Herbert · 11 years ago
  51. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 11 years ago
  52. abf04af Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  53. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  54. a311c48 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  55. 0506408 fix __swap_writepage() compile failure on old gcc versions by Al Viro · 11 years ago
  56. 4a54e5e Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 11 years ago
  57. 1ad96bb Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  58. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. 503698e Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  60. 63c6f81 udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 11 years ago
  61. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 11 years ago
  62. 56f16c7 MAINTAINERS: update cxgb4 maintainer by Dimitris Michailidis · 11 years ago
  63. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 11 years ago
  64. b8e0808 NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. by Dan McLeran · 11 years ago
  65. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 11 years ago
  66. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 11 years ago
  67. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 11 years ago
  68. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 11 years ago
  69. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 11 years ago
  70. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 11 years ago
  71. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 11 years ago
  72. ef351b9 NVMe: Use Log Page constants in SCSI emulation by Matthew Wilcox · 11 years ago
  73. 3d69bb6 NVMe: Define Log Page constants by Matthew Wilcox · 11 years ago
  74. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 11 years ago
  75. 6391f34 Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  76. 4bdeb31 Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  77. aa569fa Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 11 years ago
  78. 8a02b16 ALSA: hda/realtek - Add more entry for enable HP mute led by Kailang Yang · 11 years ago
  79. 2041d56 ALSA: hda - Add quirk for external mic on Lifebook U904 by David Henningsson · 11 years ago
  80. 64eb428 ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table by Hui Wang · 11 years ago
  81. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  82. 338c09a Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  83. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  84. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  85. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  86. 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  87. b7c8c19 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  88. 88bbfb4 Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  89. 71998d1 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. e0bf7b8 x86/vdso: Hack to keep 64-bit Go programs working by Andy Lutomirski · 11 years ago
  93. b4b31f6 x86/vdso: Add PUT_LE to store little-endian values by Andy Lutomirski · 11 years ago
  94. 4ebbefd x86/vdso/doc: Make vDSO examples more portable by Andy Lutomirski · 11 years ago
  95. 6e8f215 x86/vdso/doc: Rename vdso_test.c to vdso_standalone_test_x86.c by Andy Lutomirski · 11 years ago
  96. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. ba346b3 btrfs: tree_search, search_ioctl: direct copy to userspace by Gerhard Heift · 11 years ago
  98. 550ac1d btrfs: new function read_extent_buffer_to_user by Gerhard Heift · 11 years ago
  99. 9b6e817 btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW by Gerhard Heift · 11 years ago
  100. 8f5f617 btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer by Gerhard Heift · 11 years ago