summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-03HID: logitech-hidpp: add HID++ 2.0 reprogrammable button supportElliot Douglas1-0/+205
2026-08-03ASoC: spacemit: Drop redundant error messagesbui duc phuc1-2/+2
2026-08-03doc:it_IT: align doc-guide translationFederico Vaga7-180/+757
2026-08-03HID: nintendo: register input device after capabilities are setJiangshan Yi1-4/+4
2026-08-03HID: Intel-thc-hid: Intel-quicki2c: Support full I2C BUS config parametersEven Xu2-31/+29
2026-08-03HID: Intel-thc-hid: Intel-thc: Refactor I2C bus configuration with unified co...Even Xu3-27/+68
2026-08-03HID: sony: clean up device list on probe failureDoruk Tan Ozturk1-16/+17
2026-08-03Docs/translations/it_IT: sync changes.rst requirementsDoehyun Baek1-45/+73
2026-08-03HID: core: fix OOB read of field->usage in hid_set_field()Baul Lee1-2/+3
2026-08-03HID: pidff: fix OOB write when hid->inputs is emptyBaul Lee1-3/+10
2026-08-03HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USBStuart Hayhurst1-2/+0
2026-08-03HID: logitech-hidpp: Add support for G502 X Plus USB mouseStuart Hayhurst1-0/+2
2026-08-03Documentation: fix "readng" typo in EDAC memory-repair ABI doc岳秉坤1-1/+1
2026-08-03perf pmu-events: Fix typo in idle-cycles-frontend descriptionPu Hu2-182/+182
2026-08-03docs: kdoc_parser: drop extraneous blank line in warning messageRandy Dunlap1-3/+3
2026-08-03docs: ipmi: fix word order in create-user descriptionLukasz Tymoszczuk1-1/+1
2026-08-03docs: kernel-parameters: Remove smsc-ircc2 IrDA parametersAnuj Bolewar1-11/+0
2026-08-03HID: nintendo: fix rumble starved by the input report cadence gateAlexandre Derumier1-1/+38
2026-08-03MAINTAINERS: docs: add reviewerRandy Dunlap1-0/+1
2026-08-03HID: magicmouse: do not keep a stale msc->input if no input is claimedJose Villaseñor Montfort1-0/+10
2026-08-03HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()Ibrahim Hashimov1-1/+6
2026-08-03HID: amd_sfh: clear hid_sensor_hubs entry on probe failureChen Changcheng1-0/+1
2026-08-03HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort1-5/+20
2026-08-03HID: rmi: check report length before trimming sentinel bytesPengpeng Hou1-1/+1
2026-08-03HID: corsair-void: Check size of status and firmware events before reading themStuart Hayhurst1-0/+17
2026-08-03HID: intel-thc-hid: intel-quickspi: validate report size before copyHyeongJun An3-1/+12
2026-08-03HID: synchronize input before cleaning up a failed probeYousef Alhouseen1-0/+2
2026-08-03perf ftrace: Fix leak in parse_filter_eventMichail Tatas1-2/+3
2026-08-03HID: amd_sfh: return an error when response wait times outPengpeng Hou1-7/+8
2026-08-03HID: asus: add i2c entry for FA808UM and other TUFsDenis Benato1-0/+3
2026-08-03HID: i2c-hid: Refactor _DSM helper and add i2c-hid-acpi-prp0001 driver谢致邦 (XIE Zhibang)4-39/+152
2026-08-03HID: core: Expose id attributes in sysfsVicki Pfau1-1/+44
2026-08-03HID: logitech-hidpp: Fix FF device cleanup on init failureHaoxiang Li1-7/+16
2026-08-03HID: asus: fix a off-by-one in mcu_parse_version_string() validationDenis Benato1-1/+1
2026-08-03HID: asus: remove extraneous OOM errorDenis Benato1-3/+1
2026-08-03HID: asus: refactor the two workqueues and init sequenceDenis Benato1-106/+286
2026-08-03Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang2-11/+10
2026-08-03HID: mcp2221: validate report size in mcp2221_raw_event()Jiangshan Yi1-0/+7
2026-08-03HID: mcp2221: clear rxbuf after I2C/SMBus transfer completesJiangshan Yi1-2/+6
2026-08-03HID: mcp2221: stop device IO before hid_hw_stopJiangshan Yi1-0/+2
2026-08-03cxl: Use %pe to print error pointersShaikh Kamaluddin2-11/+10
2026-08-03HID: nintendo: stop device IO before hid_hw_stop on probe failureJiangshan Yi1-3/+4
2026-08-03HID: ft260: fix stack-use-after-return write in I2C read raceRaman Varabets1-1/+24
2026-08-03HID: ft260: fix SMBus block read protocol handlingRaman Varabets1-5/+40
2026-08-03Merge patch series "binfmt_misc: bind interpreters to a bpf-backed entry"Christian Brauner13-115/+1164
2026-08-03binfmt_misc: document interpreters bound by a 'B' entryChristian Brauner1-6/+60
2026-08-03selftests/exec: test interpreters bound to a 'B' entryChristian Brauner4-9/+349
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner5-59/+326
2026-08-03binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interpChristian Brauner1-32/+119
2026-08-03selftests/exec: share the bpf handler preconditionsChristian Brauner1-16/+27