Age | Commit message (Expand) | Author |
2024-10-12 | media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocation | Shen Lichuan |
2024-05-31 | media: pvrusb2: remove unused struct 'debugifc_mask_item' | Dr. David Alan Gilbert |
2024-02-28 | media: pvrusb2: fix uaf in pvr2_context_set_notify | Edward Adam Davis |
2024-02-16 | media: pvrusb2: fix pvr2_stream_callback casts | Arnd Bergmann |
2024-02-16 | media: pvrusb2: remove redundant NULL check | Daniil Dulov |
2024-02-16 | media: pvrusb2: Use wait_event_freezable() for freezable kthread | Kevin Hao |
2023-11-23 | media: pvrusb2: fix use after free on context disconnection | Ricardo B. Marliere |
2023-08-10 | media: usb: pvrusb2: fix inconsistent indenting | Hans Verkuil |
2023-07-19 | media: pvrusb2: use sysfs_emit() to instead of scnprintf() | ye xingchen |
2023-05-13 | media: pvrusb2: fix DVB_CORE dependency | Arnd Bergmann |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-03-31 | media: pvrusb2: clean up unneeded complexity in pvrusb2 class logic | Greg Kroah-Hartman |
2023-03-19 | media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols | Tom Rix |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) |
2022-08-29 | media: avoid use of 'videobuf' | Hans Verkuil |
2022-07-08 | media: pvrusb2: drop unexpected word 'a' in comments | Jiang Jian |
2022-06-20 | media: pvrusb2: fix memory leak in pvr_probe | Dongliang Mu |
2022-05-13 | media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init | Pavel Skripkin |
2022-03-18 | media: Kconfig: cleanup VIDEO_DEV dependencies | Mauro Carvalho Chehab |
2021-11-30 | media: pvrusb2: fix inconsistent indenting | Hans Verkuil |
2021-11-19 | media: pvrusb2: fix control-message timeouts | Johan Hovold |
2021-09-30 | media: pvrusb2: Replaced simple_strtol() with kstrtoint() | Liu Shixin |
2021-09-30 | media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VAL | Ricardo Ribalda |
2021-05-19 | media: pvrusb2: fix warning in pvr2_i2c_core_done | Anirudh Rayabharam |
2020-11-16 | media: pvrusb2: use semicolons rather than commas to separate statements | Julia Lawall |
2020-08-26 | media: pvrusb2: fix parsing error | Tong Zhang |
2020-04-14 | media: usb: pvrusb2: convert to use i2c_new_client_device() | Wolfram Sang |
2020-04-14 | Revert "media: Kconfig: better support hybrid TV devices" | Mauro Carvalho Chehab |
2020-04-14 | media: Kconfig: better support hybrid TV devices | Mauro Carvalho Chehab |
2020-02-24 | media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil |
2020-01-08 | media: pvrusb2: Remove unneeded semicolon and add newline | Ma Feng |
2019-11-09 | media: pvrusb2: Fix oops on tear-down when radio support is not present | Mike Isely |
2019-08-29 | media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() retur... | Yizhuo |
2019-08-26 | media: don't do a 31 bit shift on a signed int | Mauro Carvalho Chehab |
2019-08-13 | media: pvrusb2: use kzalloc instead of kmalloc and memset | Fuqian Huang |
2019-07-09 | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235 | Thomas Gleixner |
2019-06-13 | media: pvrusb2: Add Hauppauge HVR1955/1975 devices | Brad Love |
2019-06-13 | media: pvrusb2: Add i2c client demod/tuner support | Brad Love |
2019-06-13 | media: pvrusb2: Add multiple dvb frontend support | Brad Love |
2019-06-05 | media: pvrusb2: fix null-ptr-deref in class_unregister() | Kefeng Wang |
2019-06-05 | media: media/usb: set device_caps in struct video_device | Hans Verkuil |
2019-05-28 | media: pvrusb2: use a different format for warnings | Andrey Konovalov |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-18 | media: prefix header search paths with $(srctree)/ | Masahiro Yamada |
2019-04-22 | media: pvrusb2: Prevent a buffer overflow | Dan Carpenter |
2019-03-29 | media: replace strncpy() by strscpy() | Mauro Carvalho Chehab |
2019-03-20 | media: Kconfig files: use the right help coding style | Mauro Carvalho Chehab |
2018-12-07 | media: pvrusb2: fix spelling mistake "statuss" -> "status" | Colin Ian King |
2018-11-20 | media: vidioc_cropcap -> vidioc_g_pixelaspect | Hans Verkuil |