1. 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  2. 829933e firewire: nosy: Fix a use-after-free bug in nosy_ioctl() by Zheyu Ma · 3 years, 9 months ago
  3. f339fc1 firewire: ohci: Use tasklet_disable_in_atomic() where required by Sebastian Andrzej Siewior · 3 years, 10 months ago
  4. b2c852f firewire: replace tricky statement by two simple ones by Uwe Kleine-König · 4 years ago
  5. c51a986 firewire-ohci: use dma_alloc_pages by Christoph Hellwig · 4 years, 4 months ago
  6. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  7. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  8. c38e7e2 firewire: ohci: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  9. daa9883 firewire: switch ioctl_queue_iso to use of copy_from_user() by Al Viro · 4 years, 11 months ago
  10. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  11. 9b32694 Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 5 years ago
  12. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  13. 7807759e4ad firewire: core: code cleanup after vm_map_pages_zero introduction by Stefan Richter · 5 years ago
  14. b98c751 firewire: ohci: stop using get_seconds() for BUS_TIME by Arnd Bergmann · 7 years ago
  15. c305c6ae net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 5 years ago
  16. 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  17. eba6120 firewire: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  18. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  21. 22660db drivers/firewire/core-iso.c: convert to use vm_map_pages_zero() by Souptick Joarder · 6 years ago
  22. 41bc10c Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 6 years ago
  23. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  24. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  25. a8cf59a scsi: communicate max segment size to the DMA mapping code by Christoph Hellwig · 6 years ago
  26. 15b215e Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 6 years ago
  27. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  28. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  29. c820518 firewire: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  30. 226b18a FireWire: clean up core-transaction.c kernel-doc by Randy Dunlap · 6 years ago
  31. 48f02b8 FireWire: clean up core-iso.c kernel-doc by Randy Dunlap · 6 years ago
  32. 2c1bb29 firewire: use 64-bit time_t based interfaces by Arnd Bergmann · 6 years ago
  33. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  34. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  35. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  36. d3581c8 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 7 years ago
  37. 1887751 firewire-ohci: work around oversized DMA reads on JMicron controllers by Hector Martin · 7 years ago
  38. 4adf7bf firewire: net: max MTU off by one by Stefan Richter · 8 years ago
  39. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  40. 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
  41. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  44. 9c6c273 timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack() by Kees Cook · 7 years ago
  45. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  46. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  47. 392910c drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  48. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  49. 183b802 scripts/spelling.txt: add "intialization" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  50. d3e709e idr: Return the deleted entry from idr_remove by Matthew Wilcox · 8 years ago
  51. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. e9300a4 firewire: net: fix fragmented datagram_size off-by-one by Stefan Richter · 8 years ago
  53. 667121a firewire: net: guard against rx buffer overflows by Stefan Richter · 8 years ago
  54. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. 357f4aa firewire: net: really fix maximum possible MTU by Stefan Richter · 8 years ago
  56. 89ab88b firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardBus cards by Stefan Richter · 8 years ago
  57. 5d48f00 firewire: net: fix maximum possible MTU by Stefan Richter · 8 years ago
  58. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  59. 6449e31 firewire: nosy: do not ignore errors in ioremap_nocache() by Alexey Khoroshilov · 8 years ago
  60. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  61. 3b3b3bd Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 9 years ago
  62. a25045f firewire: use in_compat_syscall to check ioctl compatness by Andy Lutomirski · 9 years ago
  63. 384fbb9 firewire: nosy: Replace timeval with timespec64 by Tina Ruchandani · 9 years ago
  64. 1c3d770 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 9 years ago
  65. 8d3de01 Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 9 years ago
  66. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  67. a354cf00 firewire: ohci: propagate return code from soft_reset to probe and resume by Stefan Richter · 9 years ago
  68. 2ae4b6b firewire: nosy: Replace timeval with timespec64 by Amitoj Kaur Chawla · 9 years ago
  69. 100ceb6 firewire: ohci: fix JMicron JMB38x IT context discovery by Stefan Richter · 9 years ago
  70. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 10 years ago
  71. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  73. d71e6a1 firewire: core: use correct vendor/model IDs by Clemens Ladisch · 10 years ago
  74. 1f95f8c firewire: sbp2: remove redundant check for bidi command by Stefan Richter · 10 years ago
  75. b625a82 firewire: ohci: Remove unused function by Rickard Strandqvist · 10 years ago
  76. d737d7d firewire: sbp2: replace card lock by target lock by Stefan Richter · 11 years ago
  77. 8e045a3 firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irq by Stefan Richter · 11 years ago
  78. 0765cbd firewire: sbp2: protect a reference counter properly by Stefan Richter · 11 years ago
  79. 0238507 firewire: core: document fw_csr_string's truncation of long strings by Stefan Richter · 10 years ago
  80. 51b04d5 firewire: ohci: replace vm_map_ram() with vmap() by Clemens Ladisch · 10 years ago
  81. eaca2d8 firewire: cdev: prevent kernel stack leaking into ioctl arguments by Stefan Richter · 10 years ago
  82. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  83. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. 2bdb5eb Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  86. d584a66 firewire: ohci: disable MSI for VIA VT6315 again by Stefan Richter · 10 years ago
  87. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  89. 1b81e88 Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  90. 655fc39 firewire: IEEE 1394 (FireWire) support should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  91. 889235c firewire: Use ktime_get_ts() by Thomas Gleixner · 11 years ago
  92. b77279b Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into next by Linus Torvalds · 11 years ago
  93. 1b36360 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 into next by Linus Torvalds · 11 years ago
  94. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  95. d151f98 firewire: ohci: enable MSI for VIA VT6315 rev 1, drop cycle timer quirk by Stefan Richter · 11 years ago
  96. 2fe2023 firewire: revert to 4 GB RDMA, fix protocols using Memory Space by Stefan Richter · 11 years ago
  97. 9b1ee0b ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire series by Takashi Sakamoto · 11 years ago
  98. b3d681a firewire: Use COMPILE_TEST for build testing by Jean Delvare · 11 years ago
  99. 1118f8d firewire: net: fix NULL derefencing in fwnet_probe() by Daeseok Youn · 11 years ago
  100. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago