summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-08-03HID: pidff: fix OOB write when hid->inputs is emptyBaul Lee
2026-08-03HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USBStuart Hayhurst
2026-08-03HID: logitech-hidpp: Add support for G502 X Plus USB mouseStuart Hayhurst
2026-08-03HID: nintendo: fix rumble starved by the input report cadence gateAlexandre Derumier
2026-08-03HID: magicmouse: do not keep a stale msc->input if no input is claimedJose Villaseñor Montfort
2026-08-03HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()Ibrahim Hashimov
2026-08-03HID: amd_sfh: clear hid_sensor_hubs entry on probe failureChen Changcheng
2026-08-03HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort
2026-08-03HID: rmi: check report length before trimming sentinel bytesPengpeng Hou
2026-08-03HID: corsair-void: Check size of status and firmware events before reading themStuart Hayhurst
2026-08-03HID: intel-thc-hid: intel-quickspi: validate report size before copyHyeongJun An
2026-08-03HID: synchronize input before cleaning up a failed probeYousef Alhouseen
2026-08-03HID: amd_sfh: return an error when response wait times outPengpeng Hou
2026-08-03HID: asus: add i2c entry for FA808UM and other TUFsDenis Benato
2026-08-03HID: i2c-hid: Refactor _DSM helper and add i2c-hid-acpi-prp0001 driver谢致邦 (XIE Zhibang)
2026-08-03HID: core: Expose id attributes in sysfsVicki Pfau
2026-08-03HID: logitech-hidpp: Fix FF device cleanup on init failureHaoxiang Li
2026-08-03HID: asus: fix a off-by-one in mcu_parse_version_string() validationDenis Benato
2026-08-03HID: asus: remove extraneous OOM errorDenis Benato
2026-08-03HID: asus: refactor the two workqueues and init sequenceDenis Benato
2026-08-03Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang
2026-08-03HID: mcp2221: validate report size in mcp2221_raw_event()Jiangshan Yi
2026-08-03HID: mcp2221: clear rxbuf after I2C/SMBus transfer completesJiangshan Yi
2026-08-03HID: mcp2221: stop device IO before hid_hw_stopJiangshan Yi
2026-08-03cxl: Use %pe to print error pointersShaikh Kamaluddin
2026-08-03HID: nintendo: stop device IO before hid_hw_stop on probe failureJiangshan Yi
2026-08-03HID: ft260: fix stack-use-after-return write in I2C read raceRaman Varabets
2026-08-03HID: ft260: fix SMBus block read protocol handlingRaman Varabets
2026-08-03PCI: dwc: ep: Fix unmap potentially unmapping the wrong iATUNiklas Cassel
2026-08-03platform: arm64: qcom-hamoa-ec: reject incomplete responsesLinmao Li
2026-08-03platform/x86: samsung-galaxybook: Add SAMB430 device IDRiccardo Squarcialupi
2026-08-03PCI: dwc: ep: Flush cached MSI write before unmapping the iATUNiklas Cassel
2026-08-03misc: pci_endpoint_test: Fail doorbell test when the trigger IRQ is missedNiklas Cassel
2026-08-03platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driverDave Carey
2026-08-03 misc: pci_endpoint_test: Check SUCCESS bit for doorbell statusNiklas Cassel
2026-08-03platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10Dave Carey
2026-08-03dm-integrity: replace forgeable discard filler with a keyed sector markerShukai Ni
2026-08-03regulator: ab8500: Remove stale expand_register kernel-doc entryBabanpreet Singh
2026-08-03usb: quirks: Add ShanWan gamepad to quirk listIshaan Dandekar
2026-08-03usb: hub: Split announce_device() to log device identity before enumerationNikhil Solanke
2026-08-03usb: core: Add quirk for 255-bytes initial config readNikhil Solanke
2026-08-03usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh
2026-08-03usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msgJiangshan Yi
2026-08-03usb: gadget: f_ncm: Use unsigned int for ndp_indexSonali Pradhan
2026-08-03usb: cdnsp: fix incorrect endian conversions for APB timeout registerPawel Laszczak
2026-08-03serial: imx: serialize imx_uart_ports[] lifetimeKarl Mehltretter
2026-08-03tty: clear cdev pointer after cdev_add() failureKarl Mehltretter
2026-08-03tty: skip cdev_del() when no cdev is registeredKarl Mehltretter
2026-08-03serial: core: clear freed pointers on uart_register_driver() failureKarl Mehltretter
2026-08-03serial: core: do fallible allocations before the console can be registeredKarl Mehltretter