summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-18Merge tag 'loongarch-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-10/+58
2026-03-18ASoC: fix usage of playback_only and capture_onlyMark Brown2-2/+4
2026-03-18ASoC: fsl: imx-card: initialize playback_only and capture_onlyShengjiu Wang1-0/+2
2026-03-18ASoC: simple-card-utils: Check value of is_playback_only and is_capture_onlyShengjiu Wang1-2/+2
2026-03-18Merge tag 'scmi-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann3-6/+7
2026-03-18Merge tag 'ffa-fix-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann1-4/+4
2026-03-18Merge tag 'tee-fix-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-27/+0
2026-03-18media: verisilicon: Fix kernel panic due to __initconst misuseMing Qian1-1/+1
2026-03-18ALSA: usb-audio: qcom: Fix the license markingDaniel Lezcano1-1/+1
2026-03-18ALSA:usb:qcom: add AUXILIARY_BUS to Kconfig dependenciesFrank Zhang1-0/+1
2026-03-18ACPI: bus: Fix MFD child automatic modprobe issuePratap Nirujogi1-3/+0
2026-03-18ACPI: processor: Fix previous acpi_processor_errata_piix4() fixRafael J. Wysocki1-7/+8
2026-03-18media: rkvdec: reduce stack usage in rkvdec_init_v4l2_vp9_count_tbl()Arnd Bergmann1-1/+2
2026-03-18media: rkvdec: reduce excessive stack usage in assemble_hw_pps()Arnd Bergmann1-23/+27
2026-03-18media: rkvdec: Improve handling missing short/long term RPSDetlev Casanova1-0/+4
2026-03-18media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutexYuchan Nam2-2/+8
2026-03-18media: synopsys: csi2rx: add missing kconfig dependencyMichael Riesch1-0/+1
2026-03-18media: synopsys: csi2rx: fix out-of-bounds check for formats arrayMichael Riesch1-1/+1
2026-03-18RDMA/irdma: Harden depth calculation functionsShiraz Saleem1-17/+22
2026-03-18RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova1-7/+10
2026-03-18RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-03-18RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
2026-03-18RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-03-18RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-03-18drm/i915/gt: Check set_default_submission() before deferencingRahul Bukte1-1/+2
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong1-5/+10
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling3-3/+4
2026-03-18xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIAChristoph Hellwig1-10/+8
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-03-18xfs: refactor xfsaild_push loop into helperYuto Ohnuki1-58/+69
2026-03-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51
2026-03-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau5-10/+9
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
2026-03-18wifi: mac80211: fix NULL deref in mesh_matches_local()Xiang Mei1-0/+3
2026-03-18ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen from SKIP_IFACE_SETUPGeoffrey D. Bennett1-0/+1
2026-03-18ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
2026-03-18ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-03-18ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon1-4/+4
2026-03-18ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-03-18ksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini1-3/+6
2026-03-18bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo2-1/+3
2026-03-18hwmon: (pmbus/ina233) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2
2026-03-18hwmon: (pmbus/mp2869) Check pmbus_read_byte_data() before using its return valueSanman Pradhan1-14/+21
2026-03-18hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2
2026-03-18Merge tag 'libnvdimm-fixes-7.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2026-03-18hwmon: (pmbus/hac300s) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2