1. e535376 i2c/ARM: davinci: Deep refactoring of I2C recovery by Linus Walleij · 7 years ago
  2. ba98645 i2c: add i2c_master_{send|recv}_dmasafe by Wolfram Sang · 7 years ago
  3. 8a91732 i2c: refactor i2c_master_{send_recv} by Wolfram Sang · 7 years ago
  4. e94bc5d i2c: add helpers to ease DMA handling by Wolfram Sang · 7 years ago
  5. 521a72e i2c: add a message flag for DMA safe buffers by Wolfram Sang · 7 years ago
  6. e1eb7d2 i2c: remove legacy integer scl/sda gpio for recovery by Phil Reid · 7 years ago
  7. 3991c5c i2c: Switch to using gpiod interface for gpio bus recovery by Phil Reid · 7 years ago
  8. 901a891f i2c: use macro IS_ENABLED in header i2c.h by Stefan Lengfeld · 7 years ago
  9. dec0029 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 02fc87b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 6830c8d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. fcbc38b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  13. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  14. 7753ea0 Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  15. eda5d47 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  16. 3f5fe9f sched/debug: Fix task state recording/printout by Thomas Gleixner · 7 years ago
  17. 1d3b78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  18. 06c9440 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  19. b64f26c Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  20. c353bfc Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  21. ce44cd8 Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys by James Morris · 7 years ago
  22. fd2fa6c x86/PCI: Remove unused HyperTransport interrupt support by Bjorn Helgaas · 7 years ago
  23. e4be7ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  24. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  25. 866c9b9 Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent by Thomas Gleixner · 7 years ago
  26. c131187 bpf: fix branch pruning logic by Alexei Starovoitov · 7 years ago
  27. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  28. 98ecf1a dt-bindings: remove file that was added accidentally by Rob Clark · 7 years ago
  29. 66660d4 drm: add connector info/property for non-desktop displays [v2] by Dave Airlie · 7 years ago
  30. db1ac49 bpf: introduce ARG_PTR_TO_MEM_OR_NULL by Gianluca Borello · 7 years ago
  31. d6c0615 ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization by Takashi Iwai · 7 years ago
  32. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  33. 919b250 timer: Remove redundant __setup_timer*() macros by Kees Cook · 7 years ago
  34. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  35. 1fe66ba timer: Remove unused data arguments from macros by Kees Cook · 7 years ago
  36. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  37. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  38. 513ae78 timer: Remove setup_*timer() interface by Kees Cook · 7 years ago
  39. 7eeb6b8 timer: Remove init_timer() interface by Kees Cook · 7 years ago
  40. bca237a block/laptop_mode: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  41. 0c86a6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  42. 11ca75d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  43. aa5222e sched/deadline: Don't use dubious signed bitfields by Dan Carpenter · 7 years ago
  44. e1d1ea5 Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  45. 14380194 bpf: make bpf_prog_offload_verifier_prep() static inline by Jakub Kicinski · 7 years ago
  46. 1ee6400 bpf: revert report offload info to user space by Jakub Kicinski · 7 years ago
  47. 479321e bpf: turn bpf_prog_get_type() into a wrapper by Jakub Kicinski · 7 years ago
  48. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  49. 1f6f4cb bpf: offload: rename the ifindex field by Jakub Kicinski · 7 years ago
  50. c8a0739 Merge tag 'ntb-4.15' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  51. ed66dfa tcp: when scheduling TLP, time of RTO should account for current ACK by Neal Cardwell · 7 years ago
  52. e099b45 NTB: switchtec_ntb: Add skeleton NTB driver by Logan Gunthorpe · 7 years ago
  53. 33dea5a NTB: switchtec_ntb: Introduce initial NTB driver by Logan Gunthorpe · 7 years ago
  54. fa5ab66 NTB: Add check and comment for link up to mw_count() and mw_get_align() by Logan Gunthorpe · 7 years ago
  55. 48c302d NTB: switchtec: Add link event notifier callback by Logan Gunthorpe · 7 years ago
  56. c082b04 NTB: switchtec: Add NTB hardware register definitions by Logan Gunthorpe · 7 years ago
  57. 302e994 NTB: switchtec: Export class symbol for use in upper layer driver by Logan Gunthorpe · 7 years ago
  58. 5a1c269 NTB: switchtec: Move structure definitions into a common header by Logan Gunthorpe · 7 years ago
  59. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  60. 07c455e Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  61. 1deab8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  62. 8170024 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  63. 4f88bd2 Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  64. fc35c19 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  65. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  66. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  67. 7016383 include/asm-generic/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  68. 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
  69. b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
  70. 2d8364b kernel/reboot.c: add devm_register_reboot_notifier() by Andrey Smirnov · 7 years ago
  71. ded97d2 kcov: support comparison operands collection by Victor Chibotaru · 7 years ago
  72. 4efb442c kernel/panic.c: add TAINT_AUX by Borislav Petkov · 7 years ago
  73. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  74. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  75. 7a8d181 pipe: add proc_dopipe_max_size() to safely assign pipe_max_size by Joe Lawrence · 7 years ago
  76. 36a3d1d lib/genalloc.c: make the avail variable an atomic_long_t by Stephen Bates · 7 years ago
  77. f5bba9d include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> by Masahiro Yamada · 7 years ago
  78. 8001541 include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h> by Masahiro Yamada · 7 years ago
  79. 4ca59b1 include/linux/compiler-clang.h: handle randomizable anonymous structs by Sandipan Das · 7 years ago
  80. a7bed27a bug: fix "cut here" location for __WARN_TAINT architectures by Kees Cook · 7 years ago
  81. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  82. d15809f iopoll: avoid -Wint-in-bool-context warning by Arnd Bergmann · 7 years ago
  83. aaf5dcf kernel debug: support resetting WARN_ONCE for all architectures by Andi Kleen · 7 years ago
  84. b1fca27 kernel debug: support resetting WARN*_ONCE by Andi Kleen · 7 years ago
  85. 21dc7e0 mm, compaction: persistently skip hugetlbfs pageblocks by David Rientjes · 7 years ago
  86. 1334be3 mm: fix nodemask printing by Arnd Bergmann · 7 years ago
  87. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  88. e75080f Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  89. f6705bf Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  90. bec0443 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  91. c3e9c04 Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  92. c435da6 sunrpc: Add rpc_request static trace point by Chuck Lever · 7 years ago
  93. a30ccf1 SUNRPC: Fix parsing failure in trace points with XIDs by Chuck Lever · 7 years ago
  94. 62b56a6 xprtrdma: Update copyright notices by Chuck Lever · 7 years ago
  95. 2232df5 rpcrdma: Remove C structure definitions of XDR data items by Chuck Lever · 7 years ago
  96. b04a234 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  97. cbda1b2 Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  98. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago