index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rapidio
/
rio-scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rapidio: fix possible name leaks when rio_add_device() fails
Yang Yingliang
2022-11-30
1
-2
/
+6
*
drivers/rapidio/rio-scan.c: use struct_size() helper
Gustavo A. R. Silva
2020-08-12
1
-5
/
+3
*
rapidio: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-3
/
+3
*
drivers/rapidio/rio-scan.c: fix typo in comment
Vasyl Gomonovych
2018-04-11
1
-3
/
+3
*
rapidio: modify for rev.3 specification changes
Alexandre Bounine
2016-08-02
1
-56
/
+18
*
rapidio: move rio_pw_enable into core code
Alexandre Bounine
2016-03-22
1
-11
/
+0
*
rapidio: move rio_local_set_device_id function to the common core
Alexandre Bounine
2016-03-22
1
-13
/
+0
*
rapidio: move net allocation into core code
Alexandre Bounine
2016-03-22
1
-35
/
+63
*
rapidio: rework common RIO device add/delete routines
Alexandre Bounine
2016-03-22
1
-11
/
+2
*
rapidio: Fix kerneldoc and comment
Masanari Iida
2015-05-26
1
-1
/
+1
*
rapidio: rework device hierarchy and introduce mport class of devices
Alexandre Bounine
2014-04-07
1
-0
/
+1
*
rapidio: change endpoint device name format
Alexandre Bounine
2013-07-03
1
-3
/
+2
*
rapidio: update enumerator registration mechanism
Alexandre Bounine
2013-07-03
1
-0
/
+1
*
rapidio: convert switch drivers to modules
Alexandre Bounine
2013-07-03
1
-162
/
+9
*
drivers/rapidio/rio-scan.c: make functions static
Wu Fengguang
2013-07-03
1
-2
/
+2
*
rapidio: add enumeration/discovery start from user space
Alexandre Bounine
2013-05-24
1
-3
/
+21
*
rapidio: make enumeration/discovery configurable
Alexandre Bounine
2013-05-24
1
-127
/
+39
*
rapidio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-7
/
+7
*
rapidio: update for destination ID allocation
Alexandre Bounine
2012-10-11
1
-22
/
+16
*
rapidio: use msleep in discovery wait
Alexandre Bounine
2012-10-11
1
-1
/
+1
*
rapidio: add destination ID allocation mechanism
Alexandre Bounine
2012-10-06
1
-35
/
+170
*
rapidio: run discovery as an asynchronous process
Alexandre Bounine
2012-10-06
1
-2
/
+1
*
rapidio: use device lists handling on per-net basis
Alexandre Bounine
2012-10-06
1
-29
/
+31
*
rapidio: fix blocking wait for discovery ready
Alexandre Bounine
2012-10-06
1
-42
/
+20
*
rapidio: apply RX/TX enable to active switch ports only
Alexandre Bounine
2012-10-06
1
-4
/
+5
*
RapidIO: fix potential null deref in rio_setup_device()
Alexandre Bounine
2011-11-02
1
-1
/
+1
*
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...
Liu Gang
2011-11-02
1
-2
/
+2
*
rapidio: fix use of non-compatible registers
Alexandre Bounine
2011-08-25
1
-2
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
rapidio: fix potential null deref on failure path
Dan Carpenter
2011-03-23
1
-1
/
+1
*
rapidio: fix new kernel-doc warnings
Randy Dunlap
2011-01-22
1
-0
/
+2
*
rapidio: use Component Tag for unified switch identification
Alexandre Bounine
2011-01-13
1
-5
/
+5
*
rapidio: add device object linking into discovery
Alexandre Bounine
2011-01-13
1
-4
/
+7
*
rapidio: integrate rio_switch into rio_dev
Alexandre Bounine
2011-01-13
1
-27
/
+32
*
rapidio: use common destid storage for endpoints and switches
Alexandre Bounine
2011-01-13
1
-41
/
+43
*
rapidio: add handling of redundant routes
Alexandre Bounine
2010-10-27
1
-42
/
+46
*
rapidio: add device access check into the enumeration
Alexandre Bounine
2010-10-27
1
-0
/
+6
*
rapidio: add relation links between RIO device structures
Alexandre Bounine
2010-10-27
1
-33
/
+23
*
rapidio: use stored ingress port number instead of register read
Alexandre Bounine
2010-10-27
1
-27
/
+9
*
rapidio: fix RapidIO sysfs hierarchy
Alexandre Bounine
2010-10-27
1
-0
/
+1
*
rapidio: fix new kernel-doc warnings
Randy Dunlap
2010-05-30
1
-1
/
+1
*
rapidio: modify initialization of switch operations
Alexandre Bounine
2010-05-27
1
-37
/
+12
*
rapidio: add enabling SRIO port RX and TX
Thomas Moll
2010-05-27
1
-1
/
+78
*
rapidio: add Port-Write handling for EM
Alexandre Bounine
2010-05-27
1
-36
/
+130
*
rapidio: add switch locking during discovery
Alexandre Bounine
2010-05-27
1
-20
/
+144
*
rapidio: add IDT CPS/TSI switches
Alexandre Bounine
2010-05-27
1
-1
/
+19
*
rio: warn_unused_result warnings fix
Yang Li
2009-06-15
1
-17
/
+26
*
rapidio: fix section mismatch warnings
Li Yang
2009-05-19
1
-3
/
+3
[next]