| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-01-10 | HID: prodikeys: Check presence of pm->input_ep82 | Günther Noack | 1 | -0/+4 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-08-27 | HID: change return type of report_fixup() to const | Thomas Weißschuh | 1 | -1/+1 |
| 2024-06-06 | HID: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-02-13 | HID: hid-prodikeys: remove struct pk_device | Jiri Slaby (SUSE) | 1 | -73/+40 |
| 2024-02-13 | HID: hid-prodikeys: remove unused struct pcmidi_snd members | Jiri Slaby (SUSE) | 1 | -2/+0 |
| 2023-09-29 | HID: prodikeys: Replace deprecated strncpy() with strscpy() | Justin Stitt | 1 | -4/+4 |
| 2021-12-02 | HID: check for valid USB device for many HID drivers | Greg Kroah-Hartman | 1 | -2/+8 |
| 2019-10-01 | HID: prodikeys: make array keys static const, makes object smaller | Colin Ian King | 1 | -2/+2 |
| 2019-09-05 | HID: prodikeys: Fix general protection fault during probe | Alan Stern | 1 | -2/+10 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
| 2017-08-15 | HID: prodikeys: constify snd_rawmidi_ops structures | Julia Lawall | 1 | -1/+1 |
| 2015-12-28 | HID: use to_hid_device() | Geliang Tang | 1 | -6/+6 |
| 2015-10-21 | HID: fix some indenting issues | Jiri Slaby | 1 | -2/+2 |
| 2015-05-07 | HID: prodikeys: remove unused variable | Jiri Slaby | 1 | -2/+1 |
| 2014-02-14 | HID: prodikeys: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -3/+2 |
| 2013-02-25 | HID: use hid_hw_request() instead of direct call to usbhid | Benjamin Tissoires | 1 | -2/+1 |
| 2013-01-03 | HID: Use module_hid_driver macro | H Hartley Sweeten | 1 | -18/+1 |
| 2012-09-17 | HID: prodikeys: Remove unnecessary casts of void pointers | Axel Lin | 1 | -9/+9 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2011-08-04 | HID: prodikeys: kfree() NULL pointer cleanup | Bojan Prtvar | 1 | -4/+4 |
| 2011-07-21 | HID: prodikeys: remove a redundant forward declaration of struct pcmidi_snd | Axel Lin | 1 | -2/+0 |
| 2011-07-21 | HID: prodikeys: make needlessly global symbols static | Axel Lin | 1 | -7/+8 |
| 2010-12-10 | HID: Add and use hid_<level>: dev_<level> equivalents | Joe Perches | 1 | -10/+11 |
| 2010-11-18 | HID: prodikeys: make sysfs permissions more strict | Jiri Kosina | 1 | -3/+3 |
| 2010-08-09 | HID: allow resizing and replacing report descriptors | Nikolai Kondrashov | 1 | -3/+4 |
| 2010-05-12 | HID: Prodikeys PC-MIDI HID Driver | Don Prince | 1 | -0/+910 |