index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
ti
/
knav_qmss_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking ...
Haowen Bai
1
-1
/
+1
2022-04-23
soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...
Minghao Chi
1
-2
/
+1
2022-04-11
soc: ti: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-9
/
+7
2021-01-25
soc: ti: knav_qmss: Put refcount for dev node in failure case
Vasyl Gomonovych
1
-0
/
+3
2020-11-22
drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
Zhihao Cheng
1
-1
/
+2
2020-11-22
soc: ti: knav_qmss_queue: Fix a whole host of function documentation issues
Lee Jones
1
-29
/
+30
2020-11-22
soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'
Lee Jones
1
-2
/
+1
2020-11-22
soc: ti: knav_qmss: fix reference leak in knav_queue_probe
Zhang Qilong
1
-0
/
+1
2020-09-21
soc: ti: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-12
/
+2
2020-05-28
drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static
Samuel Zou
1
-1
/
+1
2020-01-20
drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU lists
Amol Grover
1
-2
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2018-11-02
soc: ti: QMSS: Fix usage of irq_set_affinity_hint
Marc Zyngier
1
-7
/
+15
2018-10-04
soc: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-4
/
+4
2018-06-12
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-20
/
+40
2018-04-20
soc: ti: knav_qmss: Use percpu instead atomic for stats counter
Vasyl Gomonovych
1
-20
/
+40
2018-04-19
soc: ti: K2G: provide APIs to support driver probe deferral
Murali Karicheri
1
-0
/
+8
2018-04-19
soc: ti: K2G: enhancement to support QMSS in K2G NAVSS
Murali Karicheri
1
-22
/
+68
2017-12-17
soc: ti: fix max dup length for kstrndup
Ma Shimiao
1
-2
/
+2
2017-08-21
soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_create
Keerthy
1
-0
/
+3
2017-01-06
soc: ti: knav: cleanup includes and sort header files
Murali Karicheri
1
-17
/
+8
2016-12-01
soc: ti: qmss: fix the case when !SMP
Grygorii Strashko
1
-1
/
+1
2016-02-26
soc: TI knav_qmss: fix dma_addr_t printing
Arnd Bergmann
1
-11
/
+11
2015-11-23
soc: ti: knav_qmss_queue: Fix linking RAM setup for queue managers
Michal Morawiec
1
-1
/
+1
2015-11-23
soc: ti: use request_firmware_direct() as acc firmware is optional
Murali Karicheri
1
-3
/
+3
2015-10-13
soc: ti: qmss: make acc queue support optional in the driver
Murali Karicheri
1
-5
/
+15
2015-10-13
soc: ti: add firmware file name as part of the driver
Murali Karicheri
1
-19
/
+28
2015-01-29
soc: ti: knav_qmss_queue: export API calls for use by user driver
Murali Karicheri
1
-0
/
+9
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-03
soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free
Axel Lin
1
-2
/
+2
2014-10-27
soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc fails
Axel Lin
1
-1
/
+1
2014-10-27
soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()
Axel Lin
1
-3
/
+4
2014-10-20
soc: ti: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-24
soc: ti: add Keystone Navigator QMSS driver
Sandeep Nair
1
-0
/
+1816