aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-27usb: gadget: aspeed_udc: validate endpoint index for ast udcMa Ke1-0/+2
2024-06-27usb: chipidea: ci_hdrc_tegra: Switch to RUNTIME_PM_OPS()Fabio Estevam1-5/+4
2024-06-27usb: chipidea: ci_hdrc_imx: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-10/+9
2024-06-27usb: misc: onboard_usb_dev: Add match functionMatthias Kaehlcke1-4/+7
2024-06-27dt-bindings: usb: dwc2: switch to unevaluatedPropertiesNeil Armstrong1-1/+1
2024-06-27usb: uas: set host status byte on data completion errorShantanu Goel1-0/+1
2024-06-27drm/mediatek: Log errors in probe with dev_err_probe()Nícolas F. R. A. Prado15-176/+125
2024-06-27arm64: dts: allwinner: h616: add IOMMU nodeAndre Przywara1-0/+9
2024-06-27drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson1-0/+8
2024-06-27staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not setBernhard Rosenkränzer1-1/+1
2024-06-27drm/mediatek: Remove less-than-zero comparison of an unsigned valueHsiao Chien Sung1-1/+1
2024-06-27staging: rtl8192e: Fix conflicting types error with net_device.Teddy Engel2-0/+4
2024-06-27staging: rtl8723bs: Remove unused variable pwdev_privPhilipp Hortmann1-2/+0
2024-06-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-06-27jbd2: use str_plural() to fix Coccinelle warningThorsten Blum1-1/+2
2024-06-27ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming1-1/+1
2024-06-27ASoC: codecs: lpass-wsa-macro: add missing select of common codeKrzysztof Kozlowski1-0/+1
2024-06-27drm/i915/dsb: Try to document that DSB_STATUS bit 16 is level triggeredVille Syrjälä1-1/+1
2024-06-27block: clean up the check in blkdev_iomap_begin()Li Nan1-2/+3
2024-06-27ASoC: imx-audmix: Split capture device to be a newMark Brown4-85/+155
2024-06-27ASoC: simple-card / audio-graph:Mark Brown7-0/+146
2024-06-27spi: axi-spi-engine: remove platform_set_drvdata()David Lechner1-7/+1
2024-06-27Revert "media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs"Hans Verkuil1-1/+1
2024-06-27media: imx-mipi-csis: Use v4l2_subdev_enable_streams()Laurent Pinchart1-7/+15
2024-06-27media: i2c: gc2145: use CCI_REG16_LE for little-endian registersAlain Volmat1-10/+5
2024-06-27media: i2c: gc2145: addition of RAW8 formats supportAlain Volmat1-8/+67
2024-06-27media: stm32: dcmipp: correct error handling in dcmipp_create_subdevsAlain Volmat1-1/+1
2024-06-27media: admin-guide: Document the Raspberry Pi PiSP BEJacopo Mondi3-0/+130
2024-06-27media: raspberrypi: Add support for PiSP BENaushir Patuck9-0/+2347
2024-06-27media: dt-bindings: Add bindings for Raspberry Pi PiSP Back EndJacopo Mondi2-0/+64
2024-06-27media: uapi: Add PiSP Compressed RAW Bayer formatsJacopo Mondi4-0/+97
2024-06-27media: uapi: Add meta pixel format for PiSP BE configJacopo Mondi4-0/+61
2024-06-27media: uapi: Add Raspberry Pi PiSP Back End uAPIJacopo Mondi3-0/+1133
2024-06-27media: uapi: Add a pixel format for BGR48 and RGB48Jacopo Mondi4-0/+60
2024-06-27media: uapi: pixfmt-luma: Document MIPI CSI-2 packingJacopo Mondi1-0/+4
2024-06-27Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-5/+14
2024-06-27soc: mtk-cmdq: Add cmdq_pkt_logic_command to support math operationJason-JH.Lin2-0/+76
2024-06-27soc: mediatek: Disable 9-bit alpha in ETHDRHsiao Chien Sung1-0/+1
2024-06-27soc: mediatek: mtk-mutex: Add MDP_TCC0 mod to MT8188 mutex tableAngeloGioacchino Del Regno1-0/+1
2024-06-27net: mana: Fix possible double free in error handling pathMa Ke1-0/+2
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde1-0/+1
2024-06-27iommu/vt-d: Fix missed device TLB cache tagLu Baolu1-10/+10
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde1-6/+6
2024-06-27Merge branch 'af_unix-fix-bunch-of-msg_oob-bugs-and-add-new-tests'Paolo Abeni5-444/+766
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima1-0/+72
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima2-2/+81
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima1-0/+147
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima1-1/+50
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima1-0/+91
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima2-1/+17