aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
2026-08-14Merge branch 'next' into for-linusDmitry Torokhov8-71/+86
2026-08-12Input: elan_i2c - sort include statementsChen-Yu Tsai1-8/+8
2026-08-12Input: elan_i2c - optimize update speed for IC Type 0x19.Jingle Wu 吳金國4-9/+22
2026-08-04Input: synaptics_i2c - return 0 explicitly on successSang-Heon Jeon1-1/+1
2026-08-03Input: focaltech - use signed coordinates to prevent underflowDmitry Torokhov1-9/+8
2026-08-03Input: psmouse - use guard() for resource managementDmitry Torokhov1-19/+12
2026-08-03Input: psmouse - modernize PNP ID parsingDmitry Torokhov1-19/+20
2026-08-03Input: psmouse - clean up locking around disable_work_sync()Dmitry Torokhov1-5/+2
2026-08-03Input: psmouse - fix use-after-free during protocol disconnectDmitry Torokhov1-1/+12
2026-08-02Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packetRichard Davies1-1/+1
2026-07-22Input: byd - synchronize timer deletion before freeing private dataLinmao Li1-1/+1
2026-07-13Merge tag 'v7.2-rc3' into nextDmitry Torokhov1-3/+6
2026-07-02Input: maplemouse - set driver data before registering input deviceDmitry Torokhov1-1/+3
2026-06-29Input: maplemouse - fix NULL pointer dereference in open()Florian Fuchs1-2/+3
2026-06-26Input: synaptics - enable InterTouch on Dell Inspiron 3521Shashwat Agrawal1-0/+1
2026-06-22Input: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar1-6/+30
2026-05-31Merge tag 'v7.1-rc6' into nextDmitry Torokhov9-173/+102
2026-05-31Merge tag 'input-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-1/+10
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)3-3/+3
2026-05-13Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad E490Nicolás Bazaes1-0/+1
2026-04-29Input: elan_i2c - validate firmware size before useDmitry Torokhov1-0/+5
2026-04-23Input: elan_i2c - increase device reset wait timeout after update FWJingle Wu 吳金國1-1/+1
2026-04-23Input: elan_i2c - add ic type 0x19Jingle Wu 吳金國1-0/+3
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds12-1598/+24
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-0/+51
2026-04-19Merge branch 'next' into for-linusDmitry Torokhov26-1617/+43
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds3-171/+0
2026-04-08Input: logibm - remove driverDmitry Torokhov3-177/+0
2026-04-08Input: inport - remove driverDmitry Torokhov3-194/+0
2026-04-07Input: pc110pad - remove driverDmitry Torokhov3-171/+0
2026-04-04Merge tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+41
2026-03-30Input: synaptics_usb - refactor endpoint lookupJohan Hovold1-21/+2
2026-03-30Input: appletouch - refactor endpoint lookupJohan Hovold1-15/+6
2026-03-17input: trackpoint - Enable doubletap by default on capable devicesVishnu Sankar2-0/+51
2026-03-12Input: psmouse - remove dedicated kpsmoused workqueueDmitry Torokhov2-27/+7
2026-03-12Input: alps - use standard workqueue when registering supplemental deviceDmitry Torokhov2-8/+7
2026-03-12Input: psmouse - replace flush_workqueue() with disable_delayed_work_sync()Duoming Zhou1-1/+1
2026-03-12Input: hgpk - remove protocol supportDmitry Torokhov6-1156/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds19-20/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook19-20/+20
2026-02-18Input: bcm5974 - recover from failed mode switchLiam Mitchell1-1/+41
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov6-137/+105
2026-01-21Input: appletouch - fix potential race between resume and openDmitry Torokhov1-5/+4
2026-01-21Input: synaptics_i2c - switch to using managed resourcesDmitry Torokhov1-118/+90
2026-01-21Input: synaptics_i2c - guard polling restart in resumeMinseong Kim1-2/+5
2025-12-18Input: psmouse-smbus - add WQ_UNBOUND to alloc_workqueue userMarco Crivellari1-1/+1
2025-12-18Input: synaptics_i2c - replace use of system_wq with system_dfl_wqMarco Crivellari1-4/+4
2025-12-17Input: alps - fix use-after-free bugs caused by dev3_register_workDuoming Zhou1-0/+1
2025-12-13Input: cyapa - remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-4/+0
2025-12-08Input: byd - use %*ph for Z packet dumpVivek BalachandharTN1-4/+2