aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-13ASoC: rockchip: spdif: Return the original error codebui duc phuc1-2/+2
2026-08-13ASoC: rockchip: rockchip_sai: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_sai: Return the original error codebui duc phuc1-3/+2
2026-08-13ASoC: rockchip: rockchip_sai: Propagate -EPROBE_DEFER from IRQ lookupbui duc phuc1-0/+2
2026-08-13ASoC: rockchip: rockchip_rt5645: Drop redundant probe error messagesbui duc phuc1-4/+1
2026-08-13ASoC: rockchip: rockchip_pdm: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_max98090: Drop redundant probe error messagesbui duc phuc1-4/+1
2026-08-13ASoC: rockchip: i2s-tdm: Drop redundant probe error messagesbui duc phuc1-7/+2
2026-08-13ASoC: rockchip: i2s-tdm: Inline PTR_ERR() in dev_err_probe()bui duc phuc1-4/+2
2026-08-13ASoC: rockchip: rockchip_i2s: Propagate -EPROBE_DEFER from devm_pinctrl_get()bui duc phuc1-3/+5
2026-08-13ASoC: rockchip: rockchip_i2s: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_i2s: Use dev_err_probe() for error handlingbui duc phuc1-8/+6
2026-08-13ASoC: rockchip: rk3288_hdmi_analog: Use dev_err_probe() for error handlingbui duc phuc1-4/+3
2026-08-13ASoC: rockchip: rk3288_hdmi_analog: Drop redundant probe error messagesbui duc phuc1-7/+2
2026-08-13ASoC: meson: Drop __force castTakashi Iwai1-1/+1
2026-08-13ASoC: mediatek: Drop __force castsTakashi Iwai8-11/+11
2026-08-13ASoC: Intel: avs: Drop __force castTakashi Iwai1-1/+1
2026-08-13ASoC: fsl: Drop __force castsTakashi Iwai6-14/+14
2026-08-13ALSA: emu10k1: Drop __force castsTakashi Iwai1-9/+9
2026-08-13ALSA: asihpi: Drop __force castTakashi Iwai1-1/+1
2026-08-13ALSA: hda: Drop __force castsTakashi Iwai2-2/+2
2026-08-13ALSA: aloop: Drop __force castsTakashi Iwai1-2/+2
2026-08-13ALSA: kunit: Drop __force castsTakashi Iwai1-2/+2
2026-08-13ALSA: oss: Drop __force castsTakashi Iwai2-18/+18
2026-08-13ALSA: control: Drop __force castsTakashi Iwai1-6/+6
2026-08-13ALSA: pcm: Avoid macros for SNDRV_PCM_FMTBIT and SNDRV_PCM_SUBFMTBITTakashi Iwai1-57/+55
2026-08-13ALSA: pcm: Drop __force castsTakashi Iwai5-49/+39
2026-08-13ALSA: uapi: Drop __bitwise and __force prefixTakashi Iwai2-93/+93
2026-08-13Merge tag 'firewire-fixes-7.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-1/+3
2026-08-13Merge tag 'gpio-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds3-35/+41
2026-08-13s390/vfio-ap: Fix NULL deref in status_show() during queue probeAnthony Krowiak1-4/+29
2026-08-13s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removedAnthony Krowiak1-13/+17
2026-08-13s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmapAnthony Krowiak1-0/+9
2026-08-13s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_removeAnthony Krowiak1-3/+3
2026-08-13s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev objectAnthony Krowiak1-0/+8
2026-08-13s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objectsAnthony Krowiak1-4/+23
2026-08-13s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULLAnthony Krowiak1-9/+30
2026-08-13s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_removeAnthony Krowiak1-4/+4
2026-08-13Merge tag 'm68k-for-v7.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+4
2026-08-13drm/log: Fix infinite loop when scale is too large for displayShixiong Ou1-0/+6
2026-08-13drm/log: Fix out-of-bounds read on empty message lengthShixiong Ou1-0/+3
2026-08-13drm/log: Fix division by zero when scale module parameter is 0Shixiong Ou1-0/+3
2026-08-13Merge tag 'asoc-fix-v7.2-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai401-1947/+5963
2026-08-13iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pagesPeiyang He1-0/+4
2026-08-13drm/xe/mcr: Take vcs1/vecs1 into account for first media sliceAshutosh Dixit1-2/+7
2026-08-13Merge branch 'netconsole-replace-target_list_lock-by-rcu-on-userdata-hot-path'Paolo Abeni3-36/+286
2026-08-13selftests: netconsole: add a userdata torture testBreno Leitao2-0/+230
2026-08-13netconsole: publish the userdata payload with RCUBreno Leitao1-36/+56
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+5
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10