index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.1a
for-v6.2a
for-v6.2c
for-v6.3a
for-v6.3b
for-v6.3c
for-v6.3d
for-v6.3e
for-v6.3f
for-v6.3g
for-v6.3h
for-v6.3i
for-v6.3j
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-18
tcmu: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-18
tcmu: fix cmd user after free
Mike Christie
1
-2
/
+1
2018-01-16
tcmu: allow userspace to reset ring
Mike Christie
1
-4
/
+166
2018-01-12
tcmu: fix error return code in tcmu_configure_device()
Wei Yongjun
1
-1
/
+3
2018-01-12
target_core_user: add cmd id to broken ring message
Mike Christie
1
-1
/
+2
2018-01-12
tcmu: prevent corruption when invalid data page requested
Mike Christie
1
-37
/
+6
2018-01-12
tcmu: allow max block and global max blocks to be settable
Mike Christie
1
-19
/
+124
2018-01-12
tcmu: make ring buffer timer configurable
Mike Christie
1
-34
/
+115
2018-01-12
tcmu: don't block submitting context for block waits
Mike Christie
1
-95
/
+169
2018-01-12
tcmu: simplify dbi thresh handling
Mike Christie
1
-19
/
+3
2018-01-12
tcmu: prep queue_cmd_ring to be used by unmap wq
Mike Christie
1
-15
/
+27
2018-01-12
tcmu: clean up the scatter helper
Xiubo Li
1
-5
/
+25
2018-01-12
tcmu: fix free block calculation
Mike Christie
1
-3
/
+4
2018-01-12
tcmu: simplify scatter_data_area error handling
Mike Christie
1
-24
/
+7
2018-01-12
tcmu: release blocks for partially setup cmds
Mike Christie
1
-0
/
+7
2018-01-12
tcmu: remove commands_lock
Mike Christie
1
-10
/
+3
2018-01-12
tcmu: move expired command completion to unmap thread
Mike Christie
1
-9
/
+39
2018-01-12
tcmu: fix unmap thread race
Mike Christie
1
-33
/
+10
2018-01-12
tcmu: split unmap_thread_fn
Mike Christie
1
-50
/
+70
2018-01-12
tcmu: merge common block release code
Mike Christie
1
-16
/
+8
2018-01-12
tcmu: fix page addr in tcmu_flush_dcache_range
tangwenji
1
-2
/
+3
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2017-11-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-71
/
+137
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-08
tcmu: Add a missing unlock on an error path
Dan Carpenter
1
-0
/
+1
2017-11-08
tcmu: Fix some memory corruption
Dan Carpenter
1
-3
/
+2
2017-11-04
tcmu: fix double se_cmd completion
Mike Christie
1
-23
/
+31
2017-11-04
target: Add netlink command reply supported option for each device
Kenjiro Nakayama
1
-1
/
+58
2017-11-04
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show
Kenjiro Nakayama
1
-2
/
+1
2017-11-04
tcmu: fix crash when removing the tcmu device
Xiubo Li
1
-45
/
+47
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-07-30
tcmu: free old string on reconfig
Bryant G. Ly
1
-0
/
+2
2017-07-30
tcmu: Fix possible to/from address overflow when doing the memcpy
Xiubo Li
1
-6
/
+5
2017-07-11
tcmu: clean up the code and with one small fix
Xiubo Li
1
-13
/
+11
2017-07-11
tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size
Xiubo Li
1
-7
/
+5
2017-07-09
tcmu: Fix dev_config_store
Bryant G. Ly
1
-8
/
+24
2017-07-06
tcmu: fix sense handling during completion
Mike Christie
1
-2
/
+1
2017-07-06
tcmu: Fix flushing cmd entry dcache page
Xiubo Li
1
-2
/
+2
2017-07-06
tcmu: fix multiple uio open/close sequences
Mike Christie
1
-1
/
+5
2017-07-06
tcmu: drop configured check in destroy
Mike Christie
1
-4
/
+2
2017-07-06
tcmu: perfom device add, del and reconfig synchronously
Mike Christie
1
-20
/
+193
2017-07-06
target: break up free_device callback
Mike Christie
1
-3
/
+9
2017-07-06
tcmu: reconfigure netlink attr changes
Mike Christie
1
-29
/
+44
2017-07-06
tcmu: make array tcmu_attrib_attrs static const
Colin Ian King
1
-1
/
+1
2017-07-06
tcmu: Fix module removal due to stuck unmap_thread thread again
Xiubo Li
1
-1
/
+1
2017-07-06
tcmu: Add Type of reconfig into netlink
Bryant G. Ly
1
-6
/
+14
2017-07-06
tcmu: Make dev_config configurable
Bryant G. Ly
1
-0
/
+41
2017-07-06
tcmu: Make dev_size configurable via userspace
Bryant G. Ly
1
-5
/
+54
2017-07-06
tcmu: Add netlink for device reconfiguration
Bryant G. Ly
1
-0
/
+12
2017-07-06
tcmu: Support emulate_write_cache
Bryant G. Ly
1
-0
/
+30
[next]
Privacy Policy