summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2026-06-10Input: remove changelogsElliot Tester1-9/+0
2026-06-07Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsingDmitry Torokhov1-2/+3
2026-06-07Input: ims-pcu - add response length checksDmitry Torokhov1-6/+81
2026-06-07Input: ims-pcu - fix DMA mapping violation in line setupDmitry Torokhov1-2/+7
2026-06-07Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug loggingDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - validate control endpoint typeDmitry Torokhov1-0/+6
2026-06-07Input: ims-pcu - fix race condition in reset_device sysfs callbackDmitry Torokhov1-0/+2
2026-06-07Input: ims-pcu - fix firmware leak in async updateDmitry Torokhov1-3/+2
2026-06-07Input: ims-pcu - fix type confusion in CDC union descriptor parsingDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - fix use-after-free and double-free in disconnectDmitry Torokhov1-2/+1
2026-06-07Input: ims-pcu - release data interface on disconnectDmitry Torokhov1-0/+1
2026-06-07Input: ims-pcu - fix logic error in packet resetDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - only expose sysfs attributes on control interfaceDmitry Torokhov1-0/+7
2026-06-07Input: atlas_btns - modernize the driverDmitry Torokhov1-54/+55
2026-06-01Merge tag 'v7.1-rc6' into nextDmitry Torokhov4-15/+63
2026-05-31Merge tag 'input-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+6
2026-05-31Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)13-22/+22
2026-05-22Input: ims-pcu - fix usb_free_coherent() size in ims_pcu_buffers_free()Thomas Fourier1-1/+1
2026-05-12Input: atlas - check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-01Input: pcap_keys - remove unused driverArnd Bergmann3-136/+0
2026-04-23Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-58/+139
2026-04-20Merge branch 'next' into for-linusDmitry Torokhov22-89/+166
2026-04-17Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-6/+29
2026-04-13MIPS/input: Move RB532 button to GPIO descriptorsLinus Walleij1-6/+29
2026-04-11Merge tag 'input-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+28
2026-04-08Input: uinput - take event lock when submitting FF request "event"Dmitry Torokhov1-0/+7
2026-04-08Input: ims-pcu - fix heap-buffer-overflow in ims_pcu_process_data()Seungjin Bae1-6/+26
2026-04-08Input: uinput - fix circular locking dependency with ff-coreMikhail Gavrilov1-7/+21
2026-04-01Input: aw86927 - add support for Awinic AW86938Griffin Kroah-Hartman1-8/+44
2026-04-01Input: aw86927 - respect vibration magnitude levelsGriffin Kroah-Hartman1-7/+7
2026-03-31Input: keyspan-remote - refactor endpoint lookupJohan Hovold1-20/+2
2026-03-18Input: atlas - convert ACPI driver to a platform oneRafael J. Wysocki1-10/+12
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov18-31/+27
2026-02-23Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum1-4/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook17-22/+22
2026-02-18Input: drv260x - fix unbalanced regulator_disable() callYauhen Kharuzhy1-0/+18
2026-02-18Input: drv260x - handle calibration timeoutYauhen Kharuzhy1-0/+13
2026-02-18Input: drv260x - add support for ACPI-enumerated devicesYauhen Kharuzhy1-0/+10
2026-02-18Input: drv260x - sort all #include alphabeticallyYauhen Kharuzhy1-3/+3
2026-02-18Input: drv260x - add I2C IDs for all device variantsYauhen Kharuzhy1-0/+3
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-55/+94
2026-01-21Input: gpio_decoder - don't use "proxy" headersAndy Shevchenko1-2/+3
2026-01-21Input: gpio_decoder - make use of the macros from bits.hAndy Shevchenko1-2/+2
2026-01-21Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep()Andy Shevchenko1-15/+15
2026-01-21Input: gpio_decoder - unify messages with help of dev_err_probe()Andy Shevchenko1-16/+10
2026-01-21Input: gpio_decoder - make use of device propertiesAndy Shevchenko1-5/+4
2026-01-08Input: twl4030 - fix warnings without CONFIG_OFAndreas Kemnade1-4/+3
2025-12-19Input: twl4030 - add TWL603x power buttonAndreas Kemnade1-5/+55
2025-12-19Input: palmas-pwrbutton - replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1