summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe-7/+10
2022-07-05Merge tag 'for-net-2022-07-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-1/+3
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk-1/+3
2022-07-05ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello-1/+26
2022-07-05ACPI: CPPC: Only probe for _CPC if CPPC v2 is ackedMario Limonciello-8/+9
2022-07-05Merge tag 'xsa-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen...Linus Torvalds-23/+93
2022-07-05riscv: dts: microchip: hook up the mpfs' l2cacheConor Dooley-0/+4
2022-07-05ALSA: cs46xx: Fix missing snd_card_free() call at probe errorTakashi Iwai-9/+13
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells-1/+15
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu-1/+2
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu-2/+2
2022-07-05gpio: vf610: fix compilation errorLeon Romanovsky-0/+1
2022-07-05dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enablin...Jerry Snitselaar-6/+7
2022-07-05dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctlyMichael Walle-0/+5
2022-07-05Merge branch 'fix-bridge_vlan_aware-sh-and-bridge_vlan_unaware-sh-with-iff_un...Paolo Abeni-1/+5
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-04Merge tag 'linux-can-fixes-for-5.19-20220704' of git://git.kernel.org/pub/scm...Jakub Kicinski-216/+304
2022-07-05ARM: dts: imx6qdl-ts7970: Fix ngpio typo and countKris Bahnsen-1/+1
2022-07-05arm64: dts: ls1028a: Update SFP node to include clockSean Anderson-1/+4
2022-07-04dt-bindings: display: sun4i: Fix D1 pipeline countSamuel Holland-0/+1
2022-07-04Merge tag 'soc-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-188/+300
2022-07-04drm/panfrost: Fix shrinker list corruption by madvise IOCTLDmitry Osipenko-2/+2
2022-07-04drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr...Dmitry Osipenko-1/+1
2022-07-04drm/rockchip: Detach from ARM DMA domain in attach_deviceSteven Price-0/+17
2022-07-04drm/bridge: fsl-ldb: Drop DE signal polarity inversionLiu Ying-17/+0
2022-07-04drm/bridge: fsl-ldb: Enable split mode for LVDS dual linkLiu Ying-1/+1
2022-07-04drm/bridge: fsl-ldb: Fix mode clock rate validationLiu Ying-1/+1
2022-07-04Merge tag 'stm32-dt-for-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann-3/+71
2022-07-04soc: qcom: smem: use correct format charactersBill Wendling-3/+3
2022-07-04Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai-253772/+1031855
2022-07-04ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0)Egor Vorontsov-0/+136
2022-07-04ALSA: usb-audio: Add quirk for Fiero SC-01Egor Vorontsov-0/+70
2022-07-04ALSA: hda/realtek: Add quirk for Clevo L140PUTim Crawford-0/+1
2022-07-04ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devicesJohn Veness-0/+51
2022-07-04drm/aperture: Run fbdev removal before internal helpersThomas Zimmermann-11/+15
2022-07-04powerpc/powernv: delay rng platform device creation until later in bootJason A. Donenfeld-6/+10
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde-1/+2
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...Marc Kleine-Budde-1/+1
2022-07-04can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde-0/+1
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...Thomas Kopp-6/+3
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...Thomas Kopp-5/+8
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson-35/+47
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson-21/+38
2022-07-04can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson-148/+172
2022-07-04ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley-0/+9
2022-07-04can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bitsMarc Kleine-Budde-2/+2
2022-07-04can: m_can: m_can_chip_config(): actually enable internal timestampingMarc Kleine-Budde-1/+3