summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-20/+19
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-13media: pvrusb2: fix URB leak in pvr2_send_request_exSzymon Wilczek-0/+5
2025-10-14media: pvrusb2: Fix incorrect variable used in trace messageColin Ian King-1/+1
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+1
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart-1/+1
2025-08-13media: usb: pvrusb2: Store v4l2_fh pointer in file->private_dataLaurent Pinchart-31/+34
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+6
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-173/+0
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-1/+1
2025-04-25media: pvrusb2: Remove unused pvr2_std_create_enumDr. David Alan Gilbert-173/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-9/+9
2025-03-05media: pvrusb2: Remove g/s_ctrl callbacksRicardo Ribalda-27/+0
2025-03-05media: pvrusb2: Convert queryctrl to query_ext_ctrlRicardo Ribalda-5/+8
2024-10-12media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan-2/+2
2024-05-31media: pvrusb2: remove unused struct 'debugifc_mask_item'Dr. David Alan Gilbert-5/+0
2024-02-28media: pvrusb2: fix uaf in pvr2_context_set_notifyEdward Adam Davis-1/+1
2024-02-16media: pvrusb2: fix pvr2_stream_callback castsArnd Bergmann-8/+12
2024-02-16media: pvrusb2: remove redundant NULL checkDaniil Dulov-5/+0
2024-02-16media: pvrusb2: Use wait_event_freezable() for freezable kthreadKevin Hao-5/+1
2023-11-23media: pvrusb2: fix use after free on context disconnectionRicardo B. Marliere-1/+2
2023-08-10media: usb: pvrusb2: fix inconsistent indentingHans Verkuil-2/+4
2023-07-19media: pvrusb2: use sysfs_emit() to instead of scnprintf()ye xingchen-10/+10
2023-05-13media: pvrusb2: fix DVB_CORE dependencyArnd Bergmann-0/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-64/+29
2023-03-31media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman-64/+29
2023-03-19media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-8/+8
2022-08-29media: avoid use of 'videobuf'Hans Verkuil-1/+1
2022-07-08media: pvrusb2: drop unexpected word 'a' in commentsJiang Jian-1/+1
2022-06-20media: pvrusb2: fix memory leak in pvr_probeDongliang Mu-0/+1
2022-05-13media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin-2/+5
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2021-11-30media: pvrusb2: fix inconsistent indentingHans Verkuil-17/+20
2021-11-19media: pvrusb2: fix control-message timeoutsJohan Hovold-4/+4
2021-09-30media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin-23/+2
2021-09-30media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda-4/+0
2021-05-19media: pvrusb2: fix warning in pvr2_i2c_core_doneAnirudh Rayabharam-2/+2
2020-11-16media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-08-26media: pvrusb2: fix parsing errorTong Zhang-3/+2
2020-04-14media: usb: pvrusb2: convert to use i2c_new_client_device()Wolfram Sang-2/+2
2020-04-14Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab-2/+2
2020-04-14media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab-2/+2
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-2/+2
2020-01-08media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng-2/+2