1. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  3. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  4. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  6. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  7. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  8. 6009d1f isdn: eicon: fix a missing-check bug by Wenwen Wang · 6 years ago
  9. 96362fb isdn/gigaset: add back gigaset_procinfo assignment by Christoph Hellwig · 7 years ago
  10. 2cd1f0d isdn: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  11. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  12. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  13. 9a43816 mISDN: Remove VLAs by Laura Abbott · 7 years ago
  14. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  15. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  16. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  17. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  18. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  19. 956a27e mISDN: switch to sock_recvmsg() by Al Viro · 7 years ago
  20. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  21. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  22. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  23. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  24. 2052556 isdn: hisax: Fix pnp_irq's error checking for setup_teles3 by Arvind Yadav · 7 years ago
  25. d48cc29 isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp by Arvind Yadav · 7 years ago
  26. 4bef0eb isdn: hisax: Fix pnp_irq's error checking for setup_niccy by Arvind Yadav · 7 years ago
  27. 203d202 isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro by Arvind Yadav · 7 years ago
  28. 56cdb91 isdn: hisax: Fix pnp_irq's error checking for setup_isurf by Arvind Yadav · 7 years ago
  29. eb545c1 isdn: hisax: Handle return value of pnp_irq and pnp_port_start by Arvind Yadav · 7 years ago
  30. faa2eff isdn: hisax: Fix pnp_irq's error checking for setup_hfcs by Arvind Yadav · 7 years ago
  31. a6234b8 isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx by Arvind Yadav · 7 years ago
  32. 3cf631b isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp by Arvind Yadav · 7 years ago
  33. e17aa09 isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp by Arvind Yadav · 7 years ago
  34. b0927bd isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup by Arvind Yadav · 7 years ago
  35. 84dcc16 isdn: hisax: Fix pnp_irq's error checking for setup_asuscom by Arvind Yadav · 7 years ago
  36. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  37. 28e8c19 mISDN: l1oip_core: replace _manual_ swap with swap macro by Gustavo A. R. Silva · 7 years ago
  38. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  39. c509a82 mISDN: hfcpci: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  40. 5212dfa ISDN: eicon: message: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  41. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  42. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  43. 33ad61d isdn/gigaset: Provide cardstate context for bas timer callbacks by Kees Cook · 7 years ago
  44. 1128612 isdnloop: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  45. 4cfea08 isdn/gigaset: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  46. c788dd2 isdn/gigaset: Use kzalloc instead of open-coded field zeroing by Kees Cook · 7 years ago
  47. e313ac1 mISDN: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  48. 5e8b824 isdn/hisax: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  49. 02388bf isdn/i4l: fetch the ppp_write buffer in one shot by Meng Xu · 7 years ago
  50. eef5a7c isdn: isdnloop: fix logic error in isdnloop_sendbuf by Arnd Bergmann · 7 years ago
  51. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 7 years ago
  53. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. 4530cca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  55. f374771 isdn: hfcsusb: constify usb_device_id by Arvind Yadav · 7 years ago
  56. 585f46a isdn: hisax: hfc_usb: constify usb_device_id by Arvind Yadav · 7 years ago
  57. 733a707 isdn: kcapi: make capi_version const by Bhumika Goyal · 7 years ago
  58. b925ef3 hysdn: fix to a race condition in put_log_buffer by Anton Volkov · 7 years ago
  59. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  60. 9f5af54 isdn/i4l: fix buffer overflow by Annie Cherkaev · 7 years ago
  61. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. eeef171 ISDN: eicon: switch to use native bitmaps by Andy Shevchenko · 7 years ago
  63. 65f9641 isdn: avm: c4: constify pci_device_id. by Arvind Yadav · 7 years ago
  64. ed038e7 isdn: mISDN: hfcpci: constify pci_device_id. by Arvind Yadav · 7 years ago
  65. 1d9c8fa isdn: mISDN: avmfritz: constify pci_device_id. by Arvind Yadav · 7 years ago
  66. e8336ed isdn: mISDN: w6692: constify pci_device_id. by Arvind Yadav · 7 years ago
  67. e3b79fc isdn: mISDN: hfcmulti: constify pci_device_id. by Arvind Yadav · 7 years ago
  68. 0d41668 isdn: mISDN: netjet: constify pci_device_id. by Arvind Yadav · 7 years ago
  69. cf46d35 isdn: eicon: constify pci_device_id. by Arvind Yadav · 7 years ago
  70. 6cfc3d8 isdn: hisax: hisax_fcpcipnp: constify pci_device_id. by Arvind Yadav · 7 years ago
  71. 3651003 isdn: hisax: hfc4s8s_l1: constify pci_device_id. by Arvind Yadav · 7 years ago
  72. cd7b03e isdn: hisax: constify pci_device_id. by Arvind Yadav · 7 years ago
  73. 45e0b4b isdn: divert: fix sprintf buffer overflow warning by Arnd Bergmann · 7 years ago
  74. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  75. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  76. e1d20e2 idsn: fix wrong skb_put() used by yuan linyu · 7 years ago
  77. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  78. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 7 years ago
  79. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  80. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  81. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
  82. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  83. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  84. 02417f4 mISDN: remove unnecessary variable assignments by Gustavo A. R. Silva · 7 years ago
  85. 31acd26 isdn: get rid of pointless access_ok() by Al Viro · 7 years ago
  86. 93818da mISDN: Fix a sleep-in-atomic bug by Jia-Ju Bai · 7 years ago
  87. e8f4ae8 isdn: Fix a sleep-in-atomic bug by Jia-Ju Bai · 7 years ago
  88. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  89. b9351f7 Annotate hardware config module parameters in drivers/isdn/ by David Howells · 8 years ago
  90. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. af109a2c isdn: kcapi: avoid uninitialized data by Arnd Bergmann · 8 years ago
  92. aff55a3 isdn: use setup_timer by Geliang Tang · 8 years ago
  93. b79df0f isdn: hardware: mISDN: Remove reference to CONFIG_8xx by Christophe Leroy · 8 years ago
  94. ae50dfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  95. 68c32f9 isdn/gigaset: fix NULL-deref at probe by Johan Hovold · 8 years ago
  96. 8a1115f scripts/spelling.txt: add "disble(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  97. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  98. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  99. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  100. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago