summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-14media: cec: Fix debugfs leak on bus_register() failureHaotian Zhang1-0/+1
2025-10-14media: c8sectpfe: remove support of STi c8sectpfe driverRaphael Gallais-Pou13-2328/+0
2025-10-14media: pci: mg4b: use iio_push_to_buffers_with_ts()David Lechner1-1/+1
2025-10-14media: pci: mg4b: use aligned_s64David Lechner1-1/+2
2025-10-14media: vidtv: initialize local pointers upon transfer of memory ownershipJeongjun Park1-0/+3
2025-10-14media: pvrusb2: Fix incorrect variable used in trace messageColin Ian King1-1/+1
2025-10-14media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()Ivan Abramov1-0/+2
2025-10-14media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log...Ivan Abramov1-2/+5
2025-10-14media: i2c: ADV7604: Remove redundant cancel_delayed_work in probeDuoming Zhou1-3/+1
2025-10-14media: i2c: adv7842: Remove redundant cancel_delayed_work in probeDuoming Zhou1-3/+1
2025-10-14media: TDA1997x: Remove redundant cancel_delayed_work in probeDuoming Zhou1-1/+0
2025-10-14media: dvb: Use int type to store negative error codesQianfeng Rong2-3/+4
2025-10-14media: dvb-frontends: Remove redundant ternary operatorsLiao Yuanhong2-3/+2
2025-10-14media: synopsys: hdmirx: media: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-10-14staging: media: tegra-video: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-10-14media: vivid: use vmalloc_array and vcalloc to simplify codeQianfeng Rong1-3/+3
2025-10-14media: pt1: use vmalloc_array to simplify codeQianfeng Rong1-1/+1
2025-10-14media: dvb-core: use vmalloc_array to simplify codeQianfeng Rong2-6/+6
2025-10-14Revert "media: xc2028: avoid use-after-free in load_firmware_cb()"Dmitry Antipov1-8/+1
2025-10-14media: av7110: Fix warning 'unsigned' -> 'unsigned int'Osama Albahrani1-1/+1
2025-10-14media: dvb-core: dvb_demux: Fix assignments in if conditionsDarshan Rathod1-7/+13
2025-10-14media: dvb-core: dvb_ringbuffer: Fix various coding style issuesDarshan Rathod1-15/+21
2025-10-14media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()Jeongjun Park1-0/+5
2025-10-12Merge tag 'i2c-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-10-12Merge tag 'irq_urgent_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+6
2025-10-12Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang1-2/+2
2025-10-11Merge tag 'rtc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds17-203/+701
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-24/+33
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2025-10-11Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds43-248/+385
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-8/+17
2025-10-10Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-8/+17
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-2/+3
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2025-10-10Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-77/+178
2025-10-10Merge tag 'gpio-fixes-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2025-10-10Merge tag 'ntb-6.18' of https://github.com/jonmason/ntbLinus Torvalds4-51/+93
2025-10-10Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-182/+294
2025-10-10gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski1-1/+1
2025-10-10tpm: Prevent local DOS via tpm/tpm0/ppi/*operationsDenis Aleksandrov1-23/+66
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen3-97/+34
2025-10-10tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets1-2/+2
2025-10-10tpm: Use HMAC-SHA256 library instead of open-coded HMACEric Biggers1-71/+27
2025-10-10tpm: Compare HMAC values in constant timeEric Biggers2-3/+4
2025-10-10tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen1-1/+1
2025-10-10fbdev: Fix logic error in "offb" name matchFinn Thain1-1/+1
2025-10-10rtc: interface: Ensure alarm irq is enabled when UIE is enabledEsben Haabendal1-0/+4
2025-10-10rtc: tps6586x: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1
2025-10-10rtc: cpcap: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1
2025-10-10rtc: isl12022: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1