summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-02-232-1/+5
|\
| * Merge tag 'v5.11' into nextDmitry Torokhov2021-02-235-11/+85
| |\
| * | Input: i8042 - add ASUS Zenbook Flip to noselftest listMarcos Paulo de Souza2021-02-191-0/+4
| * | Input: add missing dependencies on CONFIG_HAS_IOMEMDmitry Torokhov2021-02-191-1/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-222-5/+2
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-linusRussell King2021-02-221-2/+1
| |\ \ \
| | * | | amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
| * | | | ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König2021-02-011-3/+1
| |/ / /
* | | | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-211-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-211-1/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-02-061-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Input: i8042 - unbreak Pegatron C15BAlexey Dobriyan2021-01-041-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-162-2/+2
|\| | | | |/ / |/| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2020-12-1510-139/+6
| |\|
| | * Input: parkbd - convert comma to semicolonZheng Yongjun2020-12-111-1/+1
| | * Input: libps2 - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-1/+1
| | * Merge tag 'v5.9' into nextDmitry Torokhov2020-11-189-137/+27
| | |\
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-121-0/+42
|\| | |
| * | | Input: i8042 - add Acer laptops to the i8042 reset listChris Chiu2020-12-101-0/+42
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-062-1/+6
|\| | |
| * | | Input: i8042 - add ByteSpeed touchpad to noloop tablePo-Hsu Lin2020-12-011-0/+4
| * | | Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng2020-11-251-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-11-171-1/+11
|\| | |
| * | | Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede2020-10-271-1/+11
* | | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-252-7/+22
|\ \ \ \
| * | | | hil/parisc: Disable HIL driver when it gets stuckHelge Deller2020-10-222-7/+22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-241-6/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'next' into for-linusDmitry Torokhov2020-10-191-6/+3
| |\| |
| | * | Input: sun4i-ps2 - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-6/+3
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng2020-09-281-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-031-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Input: i8042 - add nopnp quirk for Acer Aspire 5 A515Jiri Kosina2020-09-291-0/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-09-201-0/+16
|\| | | | |/ / |/| |
| * | Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede2020-09-091-0/+16
| |/
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-161-2/+0
|\ \
| * | input: i8042 - Remove special Cayman handlingGeert Uytterhoeven2020-08-151-2/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-08-112-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' into nextDmitry Torokhov2020-07-221-0/+7
| |\ \
| * | | Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-072-2/+2
* | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \
| * | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \
| * | | | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| |/ / / /
* | | | | Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds2020-08-032-72/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | input: i8042: remove support for 8042-unicore32ioMike Rapoport2020-07-012-72/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-07-141-0/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux listDavid Pedersen2020-07-071-0/+7
| |/
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1