index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
Input: edt-ft5x06 - show model name by sysfs
Dario Binacchi
1
-0
/
+12
2022-06-28
Input: edt-ft5x06 - set report rate by dts property
Dario Binacchi
1
-0
/
+23
2022-06-28
Input: edt-ft5x06 - get/set M12 report rate by sysfs
Dario Binacchi
1
-3
/
+6
2022-06-27
Input: usbtouchscreen - add driver_info sanity check
Johan Hovold
1
-0
/
+3
2022-06-27
Input: iqs7222 - remove support for RF filter
Jeff LaBundy
1
-7
/
+0
2022-06-27
Input: iqs7222 - handle reset during ATI
Jeff LaBundy
1
-3
/
+6
2022-06-27
Input: iqs7222 - acknowledge reset before writing registers
Jeff LaBundy
1
-3
/
+29
2022-06-27
Input: iqs7222 - protect volatile registers
Jeff LaBundy
1
-4
/
+14
2022-06-27
Input: iqs7222 - fortify slider event reporting
Jeff LaBundy
1
-38
/
+58
2022-06-27
Input: iqs7222 - correct slider event disable logic
Jeff LaBundy
1
-7
/
+9
2022-06-24
Input: applespi - avoid efivars API and invoke EFI services directly
Ard Biesheuvel
1
-28
/
+14
2022-06-22
Input: cyapa_gen6 - aligned "*" each line
Jiang Jian
1
-1
/
+1
2022-06-22
Input: gpio_mouse - fix typos in comments
Jiang Jian
1
-1
/
+1
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
Thomas Gleixner
2
-18
/
+2
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 2)
Thomas Gleixner
3
-29
/
+4
2022-06-07
Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
3
-3
/
+9
2022-06-07
Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_level_irq
Marius Hoch
1
-2
/
+2
2022-06-07
Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag
Mathias Nyman
1
-1
/
+6
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-2
/
+2
2022-06-03
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
6
-6
/
+6
2022-06-02
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
5
-133
/
+81
2022-05-31
Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regs
AngeloGioacchino Del Regno
1
-6
/
+9
2022-05-31
Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regs
AngeloGioacchino Del Regno
1
-11
/
+19
2022-05-31
Input: mtk-pmic-keys - use single update when configuring long press behavior
Dmitry Torokhov
1
-43
/
+28
2022-05-31
Input: mtk-pmic-keys - allow compiling with COMPILE_TEST
Dmitry Torokhov
1
-1
/
+1
2022-05-31
Input: raspberrypi-ts - add missing HAS_IOMEM dependency
Randy Dunlap
1
-0
/
+1
2022-05-31
Input: adp5588-keys - do not explicitly set device as wakeup source
Dmitry Torokhov
1
-8
/
+0
2022-05-31
Input: adp5588-keys - switch to using managed resources
Dmitry Torokhov
1
-67
/
+45
2022-05-31
Input: adp5588-keys - switch to using threaded interrupt
Dmitry Torokhov
1
-36
/
+45
2022-05-31
Input: adp5588-keys - drop CONFIG_PM guards
Dmitry Torokhov
1
-10
/
+3
2022-05-28
Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
22
-62
/
+2840
2022-05-27
Input: cros_ec_keyb - handle x86 detachable/convertible Chromebooks
Furquan Shaikh
1
-3
/
+18
2022-05-27
Input: cros_ec_keyb - switch to using generic device properties
Dmitry Torokhov
1
-22
/
+46
2022-05-27
Input: zinitix - rename defines ZINITIX_*
Linus Walleij
1
-56
/
+56
2022-05-27
Input: omap4-keypad - switch to using pm_runtime_resume_and_get()
Minghao Chi
1
-15
/
+11
2022-05-27
Merge tag 'v5.18' into next
Dmitry Torokhov
13
-40
/
+56
2022-05-27
Merge branch 'next' into for-linus
Dmitry Torokhov
22
-62
/
+2840
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-2
/
+2
2022-05-26
Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+1
2022-05-26
Input: stmfts - do not leave device disabled in stmfts_input_open
Dmitry Torokhov
1
-8
/
+8
2022-05-26
Input: gpio-keys - cancel delayed work only in case of GPIO
Lad Prabhakar
1
-1
/
+1
2022-05-21
Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
1
-12
/
+8
2022-05-21
Input: cypress_ps2 - fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-18
Merge branch 'ib/5.17-cros-ec-keyb' into next
Dmitry Torokhov
3
-26
/
+57
2022-05-18
Input: vmmouse - disable vmmouse before entering suspend mode
Zongmin Zhou
1
-0
/
+14
2022-05-18
Input: ili210x - use one common reset implementation
Marek Vasut
1
-12
/
+8
2022-05-18
Input: ili210x - fix reset timing
Marek Vasut
1
-2
/
+2
2022-05-17
Input: cros-ec-keyb - allow skipping keyboard registration
Stephen Boyd
1
-11
/
+18
2022-05-16
Input: psmouse-smbus - avoid flush_scheduled_work() usage
Tetsuo Handa
1
-2
/
+9
2022-05-16
Input: bcm-keypad - remove unneeded NULL check before clk_disable_unprepare
Wan Jiabing
1
-2
/
+1
[prev]
[next]