1. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  2. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. a8842e9 firestream: fix spelling mistake: "Inititing" -> "Initializing" by Colin Ian King · 6 years ago
  4. ee5b60e atm: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  5. 64b9d16 atm: zatm: Fix empty body Clang warnings by Nathan Chancellor · 6 years ago
  6. 3e73cc5 atm: eni: Move semicolon to a new line after empty for loop by Nathan Chancellor · 6 years ago
  7. d275444 fore200e: fix missing unlock on error in bsq_audit() by Wei Yongjun · 6 years ago
  8. 6660464 fore200e: fix sbus compile by Christoph Hellwig · 6 years ago
  9. 1d9d8be9 fore200e: check for dma mapping failures by Christoph Hellwig · 6 years ago
  10. 0e21b22 fore200e: don't use GFP_DMA by Christoph Hellwig · 6 years ago
  11. 1335d6f fore200e: devirtualize dma alloc calls by Christoph Hellwig · 6 years ago
  12. f3fadcb fore200e: devirtualize dma mapping calls by Christoph Hellwig · 6 years ago
  13. 8b08adb fore200e: remove the align_size field of struct chunk by Christoph Hellwig · 6 years ago
  14. aff9d26 fore200e: store a struct device in struct fore200e by Christoph Hellwig · 6 years ago
  15. 0efe552 fore200e: simplify fore200e_bus usage by Christoph Hellwig · 6 years ago
  16. 9a694c1 atm: nicstar: Replace spin_is_locked() with spin_trylock() by Lance Roy · 6 years ago
  17. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. 50d4feb atm: zatm: remove redundant pointer zatm_dev by Colin Ian King · 6 years ago
  19. ced9e19 atm: zatm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  20. 92291c9 atm: iphase: fix a 64 bit bug by Dan Carpenter · 7 years ago
  21. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  22. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  23. f9c6442a atm: zatm: fix memcmp casting by Ivan Bornyakov · 7 years ago
  24. 9af5573 firestream: fix spelling mistake: "reseverd" -> "reserved" by Colin Ian King · 7 years ago
  25. 2be147f atm: zatm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  26. f333554 atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit" by Colin Ian King · 7 years ago
  27. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. a9645b2 atm: iphase: fix spelling mistake: "Receiverd" -> "Received" by Colin Ian King · 7 years ago
  29. 3c69f79 atm: idt77252: remove redundant bit-wise or'ing of zero by Colin Ian King · 7 years ago
  30. 583133b atm: he: use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 7 years ago
  31. 59c0369 atm: eni: fix several indentation issues by Colin Ian King · 7 years ago
  32. 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  33. 0195a21 atm: suni: remove extraneous space to fix indentation by Colin Ian King · 7 years ago
  34. 6c90654 atm: lanai: use %p to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  35. 22dac9f atm: fore200e: use %pK to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  36. c95c3fe ambassador: fix incorrect indentation of assignment statement by Colin Ian King · 7 years ago
  37. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  38. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  39. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  40. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  41. bde533f atm: horizon: Fix irq release error by Arvind Yadav · 7 years ago
  42. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  45. 8caae31 atm: iphase: Fix space before '[' error. by Arvind Yadav · 7 years ago
  46. 3d2ceaa atm: idt77252: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  47. 847f03e drivers/atm/suni: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  48. ec0d098 atm: fore200e: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  49. b784ecb atm: idt77105: Drop needless setup_timer() by Kees Cook · 7 years ago
  50. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  51. 46c4b7a atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  52. 638ce0f atm: solos-pci: constify attribute_group structures by Amitoj Kaur Chawla · 7 years ago
  53. 444826a atm: adummy: constify attribute_group structure by Amitoj Kaur Chawla · 7 years ago
  54. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. 799f917 atm: zatm: Fix an error handling path in 'zatm_init_one()' by Christophe Jaillet · 7 years ago
  56. 97ae5c2 atm: idt77252: constify pci_device_id. by Arvind Yadav · 7 years ago
  57. f283974 atm: eni: constify pci_device_id. by Arvind Yadav · 7 years ago
  58. 0fdfb33 atm: firestream: constify pci_device_id. by Arvind Yadav · 7 years ago
  59. aea39c7 atm: zatm: constify pci_device_id. by Arvind Yadav · 7 years ago
  60. 626e87c atm: lanai: constify pci_device_id. by Arvind Yadav · 7 years ago
  61. 6d6148b3 atm: solos-pci: constify pci_device_id. by Arvind Yadav · 7 years ago
  62. 77c0805 atm: horizon: constify pci_device_id. by Arvind Yadav · 7 years ago
  63. 5c00784 atm: he: constify pci_device_id. by Arvind Yadav · 7 years ago
  64. 2f3e260 atm: nicstar: constify pci_device_id. by Arvind Yadav · 7 years ago
  65. d5c5665 atm: fore200e: constify pci_device_id. by Arvind Yadav · 7 years ago
  66. c21c5a7 atm: ambassador: constify pci_device_id. by Arvind Yadav · 7 years ago
  67. 10244bc atm: iphase: constify pci_device_id. by Arvind Yadav · 7 years ago
  68. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  69. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  70. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  71. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  72. 1492a3a atm: solos-pci: remove useless variable assignments by Gustavo A. R. Silva · 8 years ago
  73. 0329b7d ambassador: use setup_timer by Geliang Tang · 8 years ago
  74. 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
  75. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  76. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  77. 4091fb9 scripts/spelling.txt: add "followings" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  78. b973154 atm: idt77252, use setup_timer and mod_timer by Jan Koniarik · 8 years ago
  79. d3e709e idr: Return the deleted entry from idr_remove by Matthew Wilcox · 8 years ago
  80. ae7cd93 drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistake by Colin Ian King · 8 years ago
  81. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  82. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. 7cf6156 atm: fix improper return value by Pan Bian · 8 years ago
  84. 4606c9e atm: lanai: set error code when ioremap fails by Pan Bian · 8 years ago
  85. 89d9123 solos-pci: use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  86. d560846 atm: iphase: fix newline escape and minor tweak to source formatting by Colin Ian King · 8 years ago
  87. cf9932a ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx() by Markus Elfring · 8 years ago
  88. 0f0d0ed ATM-ZeitNet: Replace one kzalloc() call by kcalloc() by Markus Elfring · 8 years ago
  89. 5ad3ea3 ATM-ZeitNet: Improve a size determination in zatm_open() by Markus Elfring · 8 years ago
  90. 32230ac ATM-ZeitNet: Use kmalloc_array() in start_tx() by Markus Elfring · 8 years ago
  91. 0ba8abb ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx() by Markus Elfring · 8 years ago
  92. 304f0a4e ATM-nicstar: Refactor a kmalloc() call in ns_init_card() by Markus Elfring · 8 years ago
  93. ee41f07 ATM-nicstar: Improve another size determination in ns_init_card() by Markus Elfring · 8 years ago
  94. 24310fd ATM-nicstar: Improve another size determination in get_scq() by Markus Elfring · 8 years ago
  95. 7870612 ATM-nicstar: Use kmalloc_array() in get_scq() by Markus Elfring · 8 years ago
  96. e808bb6 ATM-iphase: Use kmalloc_array() in tx_init() by Markus Elfring · 8 years ago
  97. 2c4f414 ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group() by Markus Elfring · 8 years ago
  98. d9e6620 ATM-ENI: Use kmalloc_array() in eni_start() by Markus Elfring · 8 years ago
  99. b65b24d atm: fore200e: Do not drop const qualifier by LABBE Corentin · 8 years ago
  100. eab8146 drivers: atm: nicstar: Use the correct function to free some resources by Christophe Jaillet · 8 years ago