VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-04-13
scsi: message: fusion: Remove unused local variable 'vtarget'
Jiapeng Chong
2021-04-13
scsi: message: fusion: Remove unused local variable 'status'
Jiapeng Chong
2021-04-13
scsi: message: fusion: Remove unused local variable 'port'
Zhen Lei
2021-04-13
scsi: message: fusion: Remove unused local variable 'time_count'
Zhen Lei
2021-04-05
scsi: message: fusion: Use BUG_ON instead of if condition followed by BUG
zhouchuangao
2021-04-01
scsi: message: mptlan: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-04-01
scsi: message: fusion: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-04-01
scsi: message: fusion: Avoid -Wempty-body warnings
Arnd Bergmann
2021-03-24
scsi: message: fusion: Remove unnecessary cast
Wang Qing
2021-03-18
scsi: fusion: Fix a typo in the file mptbase.h
Bhaskar Chowdhury
2021-03-04
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
2021-01-26
scsi: message: fusion: Fix 'physical' typos
Bjorn Helgaas
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-12-01
scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event_q()
Sebastian Andrzej Siewior
2020-12-01
scsi: message: fusion: Remove in_interrupt() usage in mpt_config()
Thomas Gleixner
2020-10-26
scsi: message: fusion: Remove unneeded break
Tom Rix
2020-10-26
scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()
Helge Deller
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-09-01
scsi: mptscsih: Remove set but not used 'timeleft'
Jason Yan
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-20
scsi: mptctl: Remove unneeded cast from memory allocation
Li Heng
2020-08-20
scsi: mptfc: Remove unneeded cast from memory allocation
Li Heng
2020-06-26
scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations
Christoph Hellwig
2020-06-24
scsi: mptscsih: Fix read sense data size
Tomas Henzl
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-04-13
scsi: docs: fusion: get rid of a doc build warning
Mauro Carvalho Chehab
2020-03-26
scsi: message: fusion: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-11
scsi: fusion: fix if-statement empty body warning
Randy Dunlap
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-15
scsi: mptfusion: Fix double fetch bug in ioctl
Dan Carpenter
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-06-18
scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc
Bharath Vedartham
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-03
scsi: mptscsih: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-03-19
scsi: mptfusion: remove set, but not used, variables
YueHaibing
2019-03-19
scsi: mptfusion: mark expected switch fall-through
Gustavo A. R. Silva
2019-03-19
scsi: mptfusion: fix indentation issues
Colin Ian King
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
2018-09-28
scsi: mptfusion: Remove unnecessary parentheses
Nathan Chancellor
2018-09-11
scsi: message: fusion: fix a few trivial spelling mistakes
Colin Ian King
2018-07-30
scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2018-07-30
scsi: mptctl: change strncpy+truncation to strlcpy
Dominique Martinet
2018-07-10
scsi: mptfusion: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-14
scsi: mptlan: Fix mpt_lan_sdu_send()'s return type
Luc Van Oostenryck
2018-05-08
scsi: mptsas: fix spelling mistake: "matchs" -> "matches"
Colin Ian King
2018-05-08
scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"
Colin Ian King
2018-04-19
scsi: mptfc: fix spelling mistake in macro names
Colin Ian King
2018-04-18
scsi: mptsas: Disable WRITE SAME
Martin K. Petersen
2018-03-26
treewide: Align function definition open/close braces
Joe Perches
2018-01-30
scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
Dan Carpenter
2018-01-17
scsi: mptsas: remove duplicated assignment to pointer head
Colin Ian King
2018-01-17
scsi: mptfusion: Use snprintf() instead of open coded divisions
Andy Shevchenko
2018-01-08
scsi: mptfusion: use strlcpy() instead of strncpy()
Xiongfeng Wang
2017-12-07
scsi: fusion: clean up some indentations
Colin Ian King
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-08-29
scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough
Christoph Hellwig
2017-08-25
scsi: mptsas: Fixup device hotplug for VMWare ESXi
Hannes Reinecke
2017-08-25
scsi: mptfc: Do not call fc_block_scsi_eh() on host reset
Hannes Reinecke
2017-08-07
scsi: fusion: fix string overflow warning
Arnd Bergmann
2017-04-24
scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()
Hannes Reinecke
2017-04-24
scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
Colin Ian King
2017-02-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-02-06
scsi: remove eh_timed_out methods in the transport template
Christoph Hellwig
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-05
scsi: mptlan: Remove linux/miscdevice.h from mptlan.h
Corentin Labbe
2016-12-24
Replace with globally
Linus Torvalds
2016-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-11-17
scsi: mptfusion: Fix printk continuations
Helge Deller
2016-11-08
scsi: fusion: print lan address via %pMR
Andy Shevchenko
2016-11-08
scsi: mptscsih: Remove bogus interpretation of request->ioprio
Christoph Hellwig
2016-10-20
net: use core MTU range checking in misc drivers
Jarod Wilson
2016-09-14
scsi: fusion: Fix error return code in mptfc_probe()
Wei Yongjun
2016-09-02
scsi: mpt: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-09-02
scsi: mptfc: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-05-18
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-04-29
mptsas: fix checks for dma mapping errors
Alexey Khoroshilov
2016-04-11
scsi: disable automatic target scan
Hannes Reinecke
2016-02-23
mptbase: fixup error handling paths in mpt_attach()
Ewan D. Milne
2016-02-23
mptfusion: hide unused seq_mpt_print_ioc_summary function
Arnd Bergmann
2015-11-12
Merge tag '4.4-scsi-mkp' into misc
James Bottomley
2015-11-11
mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()
Dan Carpenter
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
2015-08-26
mptfusion: prevent some memory corruption
Dan Carpenter
2015-06-13
fusion: remove dead MTRR code
Luis R. Rodriguez
2015-06-13
mptsas: fix depth param in scsi_track_queue_full
Tomas Henzl
2015-02-03
i2o: move to staging
Alan Cox
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
2014-11-12
mptfusion: don't change queue type in ->change_queue_depth
Christoph Hellwig
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
2014-10-07
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2014-09-25
mptfusion: enable no_write_same for vmware scsi disks
Chris J Arges
2014-09-16
scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS
Randy Dunlap
2014-09-16
fusion: fix excess parameter kernel-doc warning
Randy Dunlap
2014-09-16
mptfusion: simplify rounding
Rasmus Villemoes
2014-07-25
mptfusion: tweak null pointer checks
Joe Lawrence
2014-07-25
mptfusion: combine fw_event_work and its event_data
Joe Lawrence
2014-07-25
mptfusion: make adapter prod_name[] a pointer
Joe Lawrence
2014-07-25
mptfusion: use memdup_user
Joe Lawrence
2014-07-25
mptfusion: remove redundant kfree checks
Joe Lawrence
2014-07-25
mptfusion: mark file-private functions as static
Joe Lawrence
2014-07-25
scsi: convert device_busy to atomic_t
Christoph Hellwig
2014-07-17
scsi: use 64-bit value for 'max_luns'
Hannes Reinecke
2014-07-17
scsi: use 64-bit LUNs
Hannes Reinecke
2014-05-28
mptfusion: fix msgContext in mptctl_hp_hostinfo
Tomas Henzl
2014-05-28
fusion: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
2014-05-28
fusion: Add free msg frames to the head, not tail of list
Matthew Wilcox
2014-04-01
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2014-02-26
i2o: Use pci_bus_alloc_resource(), not allocate_resource() directly
Bjorn Helgaas
2014-02-26
i2o: Refactor i2o_iop_systab_set() PCI space allocation
Bjorn Helgaas
2014-02-26
i2o: Fix I/O space alignment requirement
Bjorn Helgaas
2014-02-26
i2o: Fix I/O space allocation copy/paste error
Bjorn Helgaas
2014-02-10
drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)
Alexey Khoroshilov
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-14
MPT / PCI: Use pci_stop_and_remove_bus_device_locked()
Rafael J. Wysocki
2013-11-23
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
2013-11-13
drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register()
Wei Yongjun
2013-10-16
i2o: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-07-03
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-07
block_device_operations->release() should return void
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-05-01
proc: Add proc_mkdir_data()
David Howells
2013-04-30
i2o: check copy_from_user() size parameter
Dan Carpenter
2013-04-29
mptctl: don't wank with fasync in ->release()
Al Viro
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
fusion: switch to ->show_info()
Al Viro
2013-04-09
i2o: use proc_remove_subtree()
Al Viro
2013-03-23
block: Remove some unnecessary bi_vcnt usage
Kent Overstreet
2013-01-03
Drivers: message: remove __dev* attributes.
Greg Kroah-Hartman
2012-12-18
drivers/message/fusion/mptscsih.c: missing break
Alan Cox
2012-11-28
messages: i2o: Fix typo in messages/i2o
Masanari Iida
2012-09-14
[SCSI] Fusion MPT: disable pci device when mpt map resoures failed
Hanjun Guo
2012-07-30
drivers/message/i2o/i2o_config.c: bound allocation
Alan Cox
2012-07-30
drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to an array which is no longer valid
Kamil Dudka
2012-05-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-05-31
drivers/message/fusion: use pci_dev->revision
Sergei Shtylyov
2012-05-31
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2012-05-22
[SCSI] mptfusion: unlock on error in mpt_config()
Dan Carpenter
2012-05-17
MCA: delete all remaining traces of microchannel bus support.
Paul Gortmaker
2012-05-15
tokenring: delete all remaining driver support
Paul Gortmaker
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
Linus Torvalds
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-02-27
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
2012-01-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-01-03
switch procfs to umode_t use
Al Viro
2011-12-15
[SCSI] mptsas: Add device ID for SAS1068_820XELP.
Chandrakala Chavva
2011-12-15
[SCSI] fusion: ensure NUL-termination of MptCallbacksName elements
Ferenc Wagner
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-10-31
drivers/message: Add module.h to i2o/pci.c
Paul Gortmaker
2011-09-22
[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN ERRATA
nagalakshmi.nandigama@lsi.com
2011-08-27
[SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset
kashyap.desai@lsi.com
2011-08-27
[SCSI] mptfusion: Bump version 3.4.20
kashyap.desai@lsi.com
2011-08-27
[SCSI] mptfusion: Avoid out of order Event processing due to cpu migration
kashyap.desai@lsi.com
2011-08-27
[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition
kashyap.desai@lsi.com
2011-08-27
[SCSI] mptfusion: Set max sector count module parameter
kashyap.desai@lsi.com
2011-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2011-07-27
[SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN ERRATA
Kashyap, Desai
2011-07-26
atomic: use
Arun Sharma
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2011-05-17
[SCSI] mptsas: Fix annoying warning
Borislav Petkov
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-05-01
[SCSI] mptfusion: Bump version 3.4.19
Kashyap, Desai
2011-05-01
[SCSI] mptfusion: Adding inline data padding support for TAPE drive.
Kashyap, Desai
2011-05-01
[SCSI] mptfusion: Remove debug print from mptscsih_qcmd()
Kashyap, Desai
2011-05-01
[SCSI] fusion: do not check serial_number in the abort handler
Christoph Hellwig
2011-05-01
[SCSI] remove cmd->serial_number litter
Christoph Hellwig
2011-04-26
treewide: cleanup continuations and remove logging message whitespace
Joe Perches
2011-04-21
block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
Tejun Heo
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-20
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
Linus Torvalds
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2011-03-17
message: change to new flag variable
matt mooney
2011-03-10
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-03-09
i2o_block: Convert to bdops->check_events()
Tejun Heo
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
2011-02-12
[SCSI] mptfusion: Remove bus reset for mptsas module
Kashyap, Desai
2011-02-12
[SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 Controllers
Kashyap, Desai
2011-02-12
[SCSI] mptfusion: Bump version 03.04.18
Kashyap, Desai
2011-02-12
[SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_reset
Kashyap, Desai
2011-02-12
[SCSI] mptfusion: mptctl_release is required in mptctl.c
Kashyap, Desai
2011-02-01
i2o: use alloc_workqueue() instead of create_workqueue()
Tejun Heo
2011-01-24
[SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()
Jesper Juhl
2011-01-19
drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function return values
Jesper Juhl