aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura1-2/+2
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner19-86/+19
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner4-52/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-3/+4
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov4-3/+4
2019-05-07Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-23Input: hyperv-keyboard - add module descriptionJoseph Salisbury1-0/+2
2019-04-23Input: olpc_apsp - depend on ARCH_MMPJean Delvare1-0/+1
2019-04-04Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov1-3/+0
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-11/+10
2019-03-03Merge branch 'next' into for-linusDmitry Torokhov1-11/+10
2019-02-18Input: i8042 - rework DT node name comparisonsRob Herring1-11/+10
2019-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2019-02-09Input: ps2-gpio - flush TX work when closing portDmitry Torokhov1-0/+1
2019-01-31Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-14/+0
2019-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2019-01-24Revert "Input: olpc_apsp - enable the SP clock"Lubomir Rintel1-14/+0
2019-01-16Input: olpc_apsp - assign priv->dev earlierLubomir Rintel1-1/+2
2019-01-14Merge tag 'v4.20' into for-linusDmitry Torokhov4-100/+107
2019-01-13Merge tag 'v4.20' into nextDmitry Torokhov6-110/+135
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-9/+20
2018-12-28Merge branch 'next' into for-linusDmitry Torokhov2-9/+20
2018-12-10parisc: Fix HP SDC hpa address outputHelge Deller1-2/+2
2018-12-10parisc: Fix serio address outputHelge Deller1-2/+2
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2018-12-03Input: olpc_apsp - remove set but not used variable 'np'YueHaibing1-2/+0
2018-11-15Input: olpc_apsp - enable the SP clockLubomir Rintel1-0/+14
2018-11-15Input: olpc_apsp - check FIFO status on open(), not probe()Lubomir Rintel1-7/+7
2018-11-15Input: olpc_apsp - drop CONFIG_OLPC dependencyLubomir Rintel1-1/+0
2018-11-15Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov1-1/+1
2018-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-22Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-1/+1
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputGreg Kroah-Hartman1-9/+20
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake1-9/+20
2018-10-01Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-97/+101
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-16/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+3