summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-10-14media: v4l2-mem2mem: Fix outdated documentationLaurent Pinchart-2/+1
2025-10-14media: cec: Fix debugfs leak on bus_register() failureHaotian Zhang-0/+1
2025-10-14media: doc/dt-bindings: remove support of stih407-c8sectpfeRaphael Gallais-Pou-90/+0
2025-10-14media: include: remove c8sectpfe headerRaphael Gallais-Pou-13/+0
2025-10-14media: c8sectpfe: remove support of STi c8sectpfe driverRaphael Gallais-Pou-2329/+0
2025-10-14media: pci: mg4b: use iio_push_to_buffers_with_ts()David Lechner-1/+1
2025-10-14media: pci: mg4b: use aligned_s64David Lechner-1/+2
2025-10-14media: vidtv: initialize local pointers upon transfer of memory ownershipJeongjun Park-0/+3
2025-10-14media: pvrusb2: Fix incorrect variable used in trace messageColin Ian King-1/+1
2025-10-14media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()Ivan Abramov-0/+2
2025-10-14media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log...Ivan Abramov-2/+5
2025-10-14media: i2c: ADV7604: Remove redundant cancel_delayed_work in probeDuoming Zhou-3/+1
2025-10-14media: i2c: adv7842: Remove redundant cancel_delayed_work in probeDuoming Zhou-3/+1
2025-10-14media: TDA1997x: Remove redundant cancel_delayed_work in probeDuoming Zhou-1/+0
2025-10-14media: dvb: Use int type to store negative error codesQianfeng Rong-3/+4
2025-10-14media: dvb-frontends: Remove redundant ternary operatorsLiao Yuanhong-3/+2
2025-10-14media: synopsys: hdmirx: media: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-10-14media: dt-bindings: snps,dw-hdmi-rx.yaml: Updated maintainers entryDmitry Osipenko-1/+1
2025-10-14MAINTAINERS: Update Synopsys HDMI RX driver entryDmitry Osipenko-1/+1
2025-10-14staging: media: tegra-video: Remove the use of dev_err_probe()Xichao Zhao-1/+1
2025-10-14media: vivid: use vmalloc_array and vcalloc to simplify codeQianfeng Rong-3/+3
2025-10-14media: pt1: use vmalloc_array to simplify codeQianfeng Rong-1/+1
2025-10-14media: dvb-core: use vmalloc_array to simplify codeQianfeng Rong-6/+6
2025-10-14Revert "media: xc2028: avoid use-after-free in load_firmware_cb()"Dmitry Antipov-8/+1
2025-10-14media: av7110: Fix warning 'unsigned' -> 'unsigned int'Osama Albahrani-1/+1
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-10-14media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()Jeongjun Park-0/+5
2025-10-12Linux 6.18-rc1v6.18-rc1Linus Torvalds-2/+2
2025-10-12Merge tag 'i2c-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2025-10-12Merge tag 'irq_urgent_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+6
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-4/+8
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-28/+38
2025-10-11Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang-3/+3
2025-10-11Merge tag 'rtc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-354/+753
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-25/+36
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-665/+728
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-239/+55
2025-10-11Merge tag 'slab-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-14/+51
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-25/+118
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds-59/+383
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds-42/+45
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt-2/+6
2025-10-11slab: fix barn NULL pointer dereference on memoryless nodesVlastimil Babka-14/+51
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt-2/+2
2025-10-10kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor-1/+1
2025-10-10Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-52/+75
2025-10-10Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-253/+391
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-8/+17
2025-10-11Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-8/+17