1. fd4572b net/mlx5: Add monitor commands layout and event data by Eyal Davidovich · 6 years ago
  2. 8d6b57e net/mlx5: Add support for plugged-disabled cable status in PME by Mikhael Goikhman · 6 years ago
  3. 37a12aa net/mlx5: Add support for PCIe power slot exceeded error in PME by Mikhael Goikhman · 6 years ago
  4. c2fb3db net/mlx5: Rework handling of port module events by Mikhael Goikhman · 6 years ago
  5. 7300375 net/mlx5: Move flow counters data structures from flow steering header by Saeed Mahameed · 6 years ago
  6. bdefffd IB/mlx5: Use helper to get CQE opcode by Tariq Toukan · 6 years ago
  7. 6254ade net/mlx5: Use helper to get CQE opcode by Tariq Toukan · 6 years ago
  8. fe206c2 net/mlx5: When fetching CQEs return CQE instead of void pointer by Daniel Jurgens · 6 years ago
  9. 3fd3c80 net/mlx5: Expose packet based credit mode by Danit Goldberg · 6 years ago
  10. 9d43faa net/mlx5: Update mlx5_ifc with DEVX UCTX capabilities bits by Yishai Hadas · 6 years ago
  11. 36ff488 RDMA/mlx5: Unfold modify RMP function by Leon Romanovsky · 6 years ago
  12. a1eb180 RDMA/mlx5: Unfold create RMP function by Leon Romanovsky · 6 years ago
  13. f3da657 RDMA/mlx5: Initialize SRQ tables on mlx5_ib by Leon Romanovsky · 6 years ago
  14. b499080 RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format by Leon Romanovsky · 6 years ago
  15. 81773ce RDMA/mlx5: Use stages for callback to setup and release DEVX by Leon Romanovsky · 6 years ago
  16. c48d386 RDMA/mlx5: Remove SRQ signature global flag by Leon Romanovsky · 6 years ago
  17. f02d0d6 net/mlx5: Move SRQ functions to RDMA part by Leon Romanovsky · 6 years ago
  18. c23f88c net/mlx5: Remove references to local mlx5_core functions by Leon Romanovsky · 6 years ago
  19. 26d1164d net/mlx5: Remove not-used lib/eq.h header file by Leon Romanovsky · 6 years ago
  20. 5b5f0f1 net/mlx5: Remove dead transobj code by Leon Romanovsky · 6 years ago
  21. 6cd0014 net/mlx5: Align SRQ licenses and copyright information by Leon Romanovsky · 6 years ago
  22. 9363121 net/mlx5: Debug print for forwarded async events by Saeed Mahameed · 6 years ago
  23. 4e2df04 net/mlx5: Forward SRQ resource events by Saeed Mahameed · 6 years ago
  24. 451be51 net/mlx5: Forward QP/WorkQueues resource events by Saeed Mahameed · 6 years ago
  25. b8267cd net/mlx5: Remove all deprecated software versions of FW events by Saeed Mahameed · 6 years ago
  26. 09e574f IB/mlx5: Handle raw delay drop general event by Saeed Mahameed · 6 years ago
  27. cb6191b net/mlx5: Allow forwarding event type general event as is by Saeed Mahameed · 6 years ago
  28. 134e934 IB/mlx5: Handle raw port change event rather than the software version by Saeed Mahameed · 6 years ago
  29. 02039fb net/mlx5: Remove unused events callback and logic by Saeed Mahameed · 6 years ago
  30. df097a2 IB/mlx5: Use the new mlx5 core notifier API by Saeed Mahameed · 6 years ago
  31. 58d180b net/mlx5: Forward all mlx5 events to mlx5 notifiers chain by Saeed Mahameed · 6 years ago
  32. 7cffadd net/mlx5e: Use the new mlx5 core notifier API by Saeed Mahameed · 6 years ago
  33. 7a17955 net/mlx5: Allow port change event to be forwarded to driver notifiers chain by Saeed Mahameed · 6 years ago
  34. 20902be net/mlx5: Driver events notifier API by Saeed Mahameed · 6 years ago
  35. 2c89156 net/mlx5: Improve core device events handling by Saeed Mahameed · 6 years ago
  36. 69c1280 net/mlx5: Device events, Use async events chain by Saeed Mahameed · 6 years ago
  37. 2742bc9 net/mlx5: CQ ERR, Use async events chain by Saeed Mahameed · 6 years ago
  38. 221c14f net/mlx5: Resource tables, Use async events chain by Saeed Mahameed · 6 years ago
  39. 71edc69 net/mlx5: CmdIF, Use async events chain by Saeed Mahameed · 6 years ago
  40. 0cf53c1 net/mlx5: FWPage, Use async events chain by Saeed Mahameed · 6 years ago
  41. 6933a93 net/mlx5: E-Switch, Use async events chain by Saeed Mahameed · 6 years ago
  42. 4106925 net/mlx5: Clock, Use async events chain by Saeed Mahameed · 6 years ago
  43. a52a7d0 net/mlx5: FPGA, Use async events chain by Saeed Mahameed · 6 years ago
  44. 720a936 net/mlx5: FWTrace, Use async events chain by Saeed Mahameed · 6 years ago
  45. 0f597ed net/mlx5: EQ, Introduce atomic notifier chain subscription API by Saeed Mahameed · 6 years ago
  46. 6d2d6fc net/mlx5: EQ, Make EQE access methods inline by Saeed Mahameed · 6 years ago
  47. d5d284b {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA by Saeed Mahameed · 6 years ago
  48. 7701707 net/mlx5: EQ, Generic EQ by Saeed Mahameed · 6 years ago
  49. 16d7608 net/mlx5: EQ, Different EQ types by Saeed Mahameed · 6 years ago
  50. f2f3df5 net/mlx5: EQ, Privatize eq_table and friends by Saeed Mahameed · 6 years ago
  51. d674a9aa net/mlx5: EQ, irq_info and rmap belong to eq_table by Saeed Mahameed · 6 years ago
  52. c8e21b3 net/mlx5: EQ, Create all EQs in one place by Saeed Mahameed · 6 years ago
  53. ca828cb net/mlx5: EQ, Move all EQ logic to eq.c by Saeed Mahameed · 6 years ago
  54. aaa553a net/mlx5: EQ, Remove redundant completion EQ list lock by Saeed Mahameed · 6 years ago
  55. 2883f35 net/mlx5: EQ, No need to store eq index as a field by Saeed Mahameed · 6 years ago
  56. 4de45c7 net/mlx5: EQ, Remove unused fields and structures by Saeed Mahameed · 6 years ago
  57. 1e86ace net/mlx5: EQ, Use the right place to store/read IRQ affinity hint by Saeed Mahameed · 6 years ago
  58. b02394a IB/mlx5: Improve ODP debugging messages by Moni Shoua · 6 years ago
  59. 90290db net/mlx5: Use multi threaded workqueue for page fault handling by Moni Shoua · 6 years ago
  60. ef90c5e net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state by Moni Shoua · 6 years ago
  61. 032080a IB/mlx5: Lock QP during page fault handling by Moni Shoua · 6 years ago
  62. c99fefe net/mlx5: Enumerate page fault types by Moni Shoua · 6 years ago
  63. 27e9560 net/mlx5: Add interface to hold and release core resources by Moni Shoua · 6 years ago
  64. 6981149 net/mlx5: Release resource on error flow by Moni Shoua · 6 years ago
  65. c74d90c net/mlx5: Fix offsets of ifc reserved fields by Gal Pressman · 6 years ago
  66. 99b77fe net/mlx5: Fix XRC SRQ umem valid bits by Yishai Hadas · 6 years ago
  67. 6510223 Linux 4.20-rc1 by Linus Torvalds · 6 years ago
  68. 42bd06e Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  69. 4710e78 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  70. 35e7452 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. 04578e8 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  72. 71e5602 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  73. 601a880 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  74. 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. e9ebc21 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 993f0b0 sched/topology: Fix off by one bug by Peter Zijlstra · 6 years ago
  77. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  78. d2ff0ff2 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  79. 83650fd Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  80. 3308a38 Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  81. 9a12efc Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  82. 16944728 Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  83. ed61a13 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  84. af102b3 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  85. cddfa11 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  86. dd33ad7 memory_hotplug: cond_resched in __remove_pages by Michal Hocko · 6 years ago
  87. 9f2df09 bfs: add sanity check at bfs_fill_super() by Tetsuo Handa · 6 years ago
  88. 6f0483d kernel/sysctl.c: remove duplicated include by Michael Schupikov · 6 years ago
  89. 3383b36 kernel/kexec_file.c: remove some duplicated includes by zhong jiang · 6 years ago
  90. 89c83fb mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask by Michal Hocko · 6 years ago
  91. 6194ae4 ocfs2: fix clusters leak in ocfs2_defrag_extent() by Larry Chen · 6 years ago
  92. 3a3d1e5 ocfs2: dlmglue: clean up timestamp handling by Arnd Bergmann · 6 years ago
  93. cf76c78 ocfs2: don't put and assigning null to bh allocated outside by Changwei Ge · 6 years ago
  94. 29aa301 ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry by Changwei Ge · 6 years ago
  95. 9e98578 ocfs2: don't use iocb when EIOCBQUEUED returns by Changwei Ge · 6 years ago
  96. 21158ca ocfs2: without quota support, avoid calling quota recovery by Guozhonghua · 6 years ago
  97. a634644 ocfs2: remove ocfs2_is_o2cb_active() by Gang He · 6 years ago
  98. ac5b2c1 mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings by Andrea Arcangeli · 6 years ago
  99. 94e297c include/linux/notifier.h: SRCU: fix ctags by Sam Protsenko · 6 years ago
  100. e68599a mm: handle no memcg case in memcg_kmem_charge() properly by Roman Gushchin · 6 years ago