summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core
AgeCommit message (Expand)AuthorLines
14 daysMerge tag 'media/v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-0/+3
2026-02-27media: dvb-net: fix OOB access in ULE extension header tablesAriel Silver-0/+3
2026-02-24media: dvb-core: fix wrong reinitialization of ringbuffer on reopenJens Axboe-1/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-17/+15
2025-12-18media: dvb-core: dvb_vb2: drop wait_prepare/finish callbacksHans Verkuil-30/+25
2025-12-18media: dvb-core/dmxdev: drop locks around mmap()Hans Verkuil-21/+2
2025-12-18media: dvb-core: dmxdevfilter must always flush bufsHans Verkuil-6/+7
2025-11-03media: dvb_ca_en50221: fix "writen"->"written"Xichao Zhao-1/+1
2025-10-17media: dvbdev: Use %pe format specifierRicardo Ribalda-2/+2
2025-10-14media: dvb-core: use vmalloc_array to simplify codeQianfeng Rong-6/+6
2025-10-14media: dvb-core: dvb_demux: Fix assignments in if conditionsDarshan Rathod-7/+13
2025-10-14media: dvb-core: dvb_ringbuffer: Fix various coding style issuesDarshan Rathod-15/+21
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-01-08media: fix secfeed undefined when filter alloc failjieqing.wang-1/+1
2024-11-06media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not setMauro Carvalho Chehab-11/+4
2024-10-18media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab-2/+2
2024-10-18media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab-2/+15
2024-10-15media: dvb-core: add missing buffer index checkHans Verkuil-1/+7
2024-04-08media: dvbdev: Initialize sbufRicardo Ribalda-1/+1
2024-02-16media: dvb_frontend: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao-9/+4
2024-02-07media: edia: dvbdev: fix a use-after-freeZhipeng Lu-0/+5
2024-02-07media: drivers/media/dvb-core: copy user arrays safelyPhilipp Stanner-4/+8
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard-1/+1
2023-12-13media: dvbdev: drop refcount on error path in dvb_device_open()Dan Carpenter-0/+2
2023-11-23media: dvb-core: Do not initialize twice queue num_buffer fieldBenjamin Gaignard-3/+0
2023-11-23media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers a...Benjamin Gaignard-6/+8
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard-3/+3
2023-07-09lib/math: Move dvb_math.c into lib/math/int_log.cAndy Shevchenko-142/+1
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-85/+76
2023-06-14Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab-44/+9
2023-05-25media: mc: Make media_get_pad_index() use pad type flagSakari Ailus-2/+2
2023-05-14media: dvbdev: fix most coding style issuesMauro Carvalho Chehab-83/+74
2023-05-14media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim-1/+36
2023-05-14media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai-4/+12
2023-05-14media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim-21/+63
2023-05-14media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim-3/+35
2023-05-14media: dvb-core: Fix use-after-free on race condition at dvb_frontendHyunwoo Kim-9/+44
2023-05-14media: dvb_ca_en50221: fix a size write bugYongSu Yoo-5/+7
2023-05-13media: dvb_demux: fix a bug for the continuity counterYongSu Yoo-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2022-12-06media: dvbdev: fix refcnt bugLin Ma-1/+1
2022-11-25media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin-1/+7
2022-11-25media: dvbdev: adopts refcnt to avoid UAFLin Ma-9/+27
2022-11-25media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.cYongSu Yoo-1/+3
2022-11-25media: dvb-core: Fix double free in dvb_register_device()Keita Suzuki-0/+1
2022-11-25media: dvbdev: remove redundant initialization of variable retColin Ian King-1/+2