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