1. fa42d80 hisi_sas: Add timer and spinlock init by John Garry · 9 years ago
  2. 976867e hisi_sas: Add phy and port init by John Garry · 9 years ago
  3. af740db hisi_sas: Add hisi sas device type by John Garry · 9 years ago
  4. 7e9080e hisi_sas: Add hisi_hba workqueue by John Garry · 9 years ago
  5. 50cb916 hisi_sas: Set dev DMA mask by John Garry · 9 years ago
  6. 5d74242 hisi_sas: Add phy SAS ADDR initialization by John Garry · 9 years ago
  7. 9101a07 hisi_sas: Add cq structure initialization by John Garry · 9 years ago
  8. 257efd1 hisi_sas: Add slot init code by John Garry · 9 years ago
  9. 89d5332 hisi_sas: Add hisi_sas_remove by John Garry · 9 years ago
  10. 6be6de1 hisi_sas: Allocate memories and create pools by John Garry · 9 years ago
  11. c799d6b hisi_sas: Add HW DMA structures by John Garry · 9 years ago
  12. e26b2f4 hisi_sas: Scan device tree by John Garry · 9 years ago
  13. 7eb7869 hisi_sas: Add scsi host registration by John Garry · 9 years ago
  14. e8899fa hisi_sas: Add initial bare main driver by John Garry · 9 years ago
  15. 47caad1 devicetree: bindings: scsi: HiSi SAS by John Garry · 9 years ago
  16. c15d75b scsi: Centralise ssp frame information units by John Garry · 9 years ago
  17. 4190230 atp870u: Introduce atp870_init() by Ondrej Zary · 9 years ago
  18. ecc6ff9 atp870u: Introduce atp885_init() by Ondrej Zary · 9 years ago
  19. c7e6a02 atp870u: Introduce atp880_init() by Ondrej Zary · 9 years ago
  20. f5f53a3 atp870u: Initialize tables earlier by Ondrej Zary · 9 years ago
  21. 8177c50 atp870u: Remove scam_on from struct atp_unit by Ondrej Zary · 9 years ago
  22. 1729c0d atp870u: Request IRQ later, remove weird locking by Ondrej Zary · 9 years ago
  23. 11ec131 atp870u: Use pci_request_regions by Ondrej Zary · 9 years ago
  24. b922a44 atp870u: Introduce is880(), is885() and remove dev_id by Ondrej Zary · 9 years ago
  25. 6c9b9c5 atp870u: Simplify _probe() by Ondrej Zary · 9 years ago
  26. dd5a5f7 atp870u: Remove chip_ver from struct atp_unit by Ondrej Zary · 9 years ago
  27. b1e8506 atp870u: Improve unsupported chip detection by Ondrej Zary · 9 years ago
  28. bdd5ac4 atp870u: Improve _probe() by Ondrej Zary · 9 years ago
  29. e1e9a70 atp870u: Remove unused irq from struct atp_unit by Ondrej Zary · 9 years ago
  30. c48442d atp870u: Remove useless and broken card counting by Ondrej Zary · 9 years ago
  31. 30ebc7e atp870u: Use n_io_port in request_region and release_region by Ondrej Zary · 9 years ago
  32. 1ccd7d6 atp870u: Use module_pci_driver by Ondrej Zary · 9 years ago
  33. c4ad92b atp870u: Remove empty tscam_885() by Ondrej Zary · 9 years ago
  34. 34a2c35 atp870u: Reduce log spam on module load/unload by Ondrej Zary · 9 years ago
  35. 6a1961b atp870u: Introduce atp_set_host_id by Ondrej Zary · 9 years ago
  36. c751d9f atp870u: Fix incorrect writeb_io access to register 0x3a by Ondrej Zary · 9 years ago
  37. 2bbbac4 atp870u: Replace port 0x80 delay by udelay by Ondrej Zary · 9 years ago
  38. d804bb2 atp870u: Convert remaining in[bwl] and out[bwl] to wrappers by Ondrej Zary · 9 years ago
  39. 4192a40 atp870u: Rename is885() to atp_is() by Ondrej Zary · 9 years ago
  40. 851eb661 atp870u: Remove is870() by Ondrej Zary · 9 years ago
  41. 95c1def atp870u: Move 870-specific code out of is870() by Ondrej Zary · 9 years ago
  42. 460da918 atp870u: Add remaining 870 support to is885() by Ondrej Zary · 9 years ago
  43. 197fb8d atp870u: Add wide_chip parameter to is870() and is885() by Ondrej Zary · 9 years ago
  44. e7d6d14 atp870u: Remove is880() by Ondrej Zary · 9 years ago
  45. fa50b30 atp870u: Move chip-specific lines out of is880() and is885() by Ondrej Zary · 9 years ago
  46. bdf8b62 atp870u: Add channel parameter to is870() and is880() by Ondrej Zary · 9 years ago
  47. 80b52a7 atp870u: Unify code format in is870(), is880() and is885() by Ondrej Zary · 9 years ago
  48. 5d2a5a4 atp870u: Convert is885() to use wrappers by Ondrej Zary · 9 years ago
  49. 4850256 atp870u: Convert is880() to use wrappers by Ondrej Zary · 9 years ago
  50. 152c3ac atp870u: Convert is870() to use wrappers by Ondrej Zary · 9 years ago
  51. 6a3cebb atp870u: Introduce HW access wrappers by Ondrej Zary · 9 years ago
  52. c7fcc08 atp870u: Remove ugly gotos #5 by Ondrej Zary · 9 years ago
  53. 58c4d04 atp870u: Remove ugly gotos #4 by Ondrej Zary · 9 years ago
  54. 832e9ac atp870u: Remove ugly gotos #3 by Ondrej Zary · 9 years ago
  55. 468b896 atp870u: Remove ugly gotos #2 by Ondrej Zary · 9 years ago
  56. 78614ec atp870u: Remove ugly gotos by Ondrej Zary · 9 years ago
  57. c2bab40 atp870u: Untangle tmpcip #2 by Ondrej Zary · 9 years ago
  58. bc0fe4c atp870u: Untangle tmpcip by Ondrej Zary · 9 years ago
  59. e2c22b4 atp870u: Untangle tmport #8 by Ondrej Zary · 9 years ago
  60. 2eabdf2 atp870u: Untangle tmport #7 by Ondrej Zary · 9 years ago
  61. 493c520 atp870u: Untangle tmport #6 by Ondrej Zary · 9 years ago
  62. 3b30acf atp870u: Untangle tmport #5 by Ondrej Zary · 9 years ago
  63. ea41ed6 atp870u: Untangle tmport #4 by Ondrej Zary · 9 years ago
  64. 1940ed6 atp870u: Untangle tmport #3 by Ondrej Zary · 9 years ago
  65. 3b83646 atp870u: Untangle tmport #2 by Ondrej Zary · 9 years ago
  66. 3a38e53 atp870u: Untangle tmport by Ondrej Zary · 9 years ago
  67. b4263b3 atp870u: Remove tmport1 by Ondrej Zary · 9 years ago
  68. c43cd03 atp870u: Remove workport by Ondrej Zary · 9 years ago
  69. d282e2b SCSI: initio: remove duplicate module device table by Arnd Bergmann · 9 years ago
  70. 940a7f0 qla2xxx: Remove unavailable firmware files by Himanshu Madhani · 9 years ago
  71. e747cad st: Remove obsolete scsi_tape.max_pfn by Geert Uytterhoeven · 9 years ago
  72. 7f151f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  73. e7523a4 MAINTAINERS: Update Mellanox's Eth NIC driver entries by Or Gerlitz · 9 years ago
  74. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  75. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 9 years ago
  76. b22b941 rtnetlink: fix frame size warning in rtnl_fill_ifinfo by Hannes Frederic Sowa · 9 years ago
  77. 19125c1 net: use skb_clone to avoid alloc_pages failure. by Martin Zhang · 9 years ago
  78. 90836b6 packet: Use PAGE_ALIGNED macro by Tobias Klauser · 9 years ago
  79. 4194b49 packet: Don't check frames_per_block against negative values by Tobias Klauser · 9 years ago
  80. 321beec net: phy: Use interrupts when available in NOLINK state by Andrew Lunn · 9 years ago
  81. 819ec8e phy: marvell: Add support for 88E1540 PHY by Andrew Lunn · 9 years ago
  82. ec0738d arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS by Yang Shi · 9 years ago
  83. e639b8d macvlan: fix leak in macvlan_handle_frame by Sabrina Dubroca · 9 years ago
  84. a534dc5 ipvlan: fix use after free of skb by Sabrina Dubroca · 9 years ago
  85. cf554ad ipvlan: fix leak in ipvlan_rcv_frame by Sabrina Dubroca · 9 years ago
  86. eb3f8b4 Merge branch 'vlan-reorder' by David S. Miller · 9 years ago
  87. 28f9ee2 vlan: Do not put vlan headers back on bridge and macvlan ports by Vlad Yasevich · 9 years ago
  88. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  89. 6c606fa via-velocity: unconditionally drop frames with bad l2 length by Timo Teräs · 9 years ago
  90. a18ab2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  91. 864f83a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  92. e62d6e2 MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers by Geert Uytterhoeven · 9 years ago
  93. cf89752 FS-Cache: Add missing initialization of ret in cachefiles_write_page() by Geert Uytterhoeven · 9 years ago
  94. f1a454a ipg: Remove ipg driver by Ondrej Zary · 9 years ago
  95. c3f45d3 dl2k: Add support for IP1000A-based cards by Ondrej Zary · 9 years ago
  96. 41033f0 snmp: Remove duplicate OUTMCAST stat increment by Neil Horman · 9 years ago
  97. 7750130 net: thunder: Check for driver data in nicvf_remove() by Pavel Fedin · 9 years ago
  98. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  99. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 9 years ago
  100. 24cb705 net: switchdev: fix return code of fdb_dump stub by Dragos Tatulea · 9 years ago