summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core/dvb_frontend.c
AgeCommit message (Expand)Author
2024-02-16media: dvb_frontend: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2024-02-07media: drivers/media/dvb-core: copy user arrays safelyPhilipp Stanner
2023-06-14Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab
2023-05-14media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai
2023-05-14media: dvb-core: Fix use-after-free on race condition at dvb_frontendHyunwoo Kim
2022-11-25media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin
2022-11-25media: dvbdev: adopts refcnt to avoid UAFLin Ma
2022-11-25media: dvb-core: Enhance shared multi-frontend supportRobert Schlabbach
2022-11-25media: dvb_frontend: add missing DSS switch casesRobert Schlabbach
2021-11-29media: dvb-core: dvb_frontend: address some clang warningsMauro Carvalho Chehab
2021-11-19media: media dvb_frontend: add suspend and resume callbacks to dvb_frontend_opsLukas Middendorf
2021-06-17media: dvb-core: frontend: make GET/SET saferMauro Carvalho Chehab
2021-03-22media: dvb_frontend: warn if frontend driver has API issuesMauro Carvalho Chehab
2021-03-22media: dvb_frontend: don't call dvb_frontend_get_stepsize() twiceMauro Carvalho Chehab
2021-03-22media: dvb_frontend: move algo-specific settings to a functionMauro Carvalho Chehab
2021-01-27media: dvb_frontend: Fix fall-through warnings for ClangGustavo A. R. Silva
2019-08-04media: don't drop front-end reference count for ->detachArnd Bergmann
2019-06-27media: dvb_frontend: split dvb_frontend_handle_ioctl functionArnd Bergmann
2019-06-12Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner
2019-05-22media: dvb: warning about dvb frequency limits produces too much noiseSean Young
2019-03-01media: dvb-core: fix several typosMauro Carvalho Chehab
2018-11-23media: dvb_frontend: add debug message for frequency intervalsMauro Carvalho Chehab
2018-11-23media: dvb_frontend: don't print function names twiceMauro Carvalho Chehab
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-08-02media: dvb_frontend: ensure that the step is ok for both FE and tunerMauro Carvalho Chehab
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab
2018-05-11media: dvb_frontend: cleanup some coding style errorsMauro Carvalho Chehab
2018-05-11media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann
2018-05-04media: dvb-core/dvb_frontend: set better default for ISDB-TAkihiro Tsukada
2018-04-17media: dvb_frontend: fix locking issues at dvb_frontend_get_event()Mauro Carvalho Chehab
2018-04-04media: dvb_frontend: fix wrong cast in compat_ioctlKatsuhiro Suzuki
2018-03-22media: dvb_frontend: add proper __user annotationsMauro Carvalho Chehab
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-19media: dvb_frontend: add physical layer scrambling supportAthanasios Oikonomou
2017-12-13media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin
2017-12-13media: dvb_frontend: Add compat_ioctl callbackJaedon Shin
2017-12-13media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin
2017-12-13media: dvb_frontend: fix ifnullfree.cocci warningsFengguang Wu
2017-12-12media: dvb_frontend: fix return error codeMauro Carvalho Chehab
2017-12-11media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return codeMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27media: dvb_frontend fix kernel_doc markupsMauro Carvalho Chehab
2017-11-07dvb_frontend: don't use-after-free the frontend structMauro Carvalho Chehab
2017-11-07media: dvb-core: always call invoke_release() in fe_free()Daniel Scheller
2017-10-17Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab