summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+8
2025-10-14media: ivtv: Fix invalid access to file *Jacopo Mondi-14/+25
2025-09-09media: update Hans Verkuil's email addressHans Verkuil-31/+31
2025-08-29media: pci/ivtv: Replace GPLv2 boilerplate text with SPDXThomas Huth-42/+3
2025-08-29media: pci: ivtv: Add missing check after DMA mapThomas Fourier-2/+8
2025-08-13media: ivtv: Access v4l2_fh from fileJacopo Mondi-69/+64
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-3/+1
2025-08-13media: pci: ivtv: Don't create fake v4l2_fhLaurent Pinchart-14/+13
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-9/+14
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2024-06-15media: pci: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-05-31media: pci/ivtv: Use managed version of pci_enable_deviceRicardo Ribalda-2/+1
2024-05-31media: pci/ivtv: Replace request_mem_region with devm_ variantRicardo Ribalda-31/+14
2024-05-31media: pci/ivtv: Replace ioremap with devm_ variantsRicardo Ribalda-39/+12
2024-05-31media: ivtv: Factor out schedule functionsRicardo Ribalda-27/+39
2024-05-31media: pci: ivtv: Add check for DMA map resultMikhail Kobuk-3/+17
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+4
2023-11-29media/ivtvfb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann-6/+4
2023-11-23media: ivtv: don't call s_stream(0) if not streamingHans Verkuil-1/+4
2023-07-24media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann-1/+0
2023-05-08fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann-0/+3
2023-05-08fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann-3/+0
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-30media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand-4/+3
2022-08-29media: ivtv: Fix typo 'the the' in commentSlark Xiao-1/+1
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus-1/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab-2/+2
2022-03-07ivtv: fix incorrect device_caps for ivtvfbHans Verkuil-13/+9
2022-03-07media: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-15/+18
2021-12-14media: ivtv: no need to initialise statics to 0Jason Wang-1/+1
2021-11-22media: ivtv: drop an unused macroMauro Carvalho Chehab-6/+0
2021-10-19media: ivtv: fix build for UMLRandy Dunlap-2/+2
2021-09-30media: ivtv: don't allow negative resolutions as module parametersDan Carpenter-4/+4
2021-09-30media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET-30/+41
2021-09-30media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia-4/+4
2021-07-12media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab-26/+58
2021-06-04media: ivtv: get rid of DVB deprecated ioctlsMauro Carvalho Chehab-235/+0
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-4/+0
2021-03-11media: use getter/setter functionsJulia Lawall-1/+1
2021-01-27media: pci/ivtv: release memory regions on errorHans Verkuil-0/+5
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+1
2020-07-19media: ivtv: Replace http links with https onesAlexander A. Klimov-1/+1
2020-06-15sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra-3/+1
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-12/+14