aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-25media: venus: Convert one-element-arrays to flex-arraysRicardo Ribalda2-10/+10
2024-08-25media: venus: Refactor hfi_buffer_alloc_mode_supportedRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor hfi_session_fill_buffer_pktRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor hfi_sys_get_property_pktRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor hfi_session_empty_buffer_compressed_pktRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pktRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor struct hfi_uncompressed_format_supportedRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor struct hfi_session_get_property_pktRicardo Ribalda2-3/+3
2024-08-25media: venus: Refactor struct hfi_uncompressed_plane_infoRicardo Ribalda1-1/+1
2024-08-25media: venus: Constify struct dec_bufsize_ops and enc_bufsize_opsChristophe JAILLET1-10/+10
2024-08-25media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-08-25media: verisilicon: Move Rockchip AV1 hardware drivers to the corresponding o...Alexander Stein1-3/+3
2024-08-25media: verisilicon: Move Rockchip hardware drivers to the corresponding optionAlexander Stein1-4/+4
2024-08-25media: verisilicon: AV1: Correct some sizes/positions on register fieldsBenjamin Gaignard1-5/+5
2024-08-25media: verisilicon: Fix auxiliary buffer allocation sizeBenjamin Gaignard1-1/+2
2024-08-25media: verisilicon: AV1: Be more flexible with postproc capabilitiesBenjamin Gaignard1-1/+0
2024-08-25media: coda: cast an operand of multiplication to a larger typeAnastasia Belova1-1/+1
2024-08-25media: vicodec: allow en/decoder cmd w/o CAPTUREDeborah Brouwer1-4/+2
2024-08-25Merge tag 's390-6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+6
2024-08-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-2/+13
2024-08-25media: mt9p031: Drop CONFIG_OF ifdefferyBiju Das1-3/+2
2024-08-25media: mt9p031: Extend match support for OF tablesBiju Das1-22/+11
2024-08-25staging: media: starfive: Add the dynamic resolution supportChanghuang Liang1-1/+3
2024-08-24pinctrl: bcm2835: fix module autoloadingLiao Chen1-0/+1
2024-08-24clk: at91: sama7g5: Allocate only the needed amount of memory for PLLsClaudiu Beznea1-2/+3
2024-08-24pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pinsHuang-Huang Bao1-1/+1
2024-08-24pinctrl: pinctrl-zynq: fix module autoloadingLiao Chen1-0/+1
2024-08-24pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang1-1/+2
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry2-5/+5
2024-08-24crypto: octeontx2 - Fix authenc setkeyHerbert Xu1-164/+90
2024-08-24crypto: octeontx - Fix authenc setkeyHerbert Xu1-168/+93
2024-08-24crypto: spacc - Fixed return to CRYPTO_OKPavitrakumar M2-5/+3
2024-08-24crypto: spacc - Fix counter width checksPavitrakumar M1-16/+19
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov1-1/+1
2024-08-24crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()Dan Carpenter1-0/+2
2024-08-24crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()Dan Carpenter1-2/+2
2024-08-24crypto: spacc - Fix uninitialized variable in spacc_aead_process()Dan Carpenter1-3/+1
2024-08-24crypto: spacc - Use crypto_authenc_extractkeysHerbert Xu1-24/+9
2024-08-24crypto: spacc - Add a new line in spacc_open()Dan Carpenter1-1/+2
2024-08-24crypto: spacc - Fix off by one in spacc_isenabled()Dan Carpenter1-1/+1
2024-08-24crypto: spacc - Fix bounds checking on spacc->job[]Dan Carpenter1-4/+4
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky1-2/+11
2024-08-24crypto: keembay - fix module autoloadingLiao Chen1-0/+1
2024-08-24drm/xe: Fix total initialization in xe_ggtt_print_holes()Nathan Chancellor2-2/+2
2024-08-24platform/x86/intel/ifs: Fix SBAF title underline lengthKuppuswamy Sathyanarayanan1-1/+1
2024-08-24drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strictHans de Goede1-1/+0
2024-08-23Input: evdev - limit amount of data for writesDmitry Torokhov1-0/+7
2024-08-24staging: rtl8192e: remove set but otherwise unused local variable iv16Simon Horman1-3/+0
2024-08-24usb: cdnsp: fix for Link TRB with TCPawel Laszczak2-0/+31
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-30/+53