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-05-13
rapidio: handle create_workqueue() failure
Anirudh Rayabharam
2021-05-13
Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"
Greg Kroah-Hartman
2021-01-21
rapidio: fix kernel-doc a markup
Mauro Carvalho Chehab
2020-12-15
rapidio: remove unused rio_get_asm() and rio_get_device()
Sebastian Andrzej Siewior
2020-10-16
rapidio: fix the missed put_device() for rio_mport_add_riodev
Jing Xiangfeng
2020-10-16
rapidio: fix error handling path
Souptick Joarder
2020-09-05
rapidio: Replace 'select' DMAENGINES 'with depends on'
Laurent Pinchart
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
2020-08-12
drivers/rapidio/rio-scan.c: use struct_size() helper
Gustavo A. R. Silva
2020-08-12
drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper
Gustavo A. R. Silva
2020-06-15
rapidio: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-04
rapidio: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-06-04
rapidio: avoid data race between file operation callbacks and mport_cdev_add().
Madhuparna Bhowmik
2020-05-23
rapidio: fix an error in get_user_pages_fast() error handling
John Hubbard
2019-12-04
drivers/rapidio/rio-access.c: fix missing include of
Ben Dooks (Codethink)
2019-12-04
drivers/rapidio/rio-driver.c: fix missing include of
Ben Dooks (Codethink)
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-16
drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
Dan Carpenter
2019-07-15
docs: rapidio: add it to the driver API
Mauro Carvalho Chehab
2019-07-15
docs: rapidio: convert to ReST
Mauro Carvalho Chehab
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
rapidio: fix a NULL pointer dereference when create_workqueue() fails
Kangjie Lu
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-03-07
rapidio/mport_cdev: mark expected switch fall-through
Gustavo A. R. Silva
2019-03-07
drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()
Dan Carpenter
2019-01-22
rapidio: rio-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-11-23
rapidio: consolidate RAPIDIO config entry in drivers/rapidio
Christoph Hellwig
2018-08-22
drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer md
Colin Ian King
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-04-20
rapidio: fix rio_dma_transfer error handling
Ioan Nicu
2018-04-11
rapidio: use a reference count for struct mport_dma_req
Ioan Nicu
2018-04-11
drivers/rapidio/rio-scan.c: fix typo in comment
Vasyl Gomonovych
2018-02-15
rapidio/tsi721: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macro
Bjorn Helgaas
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers
Markus Elfring
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources()
Markus Elfring
2018-02-06
drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources()
Markus Elfring
2018-02-06
rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations
Markus Elfring
2018-02-06
rapidio: return an error code only as a constant in two functions
Markus Elfring
2018-02-06
rapidio: delete an unnecessary variable initialisation in three functions
Markus Elfring
2018-02-06
rapidio: improve a size determination in five functions
Markus Elfring
2018-02-06
rapidio: adjust five function calls together with a variable assignment
Markus Elfring
2018-02-06
rapidio: adjust 12 checks for null pointers
Markus Elfring
2018-02-06
rapidio: delete an error message for a failed memory allocation in rio_init_mports()
Markus Elfring
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-17
drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_transfer()'
Christophe JAILLET
2017-11-17
drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()'
Christophe JAILLET
2017-11-17
rapidio: constify rio_device_id
Arvind Yadav
2017-11-17
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
2017-10-03
rapidio: remove global irq spinlocks from the subsystem
Ioan Nicu
2017-09-22
rapidio: switch to get_user_pages_fast()
Al Viro
2017-09-07
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Tvrtko Ursulin
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2017-03-31
drivers/rapidio/devices/tsi721.c: make module parameter variable name unique
Randy Dunlap
2017-03-21
rapidio: utilize new cdev_device_add helper function
Logan Gunthorpe
2017-03-17
rapidio: use is_visible() to hide switch-specific attributes
Dmitry Torokhov
2017-02-27
rapidio: use get_user_pages_unlocked()
Lorenzo Stoakes
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-11
rapidio/rio_cm: use memdup_user() instead of duplicating code
Alexandre Bounine
2016-09-19
rapidio/rio_cm: avoid GFP_KERNEL in atomic context
Alexandre Bounine
2016-09-01
rapidio/tsi721: fix incorrect detection of address translation condition
Alexandre Bounine
2016-08-10
rapidio: dereferencing an error pointer
Dan Carpenter
2016-08-02
rapidio/switches: add driver for IDT gen3 switches
Alexandre Bounine
2016-08-02
rapidio: modify for rev.3 specification changes
Alexandre Bounine
2016-08-02
rapidio: change inbound window size type to u64
Alexandre Bounine
2016-08-02
rapidio/idt_gen2: fix locking warning
Alexandre Bounine
2016-08-02
rapidio: fix error handling in mbox request/release functions
Alexandre Bounine
2016-08-02
rapidio/tsi721_dma: advance queue processing from transfer submit call
Alexandre Bounine
2016-08-02
rapidio/tsi721: add messaging mbox selector parameter
Alexandre Bounine
2016-08-02
rapidio/tsi721: add PCIe MRRS override parameter
Alexandre Bounine
2016-08-02
rapidio/tsi721_dma: add channel mask and queue size parameters
Alexandre Bounine
2016-08-02
rapidio: fix return value description for dma_prep functions
Alexandre Bounine
2016-08-02
rapidio: remove unnecessary 0x prefixes before %pa extension uses
Joe Perches
2016-08-02
rapidio: add RapidIO channelized messaging driver
Alexandre Bounine
2016-05-05
rapidio/mport_cdev: fix uapi type definitions
Alexandre Bounine
2016-04-28
rapidio: fix potential NULL pointer dereference
Vladimir Zapolskiy
2016-04-02
Convert straggling drivers to new six-argument get_user_pages()
Linus Torvalds
2016-03-22
rapidio: add mport char device driver
Alexandre Bounine
2016-03-22
rapidio/tsi721_dma: fix hardware error handling
Alexandre Bounine
2016-03-22
rapidio/tsi721_dma: fix synchronization issues
Alexandre Bounine
2016-03-22
rapidio/tsi721_dma: update error reporting from prep_sg callback
Alexandre Bounine
2016-03-22
rapidio/tsi721: add filtered debug output
Alexandre Bounine
2016-03-22
rapidio/tsi721: add outbound windows mapping support
Alexandre Bounine
2016-03-22
rapidio: add outbound window support
Alexandre Bounine
2016-03-22
rapidio/tsi721: fix locking in OB_MSG processing
Alexandre Bounine
2016-03-22
rapidio: add global inbound port write interfaces
Alexandre Bounine
2016-03-22
rapidio: move rio_pw_enable into core code
Alexandre Bounine
2016-03-22
rapidio: move rio_local_set_device_id function to the common core
Alexandre Bounine
2016-03-22
rapidio: add lock protection for doorbell list
Alexandre Bounine
2016-03-22
rapidio/tsi721: add HW specific mport removal
Alexandre Bounine
2016-03-22
rapidio: add core mport removal support
Alexandre Bounine
2016-03-22
rapidio: move net allocation into core code
Alexandre Bounine
2016-03-22
rapidio: rework common RIO device add/delete routines
Alexandre Bounine
2016-03-22
rapidio/tsi721: add shutdown notification callback
Alexandre Bounine
2016-03-22
rapidio: add shutdown notification for RapidIO devices
Alexandre Bounine
2016-03-22
rapidio/tsi721: add query_mport callback
Alexandre Bounine
2016-03-22
rapidio: add query_mport operation
Alexandre Bounine
2016-03-22
rapidio/tsi721_dma: fix pending transaction queue handling
Alexandre Bounine
2016-03-22
rapidio/tsi721: add option to configure direct mapping of IB window
Alexandre Bounine
2016-03-22
rapidio/tsi721: add check for overlapped IB window mappings
Alexandre Bounine
2016-03-22
rapidio/tsi721: fix hardcoded MRRS setting
Alexandre Bounine
2016-01-30
drivers: Initialize resource entry to zero
Toshi Kani
2016-01-20
rapidio: use kobj_to_dev()
Geliang Tang
2015-06-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2015-05-26
rapidio: Fix kerneldoc and comment
Masanari Iida
2015-02-18
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2015-01-27
rapidio/tsi721: use PCI define for Max_Read_Request_Size
Rafał Miłecki
2014-12-22
dmaengine: rapidio: tsi721: Rename device_control
Maxime Ripard
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-08
rapidio/tsi721_dma: rework scatter-gather list handling
Alexandre Bounine
2014-08-08
rapidio: add new RapidIO DMA interface routines
Alexandre Bounine
2014-07-30
rapidio/tsi721_dma: fix failure to obtain transaction descriptor
Alexandre Bounine
2014-06-06
rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-04-07
rapidio: rework device hierarchy and introduce mport class of devices
Alexandre Bounine
2014-04-07
drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors
Alexandre Bounine
2014-03-04
rapidio/tsi721: fix tasklet termination in dma channel release
Alexandre Bounine
2013-10-16
rapidio: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-09-26
rapidio: convert bus code to use bus_groups
Greg Kroah-Hartman
2013-07-31
rapidio: fix use after free in rio_unregister_scan()
Dan Carpenter
2013-07-13
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-07-03
rapidio: change endpoint device name format
Alexandre Bounine
2013-07-03
rapidio: add udev notification
Alexandre Bounine
2013-07-03
rapidio: add modular build option for the subsystem core
Alexandre Bounine
2013-07-03
rapidio/tsi721: convert to modular mport driver
Alexandre Bounine
2013-07-03
rapidio: update enumerator registration mechanism
Alexandre Bounine
2013-07-03
rapidio: convert switch drivers to modules
Alexandre Bounine
2013-07-03
drivers/rapidio/rio-scan.c: make functions static
Wu Fengguang
2013-07-03
rapidio/switches: remove tsi500 driver
Alexandre Bounine
2013-06-20
RAPIDIO: IDT_GEN2: Fix build error.
Ralf Baechle
2013-05-24
rapidio/tsi721: fix bug in MSI interrupt handling
Alexandre Bounine
2013-05-24
rapidio: add enumeration/discovery start from user space
Alexandre Bounine
2013-05-24
rapidio: make enumeration/discovery configurable
Alexandre Bounine
2012-12-11
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2012-11-28
rapidio: remove use of __devinit
Bill Pemberton
2012-11-16
rapidio: fix kernel-doc warnings
Randy Dunlap
2012-10-11
rapidio: update for destination ID allocation
Alexandre Bounine
2012-10-11
rapidio: update asynchronous discovery initialization
Alexandre Bounine
2012-10-11
rapidio: use msleep in discovery wait
Alexandre Bounine
2012-10-06
rapidio: add destination ID allocation mechanism
Alexandre Bounine
2012-10-06
rapidio: run discovery as an asynchronous process
Alexandre Bounine
2012-10-06
rapidio: use device lists handling on per-net basis
Alexandre Bounine
2012-10-06
rapidio: fix blocking wait for discovery ready
Alexandre Bounine
2012-10-06
rapidio: apply RX/TX enable to active switch ports only
Alexandre Bounine
2012-10-06
rapidio/tsi721: add inbound memory mapping callbacks
Alexandre Bounine
2012-10-06
rapidio: add inbound memory mapping interface
Alexandre Bounine
2012-10-06
drivers/rapidio/devices/tsi721.c: fix error return code
Peter Senna Tschudin
2012-10-06
rapidio/tsi721: modify mport name assignment
Alexandre Bounine
2012-09-13
Merge commit 'v3.6-rc5' into next
Bjorn Helgaas
2012-08-23
rapdio/tsi721: Use PCI Express Capability accessors
Jiang Liu
2012-08-21
rapidio/tsi721: fix unused variable compiler warning
Alexandre Bounine
2012-08-21
rapidio/tsi721: fix inbound doorbell interrupt handling
Alexandre Bounine
2012-05-31
rapidio/tsi721: add DMA engine support
Alexandre Bounine
2012-05-31
rapidio: add DMA engine support for RIO data transfers
Alexandre Bounine
2012-03-15
rapidio/tsi721: fix bug in register offset definitions
Alexandre Bounine
2012-03-05
rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler
Alexandre Bounine
2011-12-09
rapidio/tsi721: modify PCIe capability settings
Alexandre Bounine
2011-12-09
rapidio/tsi721: fix mailbox resource reporting
Alexandre Bounine
2011-12-09
rapidio/tsi721: switch to dma_zalloc_coherent
Alexandre Bounine
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2011-11-02
RapidIO: fix potential null deref in rio_setup_device()
Alexandre Bounine
2011-11-02
RapidIO: add mport driver for Tsi721 bridge
Alexandre Bounine
2011-11-02
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is complete
Liu Gang
2011-10-31
drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h
Paul Gortmaker
2011-08-25
rapidio: fix use of non-compatible registers
Alexandre Bounine
2011-05-18
rapidio: fix default routing initialization
Alexandre Bounine
2011-04-14
RapidIO/mpc85xx: fix possible mport registration problems
Alexandre Bounine
2011-04-14
RapidIO: add IDT CPS-1432 switch definitions
Alexandre Bounine
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-23
rapidio: fix potential null deref on failure path
Dan Carpenter
2011-03-23
rapidio: remove mport resource reservation from common RIO code
Alexandre Bounine
2011-03-23
rapidio: modify mport ID assignment
Alexandre Bounine
2011-03-23
rapidio: modify subsystem and driver initialization sequence
Alexandre Bounine
2011-03-23
rapidio: modify configuration to support PCI-SRIO controller
Alexandre Bounine
2011-03-23
rapidio: add architecture specific callbacks
Alexandre Bounine
2011-03-23
rapidio: add new sysfs attributes
Alexandre Bounine
2011-03-17
rapidio: change to new flag variable
matt mooney
2011-02-25
rapidio: fix sysfs config attribute to access 16MB of maint space
Alexandre Bounine
2011-01-22
rapidio: fix new kernel-doc warnings
Randy Dunlap
2011-01-13
rapidio: add new idt sRIO switches
Alexandre Bounine
2011-01-13
rapidio: use Component Tag for unified switch identification
Alexandre Bounine
2011-01-13
rapidio: add device object linking into discovery
Alexandre Bounine
2011-01-13
rapidio: add definitions of Component Tag fields
Alexandre Bounine
2011-01-13
rapidio: integrate rio_switch into rio_dev
Alexandre Bounine
2011-01-13
rapidio: use common destid storage for endpoints and switches
Alexandre Bounine
2010-11-12
rapidio: use resource_size()
Dan Carpenter
2010-10-27
rapidio: fix destructive port EM initialization for Tsi568
Alexandre Bounine
2010-10-27
rapidio: fix maximum port number in tsi57x EM initialization
Alexandre Bounine