summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-13nvmet: do not copy beyond sybsysnqn string lengthShin'ichiro Kawasaki-1/+1
2026-01-13PCI/portdrv: Use bus-type functionsUwe Kleine-König-7/+6
2026-01-13PCI/portdrv: Don't check for valid device and driver in bus callbacksUwe Kleine-König-6/+0
2026-01-13nvme/host: fixup some typosWilfred Mallawa-2/+3
2026-01-13PCI/portdrv: Move pcie_port_bus_type to pcie source fileUwe Kleine-König-22/+20
2026-01-13PCI/portdrv: Don't check for the driver's and device's busUwe Kleine-König-8/+2
2026-01-13PCI/portdrv: Drop empty shutdown callbackUwe Kleine-König-12/+0
2026-01-13PCI/portdrv: Fix potential resource leakUwe Kleine-König-3/+3
2026-01-13pinctrl: lynxpoint: Convert to use intel_gpio_add_pin_ranges()Andy Shevchenko-16/+11
2026-01-13pinctrl: baytrail: Convert to use intel_gpio_add_pin_ranges()Andy Shevchenko-18/+23
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach-2/+7
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui-1/+1
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman-8/+17
2026-01-13ice: initialize ring_stats->syncpJacob Keller-0/+4
2026-01-13remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by LinuxMukesh Ojha-5/+43
2026-01-13remoteproc: pas: Extend parse_fw callback to fetch resources via SMC callMukesh Ojha-2/+57
2026-01-13firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource tableMukesh Ojha-0/+172
2026-01-13firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEEMukesh Ojha-1/+31
2026-01-13firmware: qcom_scm: Refactor qcom_scm_pas_init_image()Mukesh Ojha-25/+33
2026-01-13firmware: qcom_scm: Add a prep version of auth_and_reset functionMukesh Ojha-0/+47
2026-01-13soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbolsMukesh Ojha-17/+5
2026-01-13soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() functionMukesh Ojha-19/+36
2026-01-13remoteproc: pas: Replace metadata context with PAS context structureMukesh Ojha-17/+33
2026-01-13firmware: qcom_scm: Introduce PAS context allocator helper functionMukesh Ojha-0/+34
2026-01-13firmware: qcom_scm: Rename peripheral as pas_idMukesh Ojha-15/+15
2026-01-13firmware: qcom_scm: Remove redundant piece of codeMukesh Ojha-2/+0
2026-01-13PCI: Add PCI_BRIDGE_NO_ALIAS quirk for ASPEED AST1150Nirmoy Das-0/+12
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-9/+13
2026-01-13i2c: synquacer: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko-1/+2
2026-01-13i2c: st: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko-1/+2
2026-01-13i2c: rk3x: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko-6/+6
2026-01-13i2c: nomadik: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko-3/+4
2026-01-13i2c: mt65xx: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko-5/+6
2026-01-13i2c: mlxbf: Use HZ_PER_GHZ constant instead of custom oneAndy Shevchenko-3/+2
2026-01-13i3c: dw: Preserve DAT entry bits when restoring addressesAdrian Ng Ho Yin-4/+9
2026-01-13i3c: dw: use FIELD_PREP for device address table macrosAdrian Ng Ho Yin-2/+4
2026-01-13i3c: dw: Add support for Device NACK Retry configurationAdrian Ng Ho Yin-0/+40
2026-01-13i3c: add sysfs entry and attribute for Device NACK Retry countAdrian Ng Ho Yin-0/+39
2026-01-13remoteproc: imx_rproc: Add support for i.MX95Peng Fan-0/+22
2026-01-13remoteproc: imx_rproc: Add support for System Manager CPU APIPeng Fan-2/+33
2026-01-13remoteproc: imx_rproc: Add support for System Manager LMM APIPeng Fan-0/+171
2026-01-13remoteproc: imx_rproc: Introduce prepare ops for imx_rproc_dcfgPeng Fan-0/+6
2026-01-13remoteproc: imx_rproc: Add runtime ops copy to support dynamic behaviorPeng Fan-14/+13
2026-01-13drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MSTImre Deak-42/+6
2026-01-13drm/i915/dp: Simplify eDP vs. DP compressed BPP computationImre Deak-30/+2
2026-01-13drm/i915/dp: Unify computing compressed BPP for DP-SST and eDPImre Deak-8/+13
2026-01-13drm/i915/dp: Simplify computing forced DSC BPP for DP-SSTImre Deak-10/+4
2026-01-13drm/i915/dp: Simplify computing DSC BPPs for DP-SSTImre Deak-21/+8