aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds3-0/+97
13 daysMerge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-1/+3
2026-08-18Merge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski1-2/+8
2026-08-14Merge branch 'next' into for-linusDmitry Torokhov14-10/+547
2026-08-14Input: misc: Add AMD SFH tablet-mode switch driverBasavaraj Natikar3-0/+97
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+8
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-nextBartosz Golaszewski2-1/+3
2026-07-24Input: cs40l50-vibra - validate custom data from user spaceHyeongJun An1-2/+8
2026-07-24Input: soc_button_array - select CONFIG_GPIOLIB_LEGACYArnd Bergmann2-1/+3
2026-07-13Merge tag 'v7.2-rc3' into nextDmitry Torokhov10-10/+0
2026-07-04Input: ims-pcu - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)10-10/+0
2026-06-26Input: isa1200 - new driver for Imagis ISA1200Linus Walleij3-0/+546
2026-06-10Input: remove changelogsElliot Tester1-9/+0
2026-06-06Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsingDmitry Torokhov1-2/+3
2026-06-06Input: ims-pcu - add response length checksDmitry Torokhov1-6/+81
2026-06-06Input: ims-pcu - fix DMA mapping violation in line setupDmitry Torokhov1-2/+7
2026-06-06Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug loggingDmitry Torokhov1-1/+1
2026-06-06Input: ims-pcu - validate control endpoint typeDmitry Torokhov1-0/+6
2026-06-06Input: ims-pcu - fix race condition in reset_device sysfs callbackDmitry Torokhov1-0/+2
2026-06-06Input: ims-pcu - fix firmware leak in async updateDmitry Torokhov1-3/+2
2026-06-06Input: ims-pcu - fix type confusion in CDC union descriptor parsingDmitry Torokhov1-1/+1
2026-06-06Input: ims-pcu - fix use-after-free and double-free in disconnectDmitry Torokhov1-2/+1
2026-06-06Input: ims-pcu - release data interface on disconnectDmitry Torokhov1-0/+1
2026-06-06Input: ims-pcu - fix logic error in packet resetDmitry Torokhov1-1/+1
2026-06-06Input: ims-pcu - only expose sysfs attributes on control interfaceDmitry Torokhov1-0/+7
2026-06-06Input: atlas_btns - modernize the driverDmitry Torokhov1-54/+55
2026-05-31Merge 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/git/dtor/inputLinus Torvalds2-2/+6
2026-05-30Input: 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-04-30Input: pcap_keys - remove unused driverArnd Bergmann3-136/+0
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-58/+139
2026-04-19Merge 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/git/dtor/inputLinus 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-07Input: 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-30Input: keyspan-remote - refactor endpoint lookupJohan Hovold1-20/+2
2026-03-17Input: 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-22Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum1-4/+1
2026-02-21Convert '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-17Input: drv260x - fix unbalanced regulator_disable() callYauhen Kharuzhy1-0/+18