index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
HID: pidff: fix OOB write when hid->inputs is empty
Baul Lee
1
-3
/
+10
2026-06-16
Merge branch 'for-7.2/core' into for-linus
Jiri Kosina
3
-17
/
+30
2026-06-10
HID: pidff: Use correct effect type in effect update
Oleg Makarenko
1
-1
/
+1
2026-05-12
HID: pidff: Fix integer overflow in pidff_rescale
Tomasz Pakuła
1
-2
/
+5
2026-05-12
HID: core: introduce hid_safe_input_report()
Benjamin Tissoires
1
-5
/
+6
2026-05-12
HID: usbhid: replace strlcat with better alternatives
Mahad Ibrahim
3
-17
/
+30
2026-04-16
Merge branch 'for-7.1/pidff' into for-linus
Jiri Kosina
2
-19
/
+47
2026-04-16
Merge branch 'for-7.1/core-v2' into for-linus
Jiri Kosina
5
-13
/
+11
2026-04-09
HID: usbhid: refactor endpoint lookup
Johan Hovold
1
-5
/
+3
2026-04-09
HID: usbhid: fix deadlock in hid_post_reset()
Oliver Neukum
1
-1
/
+1
2026-03-06
Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+7
2026-02-26
HID: pidff: Add MISSING_DEADBAND quirk
Tomasz Pakuła
2
-3
/
+12
2026-02-26
HID: pidff: Add MISSING_NEG_SATURATION quirk
Tomasz Pakuła
2
-4
/
+13
2026-02-26
HID: pidff: Add MISSING_NEG_COEFFICIENT quirk
Tomasz Pakuła
2
-2
/
+12
2026-02-26
HID: pidff: Refactor field quirks detection
Tomasz Pakuła
1
-12
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-8
/
+8
2026-02-21
HID: pidff: Fix condition effect bit clearing
Tomasz Pakuła
1
-4
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-8
/
+8
2026-01-10
HID: pidff: Do not set out of range trigger button
Tomasz Pakuła
1
-3
/
+13
2025-12-19
HID: usbhid: paper over wrong bNumDescriptor field
Benjamin Tissoires
1
-1
/
+16
2025-11-18
HID: pidff: Fix needs_playback check
Tomasz Pakuła
1
-2
/
+2
2025-09-12
HID: pidff: Fix possible null pointer dereference
Tomasz Pakuła
1
-5
/
+10
2025-08-15
HID: pidff: Reduce PID_EFFECT_OPERATION spam
Tomasz Pakuła
1
-8
/
+28
2025-08-15
HID: pidff: clang-format pass
Tomasz Pakuła
1
-29
/
+26
2025-08-15
HID: pidff: Define all cardinal directions
Tomasz Pakuła
1
-2
/
+6
2025-08-15
HID: pidff: Remove Anssi's email address from info msg
Tomasz Pakuła
1
-1
/
+1
2025-08-15
HID: pidff: PERMISSIVE_CONTROL quirk autodetection
Tomasz Pakuła
1
-3
/
+11
2025-08-15
HID: pidff: Separate check for infinite duration
Tomasz Pakuła
1
-5
/
+6
2025-08-15
HID: pidff: Rework pidff_upload_effect
Tomasz Pakuła
1
-128
/
+115
2025-08-15
HID: pidff: Update debug messages
Tomasz Pakuła
1
-4
/
+11
2025-08-15
HID: pidff: Add support for AXES_ENABLE field
Tomasz Pakuła
1
-4
/
+87
2025-08-15
HID: pidff: Simplify HID field/usage searching logic
Tomasz Pakuła
1
-43
/
+62
2025-08-15
HID: pidff: Better quirk assigment when searching for fields
Tomasz Pakuła
1
-41
/
+18
2025-08-15
HID: pidff: Treat PID_REQUIRED_REPORTS as count, not max
Tomasz Pakuła
1
-2
/
+2
2025-08-15
HID: pidff: Use ARRAY_SIZE macro instead of sizeof
Tomasz Pakuła
1
-23
/
+23
2025-08-15
HID: pidff: Remove unneeded debug
Tomasz Pakuła
1
-4
/
+0
2025-08-15
HID: pidff: Remove unhelpful pidff_set_actuators helper
Tomasz Pakuła
1
-11
/
+1
2025-08-15
HID: pidff: Use direction fix only for conditional effects
Tomasz Pakuła
2
-6
/
+24
2025-07-31
Merge branch 'for-6.17/pidff' into for-linus
Jiri Kosina
2
-25
/
+24
2025-06-10
HID: pidff: Move else if statements to follow closing braces
Tomasz Pakuła
1
-4
/
+2
2025-06-10
HID: pidff: Add missing spaces
Tomasz Pakuła
1
-5
/
+5
2025-06-10
HID: pidff: Move trailing statements in pidff_rescale_signed()
Tomasz Pakuła
1
-2
/
+4
2025-06-10
HID: pidff: Remove unneeded else in pidff_find_special_field()
Tomasz Pakuła
1
-4
/
+3
2025-06-10
HID: pidff: Use __func__ in debugs
Tomasz Pakuła
1
-2
/
+2
2025-06-10
HID: pidff: Rework pidff_set_time() to fix warnings
Tomasz Pakuła
1
-2
/
+2
2025-06-10
HID: pidff: Remove unneeded debug from pidff_clamp()
Tomasz Pakuła
1
-3
/
+1
2025-06-10
HID: pidff: Fix missing blank lines after declarations
Tomasz Pakuła
1
-1
/
+4
2025-06-10
HID: hid-pidff.h: Fix comment styling
Tomasz Pakuła
1
-2
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-03
Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+14
[next]