aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-30clk: rockchip: fix error for unknown clocksSebastian Reichel1-1/+2
2024-08-30clk: rockchip: rk3588: drop unused codeSebastian Reichel1-40/+0
2024-08-30nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-8/+14
2024-08-30igc: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin3-3/+5
2024-08-30igc: Add Energy Efficient Ethernet abilitySasha Neftin3-1/+89
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach2-4/+27
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach6-2/+161
2024-08-30iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTFNicolin Chen3-14/+51
2024-08-30iommu/arm-smmu-v3: Start a new batch if new command is not supportedNicolin Chen2-2/+11
2024-08-30iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQVNate Watterson5-1/+913
2024-08-30iommu/arm-smmu-v3: Add struct arm_smmu_impl_opsJason Gunthorpe2-1/+60
2024-08-30iommu/arm-smmu-v3: Add acpi_smmu_iort_probe_model for implNicolin Chen1-5/+10
2024-08-30iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQVNicolin Chen2-1/+16
2024-08-30iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQVNicolin Chen2-10/+17
2024-08-30iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_initNicolin Chen1-3/+3
2024-08-30iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmdNicolin Chen1-4/+6
2024-08-30iommu/arm-smmu-v3: Issue a batch of commands to the same cmdqNicolin Chen2-18/+31
2024-08-30spi: zynqmp-gqspi: Simplify with dev_err_probe()Jinjie Ruan1-12/+8
2024-08-30spi: zynqmp-gqspi: Use devm_spi_alloc_host()Jinjie Ruan1-12/+6
2024-08-30Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+5
2024-08-30soc: versatile: enable compile testingKrzysztof Kozlowski2-3/+3
2024-08-30soc: versatile: realview: fix soc_dev leak during device removeKrzysztof Kozlowski1-0/+13
2024-08-30soc: versatile: realview: fix memory leak during device removeKrzysztof Kozlowski1-4/+3
2024-08-30soc: versatile: integrator: fix OF node leak in probe() error pathKrzysztof Kozlowski1-0/+1
2024-08-30fs: drop GFP_NOFAIL mode from alloc_page_buffersMichal Hocko1-1/+1
2024-08-30drm: komeda: Fix an issue related to normalized zposhongchi.peng1-3/+7
2024-08-30iommu/io-pgtable-arm: Optimise non-coherent unmapAshish Mhetre1-14/+17
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe4-0/+43
2024-08-30spi: spi-ppc4xx: Remove duplicate included header file linux/platform_device.hHongbo Li1-1/+0
2024-08-30spi: intel: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-08-30drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang1-0/+18
2024-08-30drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang1-1/+1
2024-08-30drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang1-0/+14
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-5/+4
2024-08-30crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu1-7/+7
2024-08-30crypto: img-hash - use devm_clk_get_enabled() helpersChunhai Guo1-18/+3
2024-08-30crypto: atmel - use devm_clk_get_prepared() helpersChunhai Guo2-23/+7
2024-08-30hwrng: rockchip - handle devm_pm_runtime_enable errorsMartin Kaiser1-1/+3
2024-08-30hwrng: rockchip - rst is used only during probeMartin Kaiser1-7/+6
2024-08-30hwrng: mxc-rnga - Use devm_clk_get_enabled() helpersHuan Yang1-13/+3
2024-08-30crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()Yue Haibing1-1/+0
2024-08-30crypto: amlogic - Remove unused declaration meson_enqueue()Yue Haibing1-2/+0
2024-08-30crypto: ccp - Remove unused declaration sp_get_master()Yue Haibing1-1/+0
2024-08-30crypto: octeontx - Remove unused declaration otx_cpt_callback()Yue Haibing1-1/+0
2024-08-30crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()Yue Haibing1-2/+0
2024-08-30crypto: safexcel - Remove unused declaration safexcel_ring_first_rptr()Yue Haibing1-1/+0
2024-08-30crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-08-30platform/x86: dell-smbios: Fix error path in dell_smbios_init()Aleksandr Mishin1-1/+4
2024-08-30drm/xe: Fix memory leak on xe_alloc_pf_queue failureNirmoy Das1-5/+3
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori3-0/+111