aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-91/+170
2018-07-30Input: pm8941-pwrkey - add resin entryVinod Koul1-0/+8
2018-07-30Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul1-13/+49
2018-07-27Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()Jia-Ju Bai1-2/+2
2018-07-27Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buffers()Jia-Ju Bai1-1/+1
2018-07-27Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()Jia-Ju Bai1-1/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+165
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-3/+3
2018-06-12Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov1-74/+109
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-12Input: xen-kbdfront - allow better run-time configurationOleksandr Andrushchenko1-71/+106
2018-06-12Input: xen-kbdfront - fix multi-touch XenStore node's locationsOleksandr Andrushchenko1-4/+4
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2018-06-04Input: add Spreadtrum vibrator driverXiaotong Lu3-0/+165
2018-05-24Merge tag 'v4.17-rc6' into nextDmitry Torokhov3-304/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-15Input: ati_remote2 - fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+104
2018-03-26input: misc: remove blackfin rotary driverArnd Bergmann3-304/+0
2018-03-08Input: add RAVE SP Powerbutton driverAndrey Smirnov3-0/+104
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-2/+2
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-244/+10
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov8-244/+10
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+5
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall2-10/+4
2018-01-16Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman3-5/+0
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman1-2/+1
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani1-2/+2
2018-01-08Input: twl6040-vibra - fix child-node lookupJohan Hovold1-2/+1
2018-01-08Input: twl4030-vibra - fix sibling-node lookupJohan Hovold1-2/+4
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+1
2018-01-02Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko1-2/+0
2018-01-01Input: tps65218-pwrbutton - fix a spelling mistake in KconfigZhuohua Li1-1/+1
2018-01-01Input: gpio_tilt - delete driverLinus Walleij3-225/+0
2018-01-01Input: uinput - use monotonic times for timestampsDeepa Dinamani1-1/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-2/+2
2017-11-26Input: ims-pcu - fix typo in the error messageZhen Lei1-1/+1
2017-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-136/+171
2017-11-10Input: uinput - unlock on allocation failure in ioctlDan Carpenter1-2/+4
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-23Input: uinput - fold header into the driver properDmitry Torokhov1-1/+39
2017-10-23Input: uinput - remove uinput_allocate_device()Dmitry Torokhov1-18/+10
2017-10-23Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov1-116/+115
2017-10-23Input: uinput - allow FF requests to time outDmitry Torokhov1-1/+5
2017-10-23Merge tag 'v4.14-rc6' into nextDmitry Torokhov3-21/+54
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+15