1. 7514712 Merge tag 'm68k-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  2. 1ca17e9 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  3. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 8 years ago
  4. a37102d Merge branch 'parisc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  5. 24d0492 parisc: Fix TLB related boot crash on SMP machines by Helge Deller · 8 years ago
  6. b4aafe7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  7. 318c8932 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  8. 166ad0e kcov: add missing #include <linux/sched.h> by Kefeng Wang · 8 years ago
  9. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  10. 5c7e9cc zram: restrict add/remove attributes to root only by Sergey Senozhatsky · 8 years ago
  11. 4e4f3e9 Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  12. ea5a9ef Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. 68f5503 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. bf7f1c7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 5b43f97 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 407cf05 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. ce779d6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  18. f27c2f6 Revert "default exported asm symbols to zero" by Linus Torvalds · 8 years ago
  19. a0ac402 Don't feed anything but regular iovec's to blk_rq_map_user_iov by Linus Torvalds · 8 years ago
  20. faefba9 drm/amdgpu: just suspend the hw on pci shutdown by Alex Deucher · 8 years ago
  21. febe429 parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_icache_page_asm by John David Anglin · 8 years ago
  22. c78e710 parisc: Purge TLB before setting PTE by John David Anglin · 8 years ago
  23. bc3913a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  24. 163117e dbri: move dereference after check for NULL by Dan Carpenter · 8 years ago
  25. da1b466 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  26. 10d20bd shmem: fix shm fallocate() list corruption by Linus Torvalds · 8 years ago
  27. 32f16e1 Merge branch 'mlx5-fixes' by David S. Miller · 8 years ago
  28. c0f1147 net/mlx5e: Change the SQ/RQ operational state to positive logic by Mohamad Haj Yahia · 8 years ago
  29. 3c8591d net/mlx5e: Don't flush SQ on error by Saeed Mahameed · 8 years ago
  30. b8335d9 net/mlx5e: Don't notify HW when filling the edge of ICO SQ by Saeed Mahameed · 8 years ago
  31. f9c14e4 net/mlx5: Fix query ISSI flow by Kamal Heib · 8 years ago
  32. 9e5b2fc net/mlx5: Remove duplicate pci dev name print by Kamal Heib · 8 years ago
  33. f663ad9 net/mlx5: Verify module parameters by Kamal Heib · 8 years ago
  34. f85de66 net: fec: fix compile with CONFIG_M5272 by Nikita Yushchenko · 8 years ago
  35. d14584d be2net: Add DEVSEC privilege to SET_HSW_CONFIG command. by Venkat Duvvuru · 8 years ago
  36. e37e2ff virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address() by Andy Lutomirski · 8 years ago
  37. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 8 years ago
  38. efc4515 uapi glibc compat: fix outer guard of net device flags enum by Jonas Gorski · 8 years ago
  39. 6b3374c net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before writing by Niklas Cassel · 8 years ago
  40. c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
  41. f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
  42. 8fc31ce perf/core: Remove invalid warning from list_update_cgroup_even()t by David Carrillo-Cisneros · 8 years ago
  43. 7f612a7 perf/x86: Fix full width counter, counter overflow by Peter Zijlstra (Intel) · 8 years ago
  44. 1dba23b perf/x86/intel: Enable C-state residency events for Knights Mill by Piotr Luc · 8 years ago
  45. 69042bf objtool: Fix bytes check of lea's rex_prefix by Jiri Slaby · 8 years ago
  46. ed5d778 netlink: Do not schedule work from sk_destruct by Herbert Xu · 8 years ago
  47. ffe3bb8 uapi: export nf_log.h by stephen hemminger · 8 years ago
  48. ad55885 uapi: export tc_skbmod.h by stephen hemminger · 8 years ago
  49. c823abac net: ep93xx_eth: Do not crash unloading module by Florian Fainelli · 8 years ago
  50. 34e0f2c Merge branch 'bnx2x-fixes' by David S. Miller · 8 years ago
  51. 360d9df bnx2x: Prevent tunnel config for 577xx by Mintz, Yuval · 8 years ago
  52. 65870fa bnx2x: Correct ringparam estimate when DOWN by Mintz, Yuval · 8 years ago
  53. 9a53682 isdn: hisax: set error code on failure by Pan Bian · 8 years ago
  54. 005f7e6 net: bnx2x: fix improper return value by Pan Bian · 8 years ago
  55. 0ff18d2 net: ethernet: qlogic: set error code on failure by Pan Bian · 8 years ago
  56. 7cf6156 atm: fix improper return value by Pan Bian · 8 years ago
  57. 8ad3ba9 net: irda: set error code on failures by Pan Bian · 8 years ago
  58. c79e167 net: caif: remove ineffective check by Pan Bian · 8 years ago
  59. 0eab121 net: ping: check minimum size on ICMP header length by Kees Cook · 8 years ago
  60. d9d0452 Merge tag 'powerpc-4.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  61. 4606c9e atm: lanai: set error code when ioremap fails by Pan Bian · 8 years ago
  62. 5192083 net: usb: set error code when usb_alloc_urb fails by Pan Bian · 8 years ago
  63. b595896 net: bridge: set error code on failure by Pan Bian · 8 years ago
  64. 14dd3e1 net: af_mpls.c add space before open parenthesis by Suraj Deshmukh · 8 years ago
  65. 89aa844 netdev: broadcom: propagate error code by Pan Bian · 8 years ago
  66. 2279b75 Merge branch 'fib-suffix-length-fixes' by David S. Miller · 8 years ago
  67. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  68. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  69. ef3263e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  70. 3e5de27 Linux 4.9-rc8 by Linus Torvalds · 8 years ago
  71. c66ebf2 net: dcb: set error code on failures by Pan Bian · 8 years ago
  72. 0cb65c8 Merge tag 'drm-fixes-for-v4.9-rc8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  73. a38b610 Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  74. ab7cd8d Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  75. 3c49de5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  76. bd04173 mm, vmscan: add cond_resched() into shrink_node_memcg() by Michal Hocko · 8 years ago
  77. 20ab67a mm: workingset: fix NULL ptr in count_shadow_nodes by Michal Hocko · 8 years ago
  78. 8655639 kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabled by Nicolas Pitre · 8 years ago
  79. 8dc0f26 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  80. 8bca927 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  81. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  82. 5b01014 geneve: avoid use-after-free of skb->data by Sabrina Dubroca · 8 years ago
  83. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 8 years ago
  84. f0d21e8 Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  85. 50d5aa4 net: renesas: ravb: unintialized return value by Dan Carpenter · 8 years ago
  86. 33d446d sh_eth: remove unchecked interrupts for RZ/A1 by Chris Brandt · 8 years ago
  87. 8c4799a net: bcmgenet: Utilize correct struct device for all DMA operations by Florian Fainelli · 8 years ago
  88. ed8d747 Fix up a couple of field names in the CREDITS file by Linus Torvalds · 8 years ago
  89. 9bd813d NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 by Daniele Palmas · 8 years ago
  90. d5c83d0 cdc_ether: Fix handling connection notification by Kristian Evensen · 8 years ago
  91. 6b6ebb6 ip6_offload: check segs for NULL in ipv6_gso_segment. by Artem Savkov · 8 years ago
  92. 721c744 RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net by Sowmini Varadhan · 8 years ago
  93. 80d1106a Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()" by Eli Cooper · 8 years ago
  94. b4e479a ipv6: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  95. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  96. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 8 years ago
  97. 4aa675a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  98. 3e52d06 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  99. 2219d5e net: ethernet: altera: TSE: do not use tx queue lock in tx completion handler by Lino Sanfilippo · 8 years ago
  100. 151a14d net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers by Lino Sanfilippo · 8 years ago