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
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
/
media
/
dvb-core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
media: dvb_frontend: fix wrong cast in compat_ioctl
Katsuhiro Suzuki
1
-1
/
+1
2018-03-22
media: dvb_frontend: add proper __user annotations
Mauro Carvalho Chehab
1
-2
/
+2
2018-03-22
media: dvbdev: handle ENOMEM error at dvb_module_probe()
Mauro Carvalho Chehab
1
-0
/
+2
2018-03-07
media: dvbdev: fix building on ia64
Mauro Carvalho Chehab
1
-1
/
+1
2018-03-06
media: dvb_ca_en50221: fix severity of successful CAM init log message
Daniel Scheller
1
-2
/
+2
2018-03-06
media: dvb-core: add helper functions for I2C binding
Mauro Carvalho Chehab
1
-0
/
+48
2018-02-23
media: dvb: update buffer mmaped flags and frame counter
Mauro Carvalho Chehab
4
-59
/
+113
2018-02-23
media: dmxdev: Fix the logic that enables DMA mmap support
Mauro Carvalho Chehab
1
-33
/
+42
2018-02-23
media: dmxdev: fix error code for invalid ioctls
Mauro Carvalho Chehab
1
-1
/
+1
2018-02-23
media: dvb: fix DVB_MMAP symbol name
Arnd Bergmann
2
-16
/
+16
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
3
-10
/
+10
2018-02-07
media: videobuf2: fix up for "media: annotate ->poll() instances"
Stephen Rothwell
1
-2
/
+2
2018-02-06
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
21
-3435
/
+900
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-7
/
+7
2018-01-29
media: dvb_demux: improve debug messages
Mauro Carvalho Chehab
1
-21
/
+22
2018-01-29
media: dvb_demux: Better handle discontinuity errors
Mauro Carvalho Chehab
1
-2
/
+6
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
1
-1
/
+1
2018-01-04
media: fix usage of whitespaces and on indentation
Mauro Carvalho Chehab
2
-2
/
+2
2017-12-29
media: dvb_vb2: use strlcpy instead of strncpy
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-28
media: move dvb kAPI headers to include/media
Mauro Carvalho Chehab
20
-3466
/
+14
2017-12-28
media: dvb-core: get rid of mmap reserved field
Mauro Carvalho Chehab
1
-1
/
+0
2017-12-28
media: dvb-core: make DVB mmap API optional
Mauro Carvalho Chehab
3
-13
/
+86
2017-12-28
media: dvb_vb2: add SPDX headers
Mauro Carvalho Chehab
2
-0
/
+3
2017-12-28
media: dvb_vb2: Use the sanitized value after processed by VB2 core
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-28
media: dvb_vb2: limit reqbufs size to a sane value
Mauro Carvalho Chehab
1
-0
/
+8
2017-12-28
media: dvb_vb2: fix a warning about streamoff logic
Mauro Carvalho Chehab
1
-17
/
+16
2017-12-28
media: videobuf2: Add new uAPI for DVB streaming I/O
Satendra Singh Thakur
5
-29
/
+668
2017-12-19
media: dvb_frontend: add physical layer scrambling support
Athanasios Oikonomou
2
-0
/
+17
2017-12-19
media: dvb_net: let dynamic debug enable some DVB net handling
Mauro Carvalho Chehab
1
-4
/
+0
2017-12-19
media: dvb-core: allow users to enable DVB net ULE debug
Mauro Carvalho Chehab
2
-9
/
+18
2017-12-19
media: dvb_net: ensure that dvb_net_ule_handle is fully initialized
Mauro Carvalho Chehab
1
-29
/
+27
2017-12-18
media: dvb_demux: describe nested structs
Mauro Carvalho Chehab
1
-9
/
+14
2017-12-18
media: dmxdev: describe nested structs
Mauro Carvalho Chehab
1
-13
/
+18
2017-12-14
media: dvb_ca_en50221: sanity check slot number from userspace
Colin Ian King
1
-0
/
+3
2017-12-14
media: dvbsky: MyGica T230C support
Stefan BrĂ¼ns
1
-0
/
+1
2017-12-13
media: dvb_frontend: Add commands implementation for compat ioct
Jaedon Shin
1
-0
/
+131
2017-12-13
media: dvb_frontend: Add compat_ioctl callback
Jaedon Shin
1
-0
/
+12
2017-12-13
media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.c
Jaedon Shin
1
-3
/
+14
2017-12-13
media: dvb_frontend: fix ifnullfree.cocci warnings
Fengguang Wu
1
-2
/
+1
2017-12-13
media: dib0700: add support for Xbox One Digital TV Tuner
Olli Salonen
1
-0
/
+2
2017-12-12
media: dvb_frontend: fix return error code
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-11
media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
Mauro Carvalho Chehab
1
-1
/
+3
2017-11-28
media: annotate ->poll() instances
Al Viro
3
-7
/
+7
2017-11-27
media: dvb_net: stop abusing /** for comments
Mauro Carvalho Chehab
1
-7
/
+8
2017-11-27
media: dvb_frontend fix kernel_doc markups
Mauro Carvalho Chehab
1
-5
/
+8
2017-11-27
media: dvb_ca_en50221: fix lots of documentation warnings
Mauro Carvalho Chehab
1
-35
/
+33
2017-11-16
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-396
/
+805
2017-11-07
dvb_frontend: don't use-after-free the frontend struct
Mauro Carvalho Chehab
1
-5
/
+2
2017-11-07
media: dvb-core: always call invoke_release() in fe_free()
Daniel Scheller
1
-4
/
+5
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2
-0
/
+2
[next]