index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
Age
Commit message (
Expand
)
Author
Lines
2024-10-03
Input: max8997_haptic - use guard notation when acquiring mutex
Dmitry Torokhov
-10
/
+5
2024-10-03
Input: iqs7222 - use cleanup facility for fwnodes
Dmitry Torokhov
-16
/
+14
2024-10-03
Input: iqs626a - use cleanup facility for fwnodes
Dmitry Torokhov
-16
/
+6
2024-10-03
Input: iqs269a - use cleanup facility for fwnodes
Dmitry Torokhov
-6
/
+3
2024-10-03
Input: iqs269a - use guard notation when acquiring mutex
Dmitry Torokhov
-30
/
+16
2024-10-03
Input: ibm-panel - use guard notation when acquiring spinlock
Dmitry Torokhov
-4
/
+1
2024-10-03
Input: ideapad_slidebar - use guard notation when acquiring spinlock
Dmitry Torokhov
-17
/
+5
2024-10-03
Input: drv2667 - use guard notation when acquiring mutex
Dmitry Torokhov
-23
/
+21
2024-10-03
Input: drv2665 - use guard notation when acquiring mutex
Dmitry Torokhov
-23
/
+21
2024-10-03
Input: drv260x - use guard notation when acquiring mutex
Dmitry Torokhov
-26
/
+24
2024-10-03
Input: kxtj9 - use guard notation when acquiring mutex/disabling irq
Dmitry Torokhov
-10
/
+4
2024-10-03
Input: da7280 - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
-14
/
+12
2024-10-03
Input: cma3000_d0x - use guard notation when acquiring mutex
Dmitry Torokhov
-12
/
+4
2024-10-03
Input: cm109 - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
-88
/
+79
2024-10-03
Input: ati_remote2 - use guard notation when acquiring mutex
Dmitry Torokhov
-38
/
+19
2024-10-03
Input: ad714x - use guard notation when acquiring mutex
Dmitry Torokhov
-9
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-2
/
+2
2024-09-30
Input: correct typos in multiple comments across misc drivers
Shen Lichuan
-9
/
+9
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-09-24
Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-8
/
+43
2024-09-10
Input: ims-pcu - fix calling interruptible mutex
David Lechner
-1
/
+1
2024-09-09
treewide: correct the typo 'retun'
WangYuli
-1
/
+1
2024-09-05
Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into next
Dmitry Torokhov
-0
/
+686
2024-08-26
Input: wistron_btns - use kmemdup_array instead of kmemdup for multiple alloc...
Shen Lichuan
-2
/
+2
2024-08-24
Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+14
2024-08-04
Input: uinput - reject requests with unreasonable number of slots
Dmitry Torokhov
-0
/
+14
2024-07-19
Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-325
/
+204
2024-07-15
Input: bbnsm_pwrkey - fix missed key press after suspend
Jacky Bai
-0
/
+38
2024-07-15
Input: iqs269a - use device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+2
2024-07-15
Merge tag 'v6.10' into next
Dmitry Torokhov
-1
/
+0
2024-07-12
Input: yealink - simplify locking in sysfs attribute handling
Dmitry Torokhov
-52
/
+20
2024-07-12
Input: yealink - use driver core to instantiate device attributes
Dmitry Torokhov
-8
/
+3
2024-07-12
Input: ati-remote2 - use driver core to instantiate device attributes
Dmitry Torokhov
-33
/
+17
2024-07-11
Input: twl4030-pwrbutton - fix kernel-doc warning
Dmitry Torokhov
-2
/
+2
2024-07-04
Merge branch 'ib-mfd-input-regulator-6.11' into ibs-for-mfd-merged
Lee Jones
-0
/
+106
2024-06-28
input: Add onkey driver for Marvell 88PM886 PMIC
Karel Balej
-0
/
+106
2024-06-28
Input: cs40l50 - Add support for the CS40L50 haptic driver
James Ogletree
-0
/
+566
2024-06-20
Input: ims-pcu - switch to using cleanup functions
Dmitry Torokhov
-73
/
+62
2024-06-20
Input: ims-pcu - use driver core to instantiate device attributes
Dmitry Torokhov
-25
/
+28
2024-06-20
Input: ims-pcu - drop repeated "input" in error message
Javier Carrasco
-2
/
+1
2024-06-20
Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_by
Javier Carrasco
-1
/
+1
2024-06-11
Input: adxl34x - switch to using "guard" notation
Dmitry Torokhov
-41
/
+20
2024-06-11
Input: adxl34x - switch to using managed resources
Dmitry Torokhov
-53
/
+17
2024-06-11
Input: adxl34x - use input_set_capability()
Dmitry Torokhov
-19
/
+13
2024-06-11
Input: adxl34x - use device core to create driver-specific device attributes
Dmitry Torokhov
-8
/
+10
2024-06-09
Input: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-06-02
Input: misc - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-9
/
+9
2024-05-27
Merge tag 'v6.9' into next
Dmitry Torokhov
-18
/
+16
2024-05-24
Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-48
/
+91
2024-05-22
Merge branch 'next' into for-linus
Dmitry Torokhov
-48
/
+91
[prev]
[next]