summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-04-08scsi: mpi3mr: Fix typoClaudiu Beznea-1/+1
2026-04-08net: bcmasp: Switch to page pool for RX pathFlorian Fainelli-23/+115
2026-04-08net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOGEric Dumazet-3/+3
2026-04-08net: phy: realtek: get rid of magic numbers in rtl8201_config_intr()Aleksander Jan Bajkowski-3/+12
2026-04-08net: txgbe: leave space for null terminators on property_entryFabio Baltieri-4/+4
2026-04-08scsi: sd: fix missing put_disk() when device_add(&disk_dev) failsYang Xiuwei-0/+1
2026-04-08clk: qcom: gcc: Add multiple global clock controller driver for Nord SoCTaniya Das-0/+6197
2026-04-08clk: qcom: rpmh: Add support for Nord rpmh clocksPrasanna Tolety-0/+20
2026-04-08clk: qcom: Add TCSR clock driver for Nord SoCTaniya Das-0/+345
2026-04-08Merge tag 'wireless-2026-04-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-2/+7
2026-04-08scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFCLi Tian-11/+21
2026-04-08net: mdio: realtek-rtl9300: use scoped device_for_each_child_node loopFelix Gu-2/+1
2026-04-08scsi: iscsi_tcp: Remove unneeded selections of CRYPTO and CRYPTO_MD5Eric Biggers-2/+0
2026-04-09HID: sony: add battery status support for Rock Band 4 PS5 guitarsRosalie Wanders-1/+39
2026-04-09HID: sony: fix style issuesRosalie Wanders-43/+34
2026-04-09HID: quirks: update hid-sony supported devicesRosalie Wanders-7/+39
2026-04-09HID: sony: add support for more instrumentsRosalie Wanders-47/+253
2026-04-08PCI: tegra194: Add core monitor clock supportVidya Sagar-0/+16
2026-04-08PCI: tegra194: Enable hardware hot reset mode in Endpoint modeVidya Sagar-0/+2
2026-04-08PCI: tegra194: Enable DMA interruptVidya Sagar-0/+18
2026-04-08PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registrationVidya Sagar-1/+1
2026-04-08PCI: tegra194: Calibrate pipe to UPHY for Endpoint modeVidya Sagar-0/+3
2026-04-08PCI: tegra194: Assert CLKREQ# explicitly by defaultVidya Sagar-0/+2
2026-04-08PCI: tegra194: Fix CBB timeout caused by DBI access before core power-onManikanta Maddireddy-4/+4
2026-04-08PCI: tegra194: Disable L1.2 capability of Tegra234 EPVidya Sagar-0/+19
2026-04-08PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as wellManikanta Maddireddy-8/+8
2026-04-08PCI: tegra194: Use DWC IP core versionManikanta Maddireddy-2/+4
2026-04-08PCI: tegra194: Free up Endpoint resources during remove()Vidya Sagar-0/+2
2026-04-08PCI: tegra194: Allow system suspend when the Endpoint link is not upVidya Sagar-6/+25
2026-04-08PCI: tegra194: Set LTR message request before PCIe link up in Endpoint modeVidya Sagar-9/+9
2026-04-08PCI: tegra194: Disable direct speed change for Endpoint modeVidya Sagar-0/+4
2026-04-08PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"Vidya Sagar-3/+3
2026-04-08PCI: tegra194: Disable PERST# IRQ only in Endpoint modeManikanta Maddireddy-1/+2
2026-04-08PCI: tegra194: Don't force the device into the D0 state before L2Vidya Sagar-41/+0
2026-04-08PCI: tegra194: Disable LTSSM after transition to Detect on surprise link downManikanta Maddireddy-13/+16
2026-04-09Merge tag 'drm-rust-next-2026-04-06' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie-58/+91
2026-04-08Merge tag 'hid-for-linus-2026040801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+42
2026-04-08PCI: tegra194: Increase LTSSM poll time on surprise link downManikanta Maddireddy-15/+21
2026-04-08PCI: tegra194: Fix polling delay for L2 stateVidya Sagar-5/+4
2026-04-08bpf: Add fix for Trust Philips SPK6327 (145f:024b) modifier keysmuhammed Rishal-0/+49
2026-04-08HID: bpf: Add support for the Huion KeyDial K20 over bluetoothBenjamin Tissoires-0/+492
2026-04-08HID: bpf: add a BPF to get the touchpad typeBenjamin Tissoires-0/+90
2026-04-08hid: bpf: hid_bpf_helpers: add helper for having read/write udev propertiesBenjamin Tissoires-0/+38
2026-04-08HID: bpf: handle injected report descriptor in HID-BPFBenjamin Tissoires-0/+3026
2026-04-08HID: bpf: add helper macros for LE/BE conversionPeter Hutterer-0/+67
2026-04-08HID: bpf: hid_bpf_helpers: provide a cleanup functionsBenjamin Tissoires-18/+98
2026-04-08HID: bpf: fix some signed vs unsigned compiler warningsPeter Hutterer-4/+5
2026-04-08selftests: pci_endpoint: Skip BAR subrange test on -ENOSPCChristian Bruel-1/+5
2026-04-08nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()Maurizio Lombardi-30/+7
2026-04-08nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi-22/+29