aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-14eth: bnxt: store rx buffer size per queuePavel Begunkov4-27/+38
2026-01-14net: add bare bone queue configsPavel Begunkov5-13/+29
2026-01-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski7-0/+378
2026-01-14drm/atomic: verify that gamma/degamma LUTs are not too bigDmitry Baryshkov1-2/+20
2026-01-14drm/atomic: add max_size check to drm_property_replace_blob_from_id()Dmitry Baryshkov3-17/+26
2026-01-14drm/mode_object: add drm_object_immutable_property_get_value()Dmitry Baryshkov1-0/+25
2026-01-13drm/nouveau/kms/nv50-: Assert we hold nv50_disp->lock in nv50_head_flush_*Lyude Paul1-0/+5
2026-01-13drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepareLyude Paul1-0/+1
2026-01-13ACPI: PM: s2idle: Add module parameter for LPS0 constraints checkingRafael J. Wysocki1-2/+6
2026-01-13nvme: expose active quirks in sysfsMaurizio Lombardi2-0/+77
2026-01-13nvmet: do not copy beyond sybsysnqn string lengthShin'ichiro Kawasaki1-1/+1
2026-01-13PCI/portdrv: Use bus-type functionsUwe Kleine-König1-7/+6
2026-01-13PCI/portdrv: Don't check for valid device and driver in bus callbacksUwe Kleine-König1-6/+0
2026-01-13nvme/host: fixup some typosWilfred Mallawa1-2/+3
2026-01-13PCI/portdrv: Move pcie_port_bus_type to pcie source fileUwe Kleine-König2-22/+20
2026-01-13PCI/portdrv: Don't check for the driver's and device's busUwe Kleine-König1-8/+2
2026-01-13PCI/portdrv: Drop empty shutdown callbackUwe Kleine-König1-12/+0
2026-01-13PCI/portdrv: Fix potential resource leakUwe Kleine-König1-3/+3
2026-01-13pinctrl: lynxpoint: Convert to use intel_gpio_add_pin_ranges()Andy Shevchenko1-16/+11
2026-01-13pinctrl: baytrail: Convert to use intel_gpio_add_pin_ranges()Andy Shevchenko1-18/+23
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
2026-01-13ice: initialize ring_stats->syncpJacob Keller1-0/+4
2026-01-13remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by LinuxMukesh Ojha1-5/+43
2026-01-13remoteproc: pas: Extend parse_fw callback to fetch resources via SMC callMukesh Ojha1-2/+57
2026-01-13firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource tableMukesh Ojha2-0/+172
2026-01-13firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEEMukesh Ojha1-1/+31
2026-01-13firmware: qcom_scm: Refactor qcom_scm_pas_init_image()Mukesh Ojha1-25/+33
2026-01-13firmware: qcom_scm: Add a prep version of auth_and_reset functionMukesh Ojha1-0/+47
2026-01-13soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbolsMukesh Ojha1-17/+5
2026-01-13soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() functionMukesh Ojha2-19/+36
2026-01-13remoteproc: pas: Replace metadata context with PAS context structureMukesh Ojha3-17/+33
2026-01-13firmware: qcom_scm: Introduce PAS context allocator helper functionMukesh Ojha1-0/+34
2026-01-13firmware: qcom_scm: Rename peripheral as pas_idMukesh Ojha1-15/+15
2026-01-13firmware: qcom_scm: Remove redundant piece of codeMukesh Ojha1-2/+0
2026-01-13PCI: Add PCI_BRIDGE_NO_ALIAS quirk for ASPEED AST1150Nirmoy Das2-0/+12
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-9/+13
2026-01-13i2c: synquacer: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko1-1/+2
2026-01-13i2c: st: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko1-1/+2
2026-01-13i2c: rk3x: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko1-6/+6
2026-01-13i2c: nomadik: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko1-3/+4
2026-01-13i2c: mt65xx: Use HZ_PER_GHZ constant instead of plain numberAndy Shevchenko1-5/+6
2026-01-13i2c: mlxbf: Use HZ_PER_GHZ constant instead of custom oneAndy Shevchenko1-3/+2
2026-01-13i3c: dw: Preserve DAT entry bits when restoring addressesAdrian Ng Ho Yin1-4/+9
2026-01-13i3c: dw: use FIELD_PREP for device address table macrosAdrian Ng Ho Yin1-2/+4
2026-01-13i3c: dw: Add support for Device NACK Retry configurationAdrian Ng Ho Yin1-0/+40
2026-01-13i3c: add sysfs entry and attribute for Device NACK Retry countAdrian Ng Ho Yin1-0/+39