index
:
pub/scm/linux/kernel/git/mark/linux.git
master
Mark Rutland's fork of linux.git
Mark Rutland
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
Merge branch 'for-7.3/core' into for-linus
Jiri Kosina
1
-7
/
+53
2026-08-14
HID: move generic FF initialization into hidinput_connect()
Dmitry Torokhov
1
-19
/
+2
2026-08-14
HID: core: automatically initialize generic FF if no other FF is present
Dmitry Torokhov
1
-1
/
+14
2026-08-03
HID: core: fix number/pointer type confusion on long items
Jann Horn
1
-0
/
+6
2026-08-03
HID: core: fix OOB read of field->usage in hid_set_field()
Baul Lee
1
-2
/
+3
2026-08-03
HID: synchronize input before cleaning up a failed probe
Yousef Alhouseen
1
-0
/
+2
2026-08-03
HID: core: Expose id attributes in sysfs
Vicki Pfau
1
-1
/
+44
2026-06-29
HID: core: Fix OOB read in hid_get_report for numbered reports
Lee Jones
1
-0
/
+7
2026-06-29
HID: core: quiesce input in hid_hw_stop() to prevent use-after-free
Philipp Weber
1
-0
/
+7
2026-05-18
HID: core: Fix size_t specifier in hid_report_raw_event()
Nathan Chancellor
1
-2
/
+2
2026-05-12
HID: core: introduce hid_safe_input_report()
Benjamin Tissoires
1
-0
/
+25
2026-05-12
HID: pass the buffer size to hid_report_raw_event
Benjamin Tissoires
1
-14
/
+28
2026-04-16
Merge branch 'for-7.1/lenovo-v2' into for-linus
Jiri Kosina
1
-0
/
+5
2026-04-13
HID: core: clamp report_size in s32ton() to avoid undefined shift
Greg Kroah-Hartman
1
-0
/
+3
2026-04-09
HID: core: do not allow parsing 0-sized reports
Dmitry Torokhov
1
-0
/
+5
2026-03-27
HID: core: use __free(kfree) and __free(kvfree) to clean up temporary buffers
Dmitry Torokhov
1
-22
/
+12
2026-03-27
HID: core: factor out hid_parse_collections()
Dmitry Torokhov
1
-80
/
+89
2026-03-19
HID: input: Add support for multiple batteries per device
Lucas Zampieri
1
-0
/
+4
2026-03-17
Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+4
2026-03-16
HID: core: Mitigate potential OOB by removing bogus memset()
Lee Jones
1
-3
/
+4
2026-03-10
HID: Include firmware version in the uevent
Mario Limonciello
1
-0
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+7
2025-09-12
HID: bpf: rescan the device for the group after a load/unload
Benjamin Tissoires
1
-0
/
+21
2025-09-12
HID: core: factor out hid_set_group()
Benjamin Tissoires
1
-8
/
+15
2025-07-31
Merge tag 'hid-for-linus-2025073101' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+8
2025-07-31
Merge branch 'for-6.17/core' into for-linus
Jiri Kosina
1
-4
/
+8
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'sound-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+3
2025-07-25
HID: core: Harden s32ton() against conversion to 0 bits
Alan Stern
1
-1
/
+5
2025-07-13
HID: core: do not bypass hid_hw_raw_request
Benjamin Tissoires
1
-2
/
+1
2025-07-13
HID: core: ensure __hid_request reserves the report ID as the first byte
Benjamin Tissoires
1
-2
/
+9
2025-07-13
HID: core: ensure the allocated report buffer can contain the reserved report ID
Benjamin Tissoires
1
-1
/
+4
2025-06-20
HID: rate-limit hid_warn to prevent log flooding
Li Chen
1
-2
/
+2
2025-06-20
HID: core: Add bus define for SoundWire bus
Charles Keepax
1
-0
/
+3
2025-06-20
HID: replace scnprintf() with sysfs_emit()
Chelsy Ratnawat
1
-1
/
+1
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-05-13
HID: core: Add functions for HID drivers to react on first open and last clos...
Werner Sembach
1
-1
/
+8
2025-02-07
HID: core: Add reserved item tag for main items
Tatsuya S
1
-1
/
+5
2025-01-20
Merge branch 'for-6.14/core' into for-linus
Jiri Kosina
1
-0
/
+2
2025-01-09
HID: core: Fix assumption that Resolution Multipliers must be in Logical Coll...
Alan Stern
1
-0
/
+2
2024-12-11
HID: core: constify 'struct bin_attribute'
Thomas Weißschuh
1
-4
/
+4
2024-12-11
HID: core: use utility macros to define sysfs attributes
Thomas Weißschuh
1
-15
/
+8
2024-11-28
HID: bpf: constify hid_ops
Thomas Weißschuh
1
-1
/
+1
2024-11-25
Revert "HID: bpf: allow write access to quirks field in struct hid_device"
Linus Torvalds
1
-9
/
+2
2024-11-18
Merge branch 'for-6.13/bpf' into for-linus
Jiri Kosina
1
-19
/
+65
2024-11-18
Merge branch 'for-6.13/core' into for-linus
Jiri Kosina
1
-58
/
+40
2024-11-18
Merge branch 'for-6.13/wacom' into for-linus
Jiri Kosina
1
-1
/
+1
2024-10-29
HID: core: zero-initialize the report buffer
Jiri Kosina
1
-1
/
+1
[next]